Skip to content

Configuration script: user info and end session endpoint #6

Closed
@shawnhankim

Description

@shawnhankim
Member

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.

Activity

shawnhankim

shawnhankim commented on Nov 1, 2022

@shawnhankim
MemberAuthor

Task Steps:

  • PR for NGINX Plus repo.
  • PR for NGINX Ingress Controller repo.
changed the title [-]Configuration Script: user info and logout endpoint[/-] [+]Configuration script: user info and logout endpoint[/+] on Nov 9, 2022
changed the title [-]Configuration script: user info and logout endpoint[/-] [+]Configuration script: user info and end session endpoint[/+] on Nov 9, 2022
self-assigned this
on Nov 15, 2022
shawnhankim

shawnhankim commented on Nov 17, 2022

@shawnhankim
MemberAuthor

I have consolidated this issue into #13.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Participants

    @shawnhankim

    Issue actions

      Configuration script: user info and end session endpoint · Issue #6 · nginx-openid-connect/nginx-oidc-core-v1