-
Notifications
You must be signed in to change notification settings - Fork 22
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
"client_id" is missing from ID token #106
Comments
Merged
Not changed on purpose (that I can remember) and I can't find the test you refer to. Is it a test of your own ? |
This is a test coming from OIDC Frontend. |
Should be fixed by now! Can you verify that ! |
The problem is solved. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running my tests for PR #104 , I saw that one of them failed.
It is the test_token_exchange_change_client_id_token where expects to get ID token having a "client_id" claim.
But client_id claim is not there anymore.
Is this something that you changed in purpose?
@c00kiemon5ter
The text was updated successfully, but these errors were encountered: