Skip to content

Commit 15dc6dd

Browse files
authored
Support new screens for ACUL (#1185)
* Support new screens for ACUL * remove unsupported screens in ACUL
1 parent 7366991 commit 15dc6dd

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

internal/cli/universal_login_customize.go

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,16 +118,19 @@ var ScreenPromptMap = map[string][]string{
118118
"captcha": {"interstitial-captcha"},
119119
"login": {"login"},
120120
"signup": {"signup"},
121-
"reset-password": {"reset-password-request", "reset-password-email", "reset-password", "reset-password-success", "reset-password-error", "reset-password-mfa-email-challenge", "reset-password-mfa-otp-challenge", "reset-password-mfa-push-challenge-push", "reset-password-mfa-sms-challenge"},
121+
"reset-password": {"reset-password-request", "reset-password-email", "reset-password", "reset-password-success", "reset-password-error", "reset-password-mfa-email-challenge", "reset-password-mfa-otp-challenge", "reset-password-mfa-push-challenge-push", "reset-password-mfa-sms-challenge", "reset-password-mfa-phone-challenge", "reset-password-mfa-voice-challenge", "reset-password-mfa-recovery-code-challenge"},
122122
"mfa": {"mfa-detect-browser-capabilities", "mfa-enroll-result", "mfa-begin-enroll-options", "mfa-login-options"},
123123
"mfa-email": {"mfa-email-challenge", "mfa-email-list"},
124124
"mfa-sms": {"mfa-country-codes", "mfa-sms-challenge", "mfa-sms-enrollment", "mfa-sms-list"},
125125
"mfa-push": {"mfa-push-challenge-push", "mfa-push-enrollment-qr", "mfa-push-list", "mfa-push-welcome"},
126126
"invitation": {"accept-invitation"},
127127
"organizations": {"organization-selection", "organization-picker"},
128-
"consent": {"consent"},
129-
"customized-consent": {"customized-consent"},
130128
"mfa-otp": {"mfa-otp-challenge", "mfa-otp-enrollment-code", "mfa-otp-enrollment-qr"},
129+
"device-flow": {"device-code-activation", "device-code-activation-allowed", "device-code-activation-denied", "device-code-confirmation"},
130+
"mfa-phone": {"mfa-phone-challenge", "mfa-phone-enrollment"},
131+
"mfa-voice": {"mfa-voice-challenge", "mfa-voice-enrollment"},
132+
"mfa-recovery-code": {"mfa-recovery-code-challenge", "mfa-recovery-code-enrollment"},
133+
"common": {"redeem-ticket"},
131134
}
132135

133136
type partialsData map[string]*management.PromptScreenPartials

0 commit comments

Comments
 (0)