IdentityPython / idpy-oidc

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

Response type handling #104

Closed rohe closed 3 months ago

rohe commented 6 months ago

Updated to align with the official PAR RFC. Enforce that an access code can only be used once. Worked with handling client_id. Added upstream_get to UserInfo classes. Improved resilience. Entity ID is the clients identifier. It may also have a client_id.

lionick commented 6 months ago

Hi, I opened an issue about this PR. (#106)

lionick commented 5 months ago

Running my tests after the last commit, I still have the issue (https://github.com/IdentityPython/idpy-oidc/issues/106). All the other tests passed successfully.