Before reporting an issue
Area
workflows
Describe the bug
The workflows documentation "User offboarding" example is incorrectly enclosing the list of roles to be revoked in double-quotes, which causes Keycloak to parse them all as a single role with commas.
Version
26.6.2
Regression
Expected behavior
Example should contain a valid YAML with no double quotes on the list of revoked roles
Actual behavior
Wrong documentation causes the example workflow to fail as Keycloak fails to find a role that matches the whole list.
How to Reproduce?
Just check the documentation example
Anything else?
No response
Before reporting an issue
Area
workflows
Describe the bug
The workflows documentation "User offboarding" example is incorrectly enclosing the list of roles to be revoked in double-quotes, which causes Keycloak to parse them all as a single role with commas.
Version
26.6.2
Regression
Expected behavior
Example should contain a valid YAML with no double quotes on the list of revoked roles
Actual behavior
Wrong documentation causes the example workflow to fail as Keycloak fails to find a role that matches the whole list.
How to Reproduce?
Just check the documentation example
Anything else?
No response