stackspout/apps/do/vikunja-extra/vikunja-oauth-client.yaml

20 lines
564 B
YAML

apiVersion: hydra.ory.sh/v1alpha1
kind: OAuth2Client
metadata:
name: vikunja-extra-oauth-client
# Has to live in the same namespace as the stackspin-*-oauth-variables secret
namespace: flux-system
spec:
grantTypes:
- authorization_code
- refresh_token
- client_credentials
- implicit
responseTypes:
- id_token
- code
scope: "openid profile email name"
secretName: stackspin-vikunja-extra-oauth-variables
redirectUris:
- https://${vikunja_extra_domain}/auth/openid/stackspin
tokenEndpointAuthMethod: client_secret_post