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

refresh token with Okta fails #635

Closed
muir opened this issue Aug 15, 2024 · 0 comments · Fixed by #636
Closed

refresh token with Okta fails #635

muir opened this issue Aug 15, 2024 · 0 comments · Fixed by #636

Comments

@muir
Copy link
Contributor

muir commented Aug 15, 2024

rp client calls to Okta to refresh tokens fail.

The error is The client_assertion_type is invalid.

What is being sent to Okta is an empty string:

client_assertion=&client_assertion_type=&client_id= ....

When adding a Singer, the client assertion isn't valid, but Okta complains that the audience is incorrect.

If that is fixed then Okta complains about a missing JWK. I haven't fixed this last one as fixing the first turns out to be easy.

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

Successfully merging a pull request may close this issue.

1 participant