Merge pull request #27859 from overleaf/jel-domain-capture-create-new-user

[web] Create new group user via domain capture

GitOrigin-RevId: 2b8740edcfde05cf065564e87f50a9f84d14950a
This commit is contained in:
Jessica Lawshe
2025-08-20 09:47:17 -05:00
committed by Copybot
parent fff683c285
commit d06b4d2bcc

View File

@@ -186,6 +186,8 @@ class SAMLEmailNotRecognizedError extends SAMLAuthenticationError {
}
}
class SAMLDomainCaptureRegisterError extends SAMLAuthenticationError {}
class SAMLSessionDataMissing extends BackwardCompatibleError {
constructor(arg) {
super(arg)
@@ -360,6 +362,7 @@ module.exports = {
SAMLLoginFailureError,
SAMLEmailNotRecognizedError,
SAMLResponseAlreadyProcessedError,
SAMLDomainCaptureRegisterError,
SLInV2Error,
ThirdPartyIdentityExistsError,
ThirdPartyUserNotFoundError,