Skip to content

Commit 323d0f3

Browse files
docs: Add mention of keycloak_authentication_bindings to realm authentication settings (#1255)
Fixes #1254 Signed-off-by: Thomas Darimont <[email protected]>
1 parent 6e1178b commit 323d0f3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/resources/authentication_flow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ page_title: "keycloak_authentication_flow Resource"
66

77
Allows for creating and managing an authentication flow within Keycloak.
88

9-
[Authentication flows](https://www.keycloak.org/docs/11.0/server_admin/index.html#_authentication-flows) describe a sequence
9+
[Authentication flows](https://www.keycloak.org/docs/latest/server_admin/index.html#_authentication-flows) describe a sequence
1010
of actions that a user or service must perform in order to be authenticated to Keycloak. The authentication flow itself
1111
is a container for these actions, which are otherwise known as executions.
1212

docs/resources/realm.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,12 @@ The following authentication settings can also be configured. Note that these ar
200200

201201
- `password_policy` - (Optional) The password policy for users within the realm.
202202

203+
### Authentication Flow Bindings
204+
205+
The following authentication flow bindings can be configured.
206+
Note that the authentication flows need to exist when configuring the authentication flows via the realm resource.
207+
Use the `keycloak_authentication_bindings` resource for more flexibility.
208+
203209
The arguments below can be used to configure authentication flow bindings:
204210

205211
- `browser_flow` - (Optional) The desired flow for browser authentication. Defaults to `browser`.

0 commit comments

Comments
 (0)