Skip to content
Snippets Groups Projects
Commit 30aeddd7 authored by Varac's avatar Varac
Browse files

Merge branch '506-wordpress-sso-not-working' into 'master'

Resolve "WordPress SSO not working"

Closes #506

See merge request openappstack/openappstack!220
parents 38dca3bd f993b42e
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