blob: f178ea0caaef9c86cd9175364ee2a416e04e949e [file] [log] [blame]
apiVersion: hydra.ory.sh/v1alpha1
kind: OAuth2Client
metadata:
name: oauth2-client
namespace: {{ .Release.Namespace }}
spec:
grantTypes:
- authorization_code
responseTypes:
- code
scope: "openid email profile"
secretName: {{ .Values.oauth2.secretName }}
redirectUris:
- https://{{ .Values.domain }}/oauth2/callback
hydraAdmin:
url: {{ .Values.oauth2.hydraAdmin }}
port: 80
endpoint: /admin/clients
forwardedProto: https