axum-keycloak-auth icon indicating copy to clipboard operation
axum-keycloak-auth copied to clipboard

Extracting Custom Attributes

Open WillieSpence opened this issue 5 months ago • 2 comments

Hi,

Do you have any examples of extracting custom attributes / claims from the JWT? I have custom attributes that I have added for my user and I can confirm with jwt.io that the additional user attribute is in the token. However, it doesn't seem to decode this attribute when I use the keycloak auth layer.

WillieSpence avatar Sep 02 '24 10:09 WillieSpence