SecureAuth IdP Version affected: 9.0+
Description:
When you enable OpenID Connect for a SecureAuth Realm, the JWK will be published to the following well known URI.
https://samplehostname/<oidc_realm>/.well-known/jwks
You may test the JWK URI using the following cmdlet
Invoke-RestMethod -Uri 'https://samplehostname/<oidc_realm>/.well-known/jwks'
You should see a response like below.
Comments
Please sign in to leave a comment.