"client_id" is missing from ID token
Closed this issue · 4 comments
lionick commented
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
rohe commented
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 ?
lionick commented
This is a test coming from OIDC Frontend.
rohe commented
Should be fixed by now! Can you verify that !
And if it's resolved can you accept the PR.
lionick commented
The problem is solved.
So I close this issue and will approve the PR.