My setting:
spring boot for backend
keycloak 18.0
My workflow:
- i have one client: webshop-client
- I have default client-role: customerAccessRole
I expect:
when registering in client new user e.g. “info@test.de” gets automatically assigned default role “customerAccessRole”.
In spring boot I want to read this role from the access token.
Max I find there
realm_access={"roles": .....
But I don’t find there client_role
I need help