We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
none
oic.consumer.Consumer.parse_authz
iat
response_type
code
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.