Skip to content
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

Add user info on dashboard views once logged in #3197

Closed
Tracked by #3033
kvenkatrajan opened this issue Mar 26, 2024 · 1 comment · Fixed by #3443
Closed
Tracked by #3033

Add user info on dashboard views once logged in #3197

kvenkatrajan opened this issue Mar 26, 2024 · 1 comment · Fixed by #3443

Comments

@kvenkatrajan
Copy link
Member

With oidc - user can be authenticated. Add user info as per issue comment: #3033 (comment)

CC: @drewnoakes

@drewnoakes
Copy link
Member

There's some pending work here. The lack of a default authorization scheme in the web app's config means that the /signin-oidc response isn't being handled properly. We get an authentication cookie, but no claims or user details are available in the dashboard app. We need to find a workaround, or a way to reinstate a default authentication scheme that doesn't break either the frontend or OTLP auth.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants