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

add "from oidc discovery endpoint" to add ext jwt #599

Open
dovholuknf opened this issue Jan 13, 2025 · 0 comments
Open

add "from oidc discovery endpoint" to add ext jwt #599

dovholuknf opened this issue Jan 13, 2025 · 0 comments

Comments

@dovholuknf
Copy link
Member

Multiple fields from the oidc discovery endpoint are required when creating an external jwt signer. It would just be easier to pull these values from the oidc discovery endpoint.

If possible, it'd be nice to have a button that was like "get most of this data from the oidc discovery endpoint".

It should set:

  • issuer from issuer
  • jws endpoint from jwks_uri
  • external auth url from the discovery endpoint, without .well-known/openid-configuration. So if the discovery endpoint is at: https://my.idp/.well-known/openid-configuration, this value would be https://my.idp

this is not a high priority, but it'll help fill the form out.

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