IdentityPython / idpy-oidc

Implementation of everything OIDC and OAuth2
Apache License 2.0
40 stars 22 forks source link

"client_id" is missing from ID token #106

Closed lionick closed 3 months ago

lionick commented 5 months ago

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 4 months ago

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 4 months ago

This is a test coming from OIDC Frontend.

rohe commented 3 months ago

Should be fixed by now! Can you verify that ! And if it's resolved can you accept the PR.

lionick commented 3 months ago

The problem is solved. So I close this issue and will approve the PR.