issues
search
nginx-openid-connect
/
nginx-oidc-core
Reference implementation of OpenID Connect integration for NGINX Plus
BSD 2-Clause "Simplified" License
1
stars
2
forks
source link
401 error handling when session & token validate in a location block
#9
Open
shawnhankim
opened
2 years ago
shawnhankim
commented
2 years ago
Background:
401 error message shows when session validation and token validation are in a location block.
So users should be aware of that it is the error for either session or token.
AC:
Common error message.
Test w/ 7 IdPs * 2 Flows (Auth Code, PKCE) when
$session_validation_enable
is set to
1
.
Background:
AC:
$session_validation_enable
is set to1
.