blob: 2a23c4f1502412ec12bbb37caa606fc831b64056 [file] [log] [blame]
giolekva95340e82021-11-08 21:36:55 +04001apiVersion: hydra.ory.sh/v1alpha1
2kind: OAuth2Client
3metadata:
4 name: matrix
5 namespace: {{ .Release.Namespace }}
6spec:
7 grantTypes:
8 - authorization_code
9 responseTypes:
10 - code
11 scope: "openid profile"
12 secretName: {{ .Values.oauth2.secretName }}
13 redirectUris:
14 - https://matrix.{{ .Values.domain }}/_synapse/client/oidc/callback
15 hydraAdmin:
16 url: {{ .Values.oauth2.hydraAdmin }}
17 port: 80
18 endpoint: /clients
19 forwardedProto: https