<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
0D51Y0000668kyjSAAOkta Classic EngineOkta Integration NetworkAnswered2019-05-01T22:47:54.000Z2019-03-29T01:55:34.000Z2019-05-01T22:47:54.000Z
  • isthatDinu (Okta, Inc.)

    Hi Jivan,

     

    This is Marius with Okta support. You will still have to do a GET request to our keys endpoint and after doing the request to utilize our Java library to validate the token "locally". The next time, the keys will be cached and you will no longer need to call our APIs. I hope the the links below will be helpful for you.

     

    https://developer.okta.com/code/java/

    https://github.com/okta/okta-sdk-java

     

    Thank you.

    Expand Post
    Selected as Best
  • isthatDinu (Okta, Inc.)

    Hi Jivan,

     

    This is Marius with Okta support. You will still have to do a GET request to our keys endpoint and after doing the request to utilize our Java library to validate the token "locally". The next time, the keys will be cached and you will no longer need to call our APIs. I hope the the links below will be helpful for you.

     

    https://developer.okta.com/code/java/

    https://github.com/okta/okta-sdk-java

     

    Thank you.

    Expand Post
    Selected as Best
This question is closed.
Loading
Is it possible to validate access token locally in java code ?