Skip to content
Snippets Groups Projects
Verified Commit f993b42e authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

Fix problems with "authorization grant"

parent 38dca3bd
No related branches found
No related tags found
No related merge requests found
......@@ -101,7 +101,11 @@ oAuthClients:
tokenEndpointAuthMethod: "client_secret_post"
responseTypes:
- "code"
- "id_token"
grantTypes:
- "authorization_code"
- "refresh_token"
- "client_credentials"
- "implicit"
- clientName: *GRAFANA
clientSecret: "{{ grafana_oauth_client_secret }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment