We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
rp client calls to Okta to refresh tokens fail.
rp
The error is The client_assertion_type is invalid.
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.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
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:
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.
The text was updated successfully, but these errors were encountered: