Package-level declarations
Types
Allows for creating and managing realm authentication flow bindings within Keycloak. Authentication flows describe a sequence of actions that a user or service must perform in order to be authenticated to Keycloak. The authentication flow itself is a container for these actions, which are otherwise known as executions. Realms assign authentication flows to supported user flows such as registration
and browser
. This resource allows the updating of realm authentication flow bindings to custom authentication flows created by keycloak.authentication.Flow
. Note that you can also use the keycloak.Realm
resource to assign authentication flow bindings at the realm level. This resource is useful if you would like to create a realm and an authentication flow, and assign this flow to the realm within a single run of pulumi up
. In any case, do not attempt to use both the arguments within the keycloak.Realm
resource and this resource to manage authentication flow bindings, you should choose one or the other.
Allows for creating and managing realm authentication flow bindings within Keycloak. Authentication flows describe a sequence of actions that a user or service must perform in order to be authenticated to Keycloak. The authentication flow itself is a container for these actions, which are otherwise known as executions. Realms assign authentication flows to supported user flows such as registration
and browser
. This resource allows the updating of realm authentication flow bindings to custom authentication flows created by keycloak.authentication.Flow
. Note that you can also use the keycloak.Realm
resource to assign authentication flow bindings at the realm level. This resource is useful if you would like to create a realm and an authentication flow, and assign this flow to the realm within a single run of pulumi up
. In any case, do not attempt to use both the arguments within the keycloak.Realm
resource and this resource to manage authentication flow bindings, you should choose one or the other.
Builder for BindingsArgs.
Builder for Bindings.
Allows for creating and managing an authentication execution within Keycloak. An authentication execution is an action that the user or service may or may not take when authenticating through an authentication flow.
Builder for ExecutionArgs.
Allows for managing an authentication execution's configuration. If a particular authentication execution supports additional configuration (such as with the identity-provider-redirector
execution), this can be managed with this resource.
Allows for managing an authentication execution's configuration. If a particular authentication execution supports additional configuration (such as with the identity-provider-redirector
execution), this can be managed with this resource.
Builder for ExecutionConfigArgs.
Builder for ExecutionConfig.
Builder for Execution.
Allows for creating and managing an authentication flow within Keycloak. Authentication flows describe a sequence of actions that a user or service must perform in order to be authenticated to Keycloak. The authentication flow itself is a container for these actions, which are otherwise known as executions.
Allows for creating and managing an authentication flow within Keycloak. Authentication flows describe a sequence of actions that a user or service must perform in order to be authenticated to Keycloak. The authentication flow itself is a container for these actions, which are otherwise known as executions.
Builder for FlowArgs.
Builder for Flow.
Allows for creating and managing an authentication subflow within Keycloak. Like authentication flows, authentication subflows are containers for authentication executions. As its name implies, an authentication subflow is contained in an authentication flow.
Allows for creating and managing an authentication subflow within Keycloak. Like authentication flows, authentication subflows are containers for authentication executions. As its name implies, an authentication subflow is contained in an authentication flow.
Builder for SubflowArgs.
Builder for Subflow.