Skip to content

Commit dd872fd

Browse files
authored
Support new screens for ACUL (#1096)
1 parent a5b82d2 commit dd872fd

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

src/tools/constants.ts

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,8 @@ const constants = {
239239
'reset-password-mfa-phone-challenge',
240240
'reset-password-mfa-voice-challenge',
241241
'reset-password-mfa-recovery-code-challenge',
242+
'reset-password-mfa-webauthn-platform-challenge',
243+
'reset-password-mfa-webauthn-roaming-challenge',
242244
],
243245
'device-flow': [
244246
'device-code-activation',
@@ -265,8 +267,33 @@ const constants = {
265267
invitation: ['accept-invitation'],
266268
organizations: ['organization-selection', 'organization-picker'],
267269
'mfa-otp': ['mfa-otp-challenge', 'mfa-otp-enrollment-code', 'mfa-otp-enrollment-qr'],
268-
'mfa-recovery-code': ['mfa-recovery-code-challenge', 'mfa-recovery-code-enrollment'],
270+
'mfa-recovery-code': [
271+
'mfa-recovery-code-challenge',
272+
'mfa-recovery-code-enrollment',
273+
'mfa-recovery-code-challenge-new-code',
274+
],
269275
common: ['redeem-ticket'],
276+
consent: ['consent'],
277+
'customized-consent': ['customized-consent'],
278+
'email-otp-challenge': ['email-otp-challenge'],
279+
'email-verification': ['email-verification-result'],
280+
'login-email-verification': ['login-email-verification'],
281+
logout: ['logout', 'logout-aborted', 'logout-complete'],
282+
'mfa-webauthn': [
283+
'mfa-webauthn-change-key-nickname',
284+
'mfa-webauthn-enrollment-success',
285+
'mfa-webauthn-error',
286+
'mfa-webauthn-not-available-error',
287+
'mfa-webauthn-platform-challenge',
288+
'mfa-webauthn-platform-enrollment',
289+
'mfa-webauthn-roaming-challenge',
290+
'mfa-webauthn-roaming-enrollment',
291+
],
292+
'brute-force-protection': [
293+
'brute-force-protection-unblock',
294+
'brute-force-protection-unblock-failure',
295+
'brute-force-protection-unblock-success',
296+
],
270297
} as PromptScreenMapping,
271298
};
272299

0 commit comments

Comments
 (0)