
6nusq (6nusq) asked a question.
Hello!
Can someone explain how to find the jwk_uri? I was looking at the docs here:
https://developer.okta.com/docs/reference/api/oidc/*keys
Note: Looking for how to obtain the jwks_uri for your org or custom authorization server? See the well-known OpenID metadata endpoint and the well-known OAuth 2.0 metadata endpoint.
but when I click on the links provided I see this:
Custom Authorization Server--GET
https://${yourOktaDomain}/oauth2/${authorizationServerId}/.well-known/openid-configuration
so now... where do I find my authorizationServerId and is the above the jwks_uri url??

Hi, @6nusq (6nusq)
Thank you for posting on our Community page!
My advice would be to leverage the Okta Developer forums for this type of questions and take advantage of their expertise.
https://devforum.okta.com/
Thank you for reaching out to our Community and have a great day!
Subscribe Today: The Okta Community is on YouTube
_____________________________________________________________________________
Community members help others by clicking Like or Select as Best on responses. Try it today.
_____________________________________________________________________________
Hi Kristi Kovacs,
You can find out the jwks_uri from authorization server endpoints,
OpenID:
https://${yourOktaOrg}/.well-known/openid-configuration
OAuth:
https://${yourOktaOrg}/.well-known/oauth-authorization-server
In the ${yourOktaOrg} you have to add your okta org .
Thanks @b5n6c (b5n6c) !
Have you by chance come across this error when getting the signing key?
signing_key = jwks_client(config['jwks_uri']).get_signing_key_from_jwt(token['access_token'])
PyJWKClientError: Unable to find a signing key that matches: "{kid}"