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

Allow OAuth authentication with minimal userinfo #13141

Closed
acdha opened this issue Sep 4, 2018 · 1 comment
Closed

Allow OAuth authentication with minimal userinfo #13141

acdha opened this issue Sep 4, 2018 · 1 comment

Comments

@acdha
Copy link

acdha commented Sep 4, 2018

Using v5.1.5 I was trying to setup authentication using a commercial IdP which has a very limited userinfo endpoint which returns only a single value, causing Grafana to fail the login because it can't get an email address:

{
    "aud": null,
    "sub": "",
    "unique_name": "username@example.org"
}

It'd be nice if this was at least minimally usable as would be the case with HTTP Basic authentication.

@marefr
Copy link
Contributor

marefr commented Sep 5, 2018

Duplicate of #12986

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

No branches or pull requests

2 participants