<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
0D54z0000A1ATR1CQOOkta Classic EngineAuthenticationAnswered2024-03-21T12:26:42.000Z2024-03-07T15:08:32.000Z2024-03-21T12:26:42.000Z
The JWKS endpoint did not contain any signing keys

We have implemented a couple of years ago Okta for a client of ours.

I was getting messages from the customer that the login procedure is no longer working in our application.

 

We are connecting to their Okta environment with our application (React).

I have verified the token that I get back and all seems to be ok with it.

After digging deep inside the react libraries I found that the problem is with the Cryptokey.

It is the following that I get

/help/servlet/rtaImage?refid=0EM4z000007oUeI

What I see here is that it is a public type but the extractable is set to "false".

Then the library is eventually throwing the error that there are no signing keys.

 

This was working in the past (x years ago).

The customer is administrating the Okta side. We do not have access to their Okta administration.

Is there some setting that they have done that would mark the public keys not to be extractable?

 

Thanks for any help.

Steve

 

 


This question is closed.
Loading
The JWKS endpoint did not contain any signing keys