.. Document meta
:orphan:
.. |antsibull-internal-nbsp| unicode:: 0xA0
:trim:
.. meta::
:antsibull-docs: 2.24.0
.. Anchors
.. _ansible_collections.middleware_automation.keycloak.keycloak_authentication_flow_module:
.. Anchors: short name for ansible.builtin
.. Title
keycloak_authentication_flow -- Allows administration of Keycloak authentication flows via Keycloak API
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
.. Collection note
.. note::
This module is part of the `middleware_automation.keycloak collection
Parameter |
Comments |
|---|---|
Alias (name) of the authentication flow. |
|
OpenID Connect client_id to authenticate to the API with. Default: |
|
Client Secret to use in conjunction with auth_client_id (if required). |
|
URL to the Keycloak instance. |
|
Password to authenticate for API access with. |
|
Keycloak realm name to authenticate to for API access. |
|
Username to authenticate for API access with. |
|
Controls the HTTP connections timeout period (in seconds) to Keycloak API. Default: |
|
If set, the new flow is created as a copy of the flow with this alias. Cannot be used together with |
|
Description of the authentication flow. Default: |
|
A list of executions (authenticator steps) to add to the flow. Each execution is a dict with keys Executions are only added when the flow is first created. Default: |
|
The authenticator provider ID (e.g. |
|
The requirement level for this execution. Choices:
|
|
Configures the HTTP User-Agent header. Default: |
|
The provider ID for the flow. Default: |
|
The Keycloak realm under which this authentication flow resides. Default: |
|
State of the authentication flow. On On Choices:
|
|
Authentication token for Keycloak API. |
|
Verify TLS certificates (do not disable this in production). Choices:
|
Key |
Description |
|---|---|
Representation of the authentication flow after module execution. Returned: on success Sample: |
|
Message as to what action was taken. Returned: always Sample: |