Skip to content

Commit

Permalink
feat: add UnmetAuthenticationRequirements error
Browse files Browse the repository at this point in the history
Per https://openid.net/specs/openid-connect-unmet-authentication-requirements-1_0-final.html
this error class is now exported and available for use.
  • Loading branch information
panva committed Dec 1, 2022
1 parent 42c00da commit 3f6684a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/helpers/errors.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,3 +165,4 @@ export const UnsupportedGrantType = E('unsupported_grant_type', 'unsupported gra
export const UseDpopNonce = E('use_dpop_nonce');
export const UnsupportedResponseMode = E('unsupported_response_mode', 'unsupported response_mode requested');
export const UnsupportedResponseType = E('unsupported_response_type', 'unsupported response_type requested');
export const UnmetAuthenticationRequirements = E('unmet_authentication_requirements');

0 comments on commit 3f6684a

Please sign in to comment.