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
@@ -1,9 +1,9 @@
export type SSOConfig = {
entryPoint?: string
certificates: (string | undefined)[]
signatureAlgorithm: 'sha1' | 'sha256' | 'sha512'
userIdAttribute?: string
userFirstNameAttribute?: string
userLastNameAttribute?: string
validated?: boolean
enabled?: boolean
}