<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
0D54z00007QERsYCAXOkta Classic EngineAuthenticationAnswered2024-03-25T19:46:10.000Z2022-02-04T19:39:34.000Z2022-04-03T15:52:00.000Z

gvama (gvama) asked a question.

Upgrading jwt-verifier to latest version

Hi, we are upgrading the jwt-verifier java library from 0.3.0 to the latest version 0.5.1. In the old version we were able to set the clientId in the JwtVerifier like this

 

JwtHelper jwtBuilder = new JwtHelper().setClientId(clientId);

and later try to decode the access token via

Jwt jwt = jwtVerifier.decodeAccessToken(accessToken);

 

But since the newer version 0.4.0 came out, the new class JwtVerifiers.accessTokenVerifierBuilder doesn't have option to set the clientId.

 

Does this mean we can no longer use clientId as part of decode accesstoken?

 

Thank you,

Petch


This question is closed.
Loading
Upgrading jwt-verifier to latest version