-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[QUESTION] OIDC User and Group Admin differentiation #1675
Comments
Is there a way to get DEBUG logs to dump to the container logs? I'm trying to dump exactly what is being consumed by |
For me it always worked to intercept the URL from auth-server right before logging in into dashy, then you can decode this with I think https://jwt.io/ and you will see which data gets provided to dashy Edit: this is not working for me for dashy, possibly due to the public client in the oidc specs, sorry. |
I looked at the code and the default https://github.com/Lissy93/dashy/blob/master/src/utils/OidcAuth.js#L23 With the way I configured it in the docs, the following is a sample of data being sent to
|
Question
Is there a way to differentiate admins and users when using OIDC? Is it possible to assign a configuration of
type: admin
to an OIDC user or group? Not sure if that is implemented or not. Thank you.@twsouthwick
Category
Authentication
Please tick the boxes
The text was updated successfully, but these errors were encountered: