You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
Multiple cryptographic issues in Python oic
High severity
GitHub Reviewed
Published
Dec 1, 2020
in
CZ-NIC/pyoidc
•
Updated Oct 7, 2024
Impact
Issues
none
algorithm was allowed in all flows.oic.consumer.Consumer.parse_authz
returns an unverified IdToken. The verification of the token was left to the discretion of the implementator.iat
claim was not checked for sanity (i.e. it could be in the future)Patches
none
algorithm is now allowed only if using theresponse_type
code
iat
claim is now checked for sanity.References