diff --git a/services/web/app/src/Features/Errors/Errors.js b/services/web/app/src/Features/Errors/Errors.js index 7e32da2824..1d835b0ac9 100644 --- a/services/web/app/src/Features/Errors/Errors.js +++ b/services/web/app/src/Features/Errors/Errors.js @@ -209,6 +209,8 @@ class SAMLSessionDataMissing extends BackwardCompatibleError { } } +class SAMLProviderRequesterError extends SAMLAuthenticationError {} + class ThirdPartyIdentityExistsError extends BackwardCompatibleError { constructor(arg) { super(arg) @@ -328,6 +330,7 @@ module.exports = { SAMLInvalidSignatureError, SAMLMissingUserIdentifierError, SAMLMissingSignatureError, + SAMLProviderRequesterError, SAMLInvalidResponseError, SAMLLoginFailureError, SAMLEmailNotRecognizedError,