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 client_assertion JWT kid is invalid. #289

Closed
michaelmisshore opened this issue Mar 16, 2022 · 1 comment
Closed

The client_assertion JWT kid is invalid. #289

michaelmisshore opened this issue Mar 16, 2022 · 1 comment

Comments

@michaelmisshore
Copy link

When configuring an OktaClient via privateKey, if the application you are targeting has multiple JWKs, the following error occurs:

{'message': "HTTP 401 {'error': 'invalid_client', 'error_description': 'The client_assertion JWT kid is invalid.'}"}

This works fine if the application only has one JWK. The issue is that the signed JWT does not contain the kid.

Potential fix: michaelmisshore@3e842ef.

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

2 participants