Skip to content

feat: add userinfo & end_session endpoints in configure.sh #9

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

Closed
wants to merge 11 commits into from

Conversation

shawnhankim
Copy link
Member

Issue Item:

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.

Description:

Compatibility:

  • This PR does not block the existing features as it just adds two endpoints.

shawndotkim and others added 11 commits November 3, 2022 14:59
chore: agenda and getting started for README.md

fix: typo

fix: link for README.md

fix: signout and sample API for README.md

fix: comment for post logout and gitignore

fix: space to horizontally aligh variables of key/value

fix: README.md
added doctoc for automatic toc creation
broke getting started info out into new doc
@shawnhankim shawnhankim linked an issue Nov 15, 2022 that may be closed by this pull request
@shawnhankim
Copy link
Member Author

Will open this later if #12 is not merged.

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

Successfully merging this pull request may close these issues.

Configuration script: user info and end session endpoint
3 participants