The configure.sh script currently supports to complete the following configuration if an IdP supports OpenID Connect Discovery (usually at the URI /.well-known/openid-configuration).
Obtain the URL for jwks_uri or download the JWK file to your NGINX Plus instance
Obtain the URL for the authorization endpoint
Obtain the URL for the token endpoint
NGINX Plus OIDC additionally exposed the endpoints of user information and logout in the PR. Hence they need to be configured by using configure.sh.
Description:
Added two endpoints in the configure.sh to additionally complete the following configuration.
Obtain the URL for the user information endpoint of IdP.
Obtain the URL for the session end endpoint of IdP.
Issue Item:
Background:
configure.sh
script currently supports to complete the following configuration if an IdP supports OpenID Connect Discovery (usually at the URI/.well-known/openid-configuration
).configure.sh
.Description:
configure.sh
to additionally complete the following configuration.README.md
in the issue of https://github.com/nginx-openid-connect/nginx-oidc-core-v1/issues/5.Compatibility: