<Add custom protocol mapper to Keycloak deployed a...
# community-feeds
r
Add custom protocol mapper to Keycloak deployed as Azure Web App [closed] I am a .Net developer and never worked with Java. I have keycloak 16.1.1 deployed into Azure web app. Inside i have a realm with configured External identity provider. My external provider returns token to keycloak and this token than passed to my registered clients. Basically what i need is to transform/add claims to the token generated by Keycloak after it gets token from external IdP. This is the token i get from external Idp (just the fields i need in transformation): { "sub": "This is...