keycloak / keycloak-quickstarts

Apache License 2.0
1.98k stars 984 forks source link

`action-token-authenticator` and `action-token-required-action` broken #548

Closed hmlnarik closed 7 months ago

hmlnarik commented 7 months ago

Describe the bug

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.

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