Hello
I am trying to get some url parameters mapped to the tokens, but I am not sure how to.
I have tried to use some of DasNiko’s guide to use the mappers Keycloak - Custom Protocol Mapper | Niko Köbler (@dasniko) - YouTube , but my solutions doesn’t work
/auth/realms/my-test-realm/protocol/openid-connect/auth?client_id=my-client&response_type=code&scope=openid my-client&redirect_uri=http://localhost:8083/hello&state=123456789123456789&code_challenge_method=S256&code_challenge=FPrq6nvqvNchWMEy-8SDvP86D-4zgnDeeWRZo7ZA7cU&nonce=12345678sdasdsdaadsadsadsad&**postalCode=123456789**
It is the postalCode I want to map to token
Anyone who got any ideas?