Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The DPoP proof JWT cannot be parsed #758

Open
nyklav opened this issue Nov 14, 2024 · 1 comment
Open

The DPoP proof JWT cannot be parsed #758

nyklav opened this issue Nov 14, 2024 · 1 comment
Labels

Comments

@nyklav
Copy link

nyklav commented Nov 14, 2024

Describe the bug?

I have an API Services application configured to use a Public Key / Private Key.

According to the documentation, DPoP should have been handled automatically, but it threw the error.

Error calling GetBearerToken:

{
  "error": "invalid_dpop_proof",
  "error_description": "DPoP proof JWT cannot be parsed."
}

What is expected to happen?

DPoP should be handled automatically.

What is the actual behavior?

The error “DPoP proof JWT cannot be parsed” occurs.

Reproduction Steps?

Try to get an access token using a Private Key with the “Require Demonstrating Proof of Possession (DPoP)” option enabled

Additional Information?

No response

.NET Version

8.0.403

SDK Version

9.0.0

OS version

BuildNumber Caption OSArchitecture Version
19045 Microsoft Windows 10 Pro 64-bit 10.0.19045
@nyklav nyklav added the bug label Nov 14, 2024
@bryanapellanes-okta
Copy link
Contributor

@nyklav Thanks for bringing this to our attention and I apologize for the delayed response. I've entered an internal issue for tracking and prioritization: OKTA-832982

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants