Open shawnhankim opened 1 year ago
Issue:
Summary:
Description:
Added a map variable of $oidc_end_session_endpoint as same as authorization and token endpoints in the openid_connect_configuration.conf.
$oidc_end_session_endpoint
openid_connect_configuration.conf
Added a map variable of $oidc_logout_landing_page to determine where to redirect browser after successful logout from the IdP.
$oidc_logout_landing_page
Added a map variable of $oidc_end_session_query_params to support different query parameters per each IdP.
$oidc_end_session_query_params
Enhanced /logout location:
/logout
Enhanced /_logout location:
/_logout
@route443 :
Issue:
Summary:
Description:
Added a map variable of
$oidc_end_session_endpoint
as same as authorization and token endpoints in theopenid_connect_configuration.conf
.Added a map variable of
$oidc_logout_landing_page
to determine where to redirect browser after successful logout from the IdP.Added a map variable of
$oidc_end_session_query_params
to support different query parameters per each IdP.Enhanced
/logout
location:$oidc_end_session_query_params
for the$oidc_end_session_endpoint
.$oidc_end_session_endpoint
to start ending session in the IdP.Enhanced
/_logout
location:$oidc_logout_landing_page
.