<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
0D54z0000AFrtNVCQZOkta Classic EngineAPI Access ManagementAnswered2024-10-31T16:34:03.000Z2024-10-01T10:39:59.000Z2024-10-31T16:34:03.000Z
When trying to access okta account through API (Postman) getting this error - "'htu' claim in the DPoP proof JWT is invalid."

when trying to access okta account through API (Postman) followed the procedure mentioned in this links

https://developer.okta.com/docs/reference/rest/*get-an-access-token-and-make-a-request

https://developer.okta.com/docs/guides/dpop/nonoktaresourceserver/main/

 

But getting error in DPOP - "'htu' claim in the DPoP proof JWT is invalid."

followed the procedure mentioned in 2 link above and used

"htu": "http://{yourOktaDomain}/oauth2/default/v1/token". ---> used my domain in {yourOktaDomain} - dev- XXXXXX.okta.com

 

but getting this error - "'htu' claim in the DPoP proof JWT is invalid."

can anyone help with this


  • User17157611498146715886 (Customer Support Online Community and Social Care)

    Hi @User17161903393894699034 (Customer)​ , thank you for contacting Okta Community.

     

    The issue you are facing may be related to a feature flag. You should discuss this with your Account Executive or Customer Success Manager, as not all SDKs are compatible. For example, the new Dpop feature is not supported on the OAuth2.0 Okta Python SDK.

     

    Additionally, you can also post on devforum.okta.com  as they will have more insight into this topic.

     

    If you have a paid account and think you have all the feature flags you need enabled, then you can open a Support ticket here. Our engineers will likely ask for more details about the configuration.

     

    Regards. 

    --

    Help others in the community by liking or hitting Select as Best if this response helped you.

    Expand Post
    Selected as Best
  • User17157611498146715886 (Customer Support Online Community and Social Care)

    Hi @User17161903393894699034 (Customer)​ , thank you for contacting Okta Community.

     

    The issue you are facing may be related to a feature flag. You should discuss this with your Account Executive or Customer Success Manager, as not all SDKs are compatible. For example, the new Dpop feature is not supported on the OAuth2.0 Okta Python SDK.

     

    Additionally, you can also post on devforum.okta.com  as they will have more insight into this topic.

     

    If you have a paid account and think you have all the feature flags you need enabled, then you can open a Support ticket here. Our engineers will likely ask for more details about the configuration.

     

    Regards. 

    --

    Help others in the community by liking or hitting Select as Best if this response helped you.

    Expand Post
    Selected as Best
This question is closed.
Loading
When trying to access okta account through API (Postman) getting this error - "'htu' claim in the DPoP proof JWT is invalid."