-
-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
breakfix: RBAC can't access [realm_access-roles] #345
Comments
I believe I am experiencing this issue and have documented my approach to setting
EDIT: I found the tokens in the log
|
Although I can not access the portal's account info page when the provider is enabled (link to open issue describing the same symptom), only when local store is enabled, I do see the debug logs that include the id token and access token from the provider. Strangely, the access token has no claims. Only the header and signature are defined. The OAuth 2.0 server access token from Auth0, which is a JWT, looks like this Then Caddy Security does something unexpected.
The |
@qrkourier , see the below source code references. https://github.com/search?q=repo%3Agreenpau%2Fgo-authcrunch%20id_token&type=code Happy to jump on google meet to troubleshoot. Feel free to reach me on LinkedIn. |
Describe the issue**
RBAC can't access:
Expected behavior
According the documentation
By default, the plugin should finds role information in the following token fields:
The text was updated successfully, but these errors were encountered: