I have a Java backend of an app that calls the Okta API. I pass in a token, it passes the JwtVerifier.decodeAccessToken() call. Then, I attempt to make a call to Client.getUser().getProfile() and I get this error:
ERROR - HTTP 401, Okta E0000011 (Invalid token provided), ErrorId oaeOzaO_GyyTImLaMViGyYX7g
com.okta.sdk.resource.ResourceException: HTTP 401, Okta E0000011 (Invalid token provided), ErrorId oaeOzaO_GyyTImLaMViGyYX7g
All of this used to work, and I don’t understand what changed. As part of the debugging process, I upgraded the Okta java dependencies from 0.9.0 to 1.3.0
Any help would be appreciated.