update auth methods for two clients
This commit is contained in:
parent
1633d2249f
commit
3c2e4c6a11
@ -105,7 +105,7 @@ configMap:
|
|||||||
|
|
||||||
cors:
|
cors:
|
||||||
allowed_origins_from_client_redirect_uris: true
|
allowed_origins_from_client_redirect_uris: true
|
||||||
|
|
||||||
clients:
|
clients:
|
||||||
- client_id: 'grafana'
|
- client_id: 'grafana'
|
||||||
client_name: 'Grafana'
|
client_name: 'Grafana'
|
||||||
@ -123,7 +123,7 @@ configMap:
|
|||||||
- 'groups'
|
- 'groups'
|
||||||
- 'email'
|
- 'email'
|
||||||
userinfo_signed_response_alg: 'none'
|
userinfo_signed_response_alg: 'none'
|
||||||
token_endpoint_auth_method: 'client_secret_post'
|
token_endpoint_auth_method: 'client_secret_basic'
|
||||||
consent_mode: 'implicit'
|
consent_mode: 'implicit'
|
||||||
- client_id: 'recipes'
|
- client_id: 'recipes'
|
||||||
client_name: 'Recipes'
|
client_name: 'Recipes'
|
||||||
@ -232,7 +232,7 @@ configMap:
|
|||||||
authorization_policy: 'one_factor'
|
authorization_policy: 'one_factor'
|
||||||
redirect_uris:
|
redirect_uris:
|
||||||
- 'https://kitchen.kluster.moll.re/signin/redirect'
|
- 'https://kitchen.kluster.moll.re/signin/redirect'
|
||||||
- kitchenowl:///signin/redirect
|
- kitchenowl:/signin/redirect
|
||||||
# mobile app as well
|
# mobile app as well
|
||||||
scopes:
|
scopes:
|
||||||
- openid
|
- openid
|
||||||
|
Loading…
x
Reference in New Issue
Block a user