Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configuration script: user info and end session endpoint #58

Closed
shawnhankim opened this issue Nov 15, 2022 · 1 comment
Closed

Configuration script: user info and end session endpoint #58

shawnhankim opened this issue Nov 15, 2022 · 1 comment

Comments

@shawnhankim
Copy link
Contributor

Background:

  • 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.

Acceptance Criteria:

  • Supports configure.sh to additionally complete the following configuration.
    • Obtain the URL for the user information endpoint of IdP.
    • Obtain the URL for the end session endpoint of IdP.
  • Update README.md.
@shawnhankim
Copy link
Contributor Author

Per discussion with @route443 : I close this PR because I have consolidated this PR into #55. Thanks @route443 for your time. The doc PR will be separately opened. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant