marcospereirampj / python-keycloak

MIT License
692 stars 296 forks source link

Authorization Data missing #564

Open cca32 opened 2 months ago

cca32 commented 2 months ago

image

I am trying to get the authorization claim from the token inspection endpoint, but it seems to be missing along with the sub-field permissions. Are there any endpoints in the client to access this information?

I see fields like:

exp
iat
aud

I'm trying to see if the token created has any authorizations in it. Any help would be greatly appreciated!