2022-11-16 10:15:17 +00:00
|
|
|
apiVersion: hydra.ory.sh/v1alpha1
|
|
|
|
kind: OAuth2Client
|
|
|
|
metadata:
|
|
|
|
name: nextcloud-home-oauth-client
|
|
|
|
namespace: flux-system
|
|
|
|
spec:
|
|
|
|
grantTypes:
|
|
|
|
- authorization_code
|
|
|
|
- refresh_token
|
|
|
|
- client_credentials
|
|
|
|
- implicit
|
|
|
|
responseTypes:
|
|
|
|
- id_token
|
|
|
|
- code
|
|
|
|
scope: "openid profile email stackspin_roles"
|
|
|
|
secretName: stackspin-nextcloud-home-oauth-variables
|
|
|
|
redirectUris:
|
2022-11-16 10:30:26 +00:00
|
|
|
- https://files.home.${domain}/index.php/apps/sociallogin/custom_oauth2/stackspin
|
2022-11-16 10:15:17 +00:00
|
|
|
tokenEndpointAuthMethod: client_secret_post
|
2022-11-16 10:19:43 +00:00
|
|
|
---
|
2022-11-16 10:15:17 +00:00
|
|
|
apiVersion: hydra.ory.sh/v1alpha1
|
|
|
|
kind: OAuth2Client
|
|
|
|
metadata:
|
|
|
|
name: wikijs-oauth-client
|
|
|
|
namespace: flux-system
|
|
|
|
spec:
|
|
|
|
grantTypes:
|
|
|
|
- authorization_code
|
|
|
|
- refresh_token
|
|
|
|
- client_credentials
|
|
|
|
- implicit
|
|
|
|
responseTypes:
|
|
|
|
- id_token
|
|
|
|
- code
|
|
|
|
scope: "openid profile email stackspin_roles"
|
|
|
|
secretName: stackspin-wikijs-oauth-variables
|
|
|
|
#redirectUris:
|
|
|
|
# - https://wiki.${domain}/user/oauth2/Stackspin/callback
|
|
|
|
tokenEndpointAuthMethod: client_secret_post
|