axum-keycloak-auth
axum-keycloak-auth copied to clipboard
Extracting Custom Attributes
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.