Skip to content
Snippets Groups Projects
Commit 880a794a authored by Sven-Hendrik Haase's avatar Sven-Hendrik Haase
Browse files

keycloak: Add fallthroughs to doc everywhere

parent 7ea76e73
No related branches found
No related tags found
1 merge request!80Redo Keycloak flows and add WebAuthn support
......@@ -374,20 +374,24 @@ resource "keycloak_authentication_execution_config" "registration_recaptcha_acti
// |- External Contributor subflow (A)
// | |- External Contributor conditional subflow (C)
// | |- Condition - User Role (External Contributor) (R)
// | |- OTP Form (A)
// | |- WebAuthn Form (A)
// | |- OTP Form (A)
// | |- External Contributor - Force OTP Setup Subflow (A)
// | |- OTP Form (R)
// |- Staff Subflow (A)
// | |- Staff conditional subflow (C)
// | |- Condition - User Role (Staff) (R)
// | |- OTP Form (A)
// | |- WebAuthn Form (A)
// | |- Force OTP Setup Subflow (A)
// | | |- OTP Form (R)
// | |- OTP Form (A)
// | |- Staff - Force OTP Setup Subflow (A)
// | |- OTP Form (R)
// |- 2FA opt-in Subflow (A)
// | |- 2FA opt-in conditional subflow (C)
// | |- Condition - User Configured (R)
// | |- OTP Form (A)
// | |- WebAuthn Form (A)
// | |- OTP Form (A)
// | |- 2FA opt-in Fallthrough Subflow (A)
// | |- Browser Redirect/Refresh (R)
// |- Fallthrough Subflow (A)
// |- Browser Redirect/Refresh (R)
//
......@@ -612,20 +616,24 @@ resource "keycloak_authentication_execution" "fallthrough_browser_redirect_refre
// |- IPR External Contributor subflow (A)
// | |- IPR External Contributor conditional subflow (C)
// | |- Condition - User Role (External Contributor) (R)
// | |- OTP Form (A)
// | |- WebAuthn Form (A)
// | |- OTP Form (A)
// | |- External Contributor - Force OTP Setup Subflow (A)
// | |- OTP Form (R)
// |- IPR Staff Subflow (A)
// | |- Staff IPR conditional subflow (C)
// | |- Condition - User Role (Staff) (R)
// | |- OTP Form (A)
// | |- WebAuthn Form (A)
// | |- Force OTP Setup Subflow (A)
// | | |- OTP Form (R)
// | |- OTP Form (A)
// | |- Staff - Force OTP Setup Subflow (A)
// | |- OTP Form (R)
// |- IPR OTP opt-in Subflow (A)
// | |- IPR OTP opt-in conditional subflow (C)
// | |- Condition - User Configured (R)
// | |- OTP Form (A)
// | |- WebAuthn Form (A)
// | |- OTP Form (A)
// | |- 2FA opt-in Fallthrough Subflow (A)
// | |- Browser Redirect/Refresh (R)
// |- IPR Fallthrough Subflow (A)
// |- Browser Redirect/Refresh (R)
//
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment