<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
0D51Y0000A8RdpkSQCOkta Classic EngineIntegrationsAnswered2021-05-01T07:16:27.000Z2020-12-23T06:48:14.000Z2020-12-24T20:31:00.000Z

AlexP.54478 (Customer) asked a question.

The client_assertion token has an expiration too far into the future

Hello,

 

I have a Spring Boot application which uses the Okta SDK. I created an Okta Application which uses a public/private key to authenticate my Spring application.

The problem: I stopped my Spring application for a longer period of time (a couple of weeks), at startup I get the error:

Caused by: com.okta.sdk.impl.oauth2.OAuth2HttpException: invalid_client - The client_assertion token has an expiration too far into the future.

Caused by: com.okta.sdk.resource.ResourceException: HTTP 401, Okta null (null)

 

From the Okta System Log, the reason for the fail is: client_assertion_expires_too_far_in_future.

I couldn't find anything related to this problem in the documentation, so maybe someone knows what the problem is and can give some solutions?

 

Thank you.


This question is closed.
Loading
The client_assertion token has an expiration too far into the future