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
Use the TLS server validation in processAuthorizationCodeOpenIDResponse to validate the issuer instead of checking the ID Token's signature. The function's options argument was removed.
Use the TLS server validation in processDeviceCodeResponse to validate the issuer instead of checking the optional ID Token's signature. The function's options argument was removed.
Use the TLS server validation in processIntrospectionResponse to validate the issuer instead of checking the optional JWT Introspection Response signature. The function's options argument was removed.
Use the TLS server validation in processRefreshTokenResponse to validate the issuer instead of checking the optional ID Token's signature. The function's options argument was removed.
Use the TLS server validation in processUserInfoResponse to validate the issuer instead of checking the optional JWT UserInfo Response signature. The function's options argument was removed.
PAR w/ DPoP no longer automatically adds dpop_jkt to the authorization request.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
⚠ BREAKING CHANGES
processAuthorizationCodeOpenIDResponse
to validate the issuer instead of checking the ID Token's signature. The function'soptions
argument was removed.processDeviceCodeResponse
to validate the issuer instead of checking the optional ID Token's signature. The function'soptions
argument was removed.processIntrospectionResponse
to validate the issuer instead of checking the optional JWT Introspection Response signature. The function'soptions
argument was removed.processRefreshTokenResponse
to validate the issuer instead of checking the optional ID Token's signature. The function'soptions
argument was removed.processUserInfoResponse
to validate the issuer instead of checking the optional JWT UserInfo Response signature. The function'soptions
argument was removed.dpop_jkt
to the authorization request.calculateJwkThumbprint
function export.jwksRequest
function export.processJwksResponse
function export.Refactor
This discussion was created from the release v2.0.0.
Beta Was this translation helpful? Give feedback.
All reactions