|
@@ -221,6 +221,12 @@ class SAMLGroupMemberLimitReachedError extends OError {}
|
|
|
|
|
|
|
|
class SAMLDomainCaptureManagedOptInUserMissingEmailError extends SAMLDomainCaptureError {}
|
|
class SAMLDomainCaptureManagedOptInUserMissingEmailError extends SAMLDomainCaptureError {}
|
|
|
|
|
|
|
|
|
|
+class SAMLSessionProviderDataMissing extends SAMLAuthenticationError {
|
|
|
|
|
+ get i18nKey() {
|
|
|
|
|
+ return 'try_again'
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
class SAMLSessionDataMissing extends BackwardCompatibleError {
|
|
class SAMLSessionDataMissing extends BackwardCompatibleError {
|
|
|
constructor(arg) {
|
|
constructor(arg) {
|
|
|
super(arg)
|
|
super(arg)
|
|
@@ -390,6 +396,7 @@ module.exports = {
|
|
|
SAMLEmailNotAffiliatedError,
|
|
SAMLEmailNotAffiliatedError,
|
|
|
SAMLEmailAffiliatedWithAnotherInstitutionError,
|
|
SAMLEmailAffiliatedWithAnotherInstitutionError,
|
|
|
SAMLSessionDataMissing,
|
|
SAMLSessionDataMissing,
|
|
|
|
|
+ SAMLSessionProviderDataMissing,
|
|
|
SAMLAuthenticationError,
|
|
SAMLAuthenticationError,
|
|
|
SAMLGroupSSOLoginIdentityMismatchError,
|
|
SAMLGroupSSOLoginIdentityMismatchError,
|
|
|
SAMLGroupSSOLoginIdentityNotFoundError,
|
|
SAMLGroupSSOLoginIdentityNotFoundError,
|