Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

keycloak: Add option to create authentication sub-flow of type 'form flow' #6318

Merged
merged 9 commits into from
Apr 22, 2023
Prev Previous commit
Next Next commit
Update plugins/modules/keycloak_authentication.py
Co-authored-by: Felix Fontein <felix@fontein.de>
  • Loading branch information
flyingflo and felixfontein authored Apr 13, 2023
commit f3a0955cd800b1313bd0c70ddb19bc075d643c13
1 change: 1 addition & 0 deletions plugins/modules/keycloak_authentication.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
subFlowType:
description:
- For new subflows, optionally specify the type.
- Is only used at creation.
choices: ["basic-flow", "form-flow"]
default: "basic-flow"
type: str
Expand Down