After fixing keycloak/keycloak#24112, the action-token-authenticator and action-token-required-action quickstarts fail compilation. If the compilation is fixed by providing an empty string to clientData parameter of the actionTokenBuilder, the tests fail.
Describe the bug
After fixing keycloak/keycloak#24112, the
action-token-authenticator
andaction-token-required-action
quickstarts fail compilation. If the compilation is fixed by providing an empty string toclientData
parameter of theactionTokenBuilder
, the tests fail.Version
main
Expected behavior
The action token QS works
Actual behavior
The action token QS is broken
How to Reproduce?
Run the quickstarts and their tests
Anything else?
No response