-
What Grafana version and what operating system are you using?
open source v7.5.5 -
What are you trying to achieve?
Okta OAuth2 authentication -
How are you trying to achieve it?
By following the documentation link -
What happened?
Getting HTTP 400 Bad request -
What did you expect to happen?
-
Can you copy/paste the configuration(s) that you are having problems with?
#################################### Okta OAuth #######################
[auth.okta]
name = Okta
enabled = true
;allow_sign_up = true
client_id = xxxx
client_secret = xxxxx
scopes = openid profile email groups
auth_url = https ://.okta. com/oauth2/v1/authorize
token_url = https ://.okta. com/oauth2/v1/token
api_url = https ://.okta. com/oauth2/v1/userinfo
allowed_domains =
;allowed_groups = Developers, Admins
;role_attribute_path =
-
Did you receive any errors in the Grafana UI or in related logs? If so, please tell us exactly what they were.
t=2021-06-28T10:08:01-0700 lvl=info msg=“Request Completed” logger=context userId=0 orgId=0 uname= method=GET path=/login/okta status=302 remote_addr=172.19.208.237 time_ms=0 size=303 referer=https://wus2grfnadev03..com:3000/login -
Did you follow any online instructions? If so, what is the URL?
Okta OAuth2 authentication | Grafana Labs