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

Authentication with Signed JWT is failing #427

Open
tionebsalocin opened this issue Dec 17, 2024 · 3 comments
Open

Authentication with Signed JWT is failing #427

tionebsalocin opened this issue Dec 17, 2024 · 3 comments

Comments

@tionebsalocin
Copy link

Since this commit: bdb9838#diff-41c516c6f9713627b4ce8db6b845098b587d92875f254d78041b7f9478b7a6d4R61 (included in 2.9.9).

Authentication is failing because it passes the JWT (client_assertion) in the body but the API does not allow this. It must be a query param (as it was before).

Here is Okta's documentation:
https://developer.okta.com/docs/reference/rest/#get-an-access-token-from-a-signed-jwt

Would it be possible to revert this commit?

@csanders-git
Copy link

#429

@anuj530
Copy link

anuj530 commented Jan 9, 2025

Yep, having the same issue here in 2.9.9 when the call works fine on 2.9.8! This is a serious problem for us right now and if someone can provide a workaround for this in the meantime, it would be great! Thank you!!

@BowlesCR
Copy link

#426 appears to be related too

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

No branches or pull requests

4 participants