mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #16791 from overleaf/jel-saml-audience
[web] Handle the SAML error of a SP entity ID mismatch in the response GitOrigin-RevId: d8168d4ce77f4e810df193dae98046da07e6c0ae
This commit is contained in:
parent
59d4f0e5a2
commit
3748621bcd
1 changed files with 2 additions and 0 deletions
|
@ -95,6 +95,7 @@ class SAMLAuthenticationError extends OError {
|
|||
return 'saml_auth_error'
|
||||
}
|
||||
}
|
||||
class SAMLAssertionAudienceMismatch extends SAMLAuthenticationError {}
|
||||
|
||||
class SAMLAuthenticationRequiredError extends SAMLAuthenticationError {
|
||||
get i18nKey() {
|
||||
|
@ -281,6 +282,7 @@ module.exports = {
|
|||
InvalidError,
|
||||
NotInV2Error,
|
||||
OutputFileFetchFailedError,
|
||||
SAMLAssertionAudienceMismatch,
|
||||
SAMLAuthenticationRequiredError,
|
||||
SAMLIdentityExistsError,
|
||||
SAMLAlreadyLinkedError,
|
||||
|
|
Loading…
Reference in a new issue