Keycloak Based
These actions provide a Keycloak-based authentication implementation.
Keycloak Based Actions
Register
Login
UpdatePassword
Field
Definition
Example
Default
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Keycloak Based UpdatePassword action eventMeta fields",
"type": "object",
"properties": {
"eventMeta": {
"type": "object",
"properties": {
"inputElement": {
"type": "string",
"definition": "Json path for the input in event payload",
"example": "auth",
"default": null
}
}
}
}
}ExecuteActionEmail
Field
Definition
Example
Default
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Keycloak Based ExecuteActionEmail action eventMeta fields",
"type": "object",
"properties": {
"eventMeta": {
"type": "object",
"properties": {
"inputElement": {
"type": "string",
"definition": "Json path for the input in event payload",
"example": "auth",
"default": null
}
}
}
}
}Parameter
Definition
Example
Default
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Keycloak Based ExecuteActionEmail action eventMeta.parameters",
"type": "object",
"properties": {
"eventMeta": {
"type": "object",
"properties": {
"parameters": {
"type": "object",
"properties": {
"action": {
"type": "string",
"definition": "Action to execute",
"example": "FORGOT_EMAIL",
"default": null
}
}
}
}
}
}
}ForgotPasswordAction
Field
Definition
Example
Default
VerifyEmailAction
Field
Definition
Example
Default
Last updated
