You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
jwks_uri
.well-known/openid-configuration
. So if the discovery endpoint is at: https://my.idp/.well-known/openid-configuration, this value would behttps://my.idp
this is not a high priority, but it'll help fill the form out.
The text was updated successfully, but these errors were encountered: