<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D54z00007pIygPCASOkta Classic EngineAuthenticationAnswered2024-03-25T17:42:52.000Z2022-07-14T03:56:29.000Z2022-07-15T22:23:17.000Z

pocv5 (pocv5) asked a question.

How to get the correct jwk information for jwt

We are doing a login access test and applied for an okta openid (Application type Single Page App (SPA)).

When I do jwk verification after I get the access token after logging in, the verification finally fails.

We get jwks from the this URL(https://mcointernal.okta.com/oauth2/v1/keys?client_id=0oajxei88pWb6QjXV357) for verification.​

The reason is that the way we get jwks is wrong? or some other reason?​

issuer = https://mcointernal.okta.com/

client_id=0oajxei88pWb6QjXV357

authorization-server: https://mcointernal.okta.com/.well-known/oauth-authorization-server?client_id=0oajxei88pWb6QjXV357

jwks url: https://mcointernal.okta.com/oauth2/v1/keys?client_id=0oajxei88pWb6QjXV357


This question is closed.
Loading
How to get the correct jwk information for jwt