overrides: adjust oauth clients redirect uri
This commit is contained in:
parent
a41f662178
commit
22dd79eefb
|
@ -15,7 +15,7 @@ spec:
|
||||||
scope: "openid profile email stackspin_roles"
|
scope: "openid profile email stackspin_roles"
|
||||||
secretName: stackspin-nextcloud-home-oauth-variables
|
secretName: stackspin-nextcloud-home-oauth-variables
|
||||||
redirectUris:
|
redirectUris:
|
||||||
- https://files.home.${domain}/apps/sociallogin/custom_oidc/stackspin
|
- https://files.home.${domain}/apps/sociallogin/custom_oauth2/stackspin
|
||||||
tokenEndpointAuthMethod: client_secret_post
|
tokenEndpointAuthMethod: client_secret_post
|
||||||
---
|
---
|
||||||
apiVersion: hydra.ory.sh/v1alpha1
|
apiVersion: hydra.ory.sh/v1alpha1
|
||||||
|
|
Loading…
Reference in New Issue