Open
Description
Background:
- NGINX
auth_request
directive could handle 200 response from NJS module in the past. (I haven't checked the N+ version.) However, It returns only 401 although NJS returns 200. - To successfully manage OIDC session for the Private/Public/Partner API of NGINX ACM & Developer Portal, this needs to be either fixed or implemented by other ways.
AC:
- Investigate the root cause why NGINX
auth_request
directive return401
from the200
response of NJS. - Try session management without using
auth_request
. - OIDC Ref. Implementation: Either fix N+
auth_request
with NJS or enhance new way of session management. - Implement the logic in the ACM & Developer Portal if necessary.
Metadata
Metadata
Assignees
Labels
No labels