Merge pull request #15992 from overleaf/ab-group-sso-test-flow-1

[web] Group SSO multi-step modal and test flow

GitOrigin-RevId: 343a20ef494276e65b35d1ee070c28d94617ea61
This commit is contained in:
Jessica Lawshe
2023-12-07 09:04:31 +00:00
committed by Copybot
parent 22aa7a17b2
commit 3499ebe939
7 changed files with 238 additions and 41 deletions
+1 -1
View File
@@ -5,10 +5,10 @@ const SSOConfigSchema = new Schema(
{
entryPoint: { type: String, required: true },
certificates: { type: Array, default: [''], required: true },
signatureAlgorithm: { type: String, required: true },
userIdAttribute: { type: String, required: true },
userFirstNameAttribute: { type: String },
userLastNameAttribute: { type: String },
validated: { type: Boolean, default: false },
enabled: { type: Boolean, default: false },
},