stackspout/apps/meet/calcom/calcom-oauth-client.yaml

22 lines
627 B
YAML
Raw Normal View History

2022-07-18 14:20:37 +00:00
apiVersion: hydra.ory.sh/v1alpha1
kind: OAuth2Client
metadata:
name: calcom-oauth-client
# Has to live in the same namespace as the stackspin-calcom-oauth-variables secret
2022-07-18 14:20:37 +00:00
namespace: flux-system
spec:
# TODO copied from wekan: https://github.com/wekan/wekan/wiki/Keycloak
grantTypes:
- authorization_code
- refresh_token
- client_credentials
- implicit
responseTypes:
- id_token
- code
scope: "openid profile email stackspin_roles"
secretName: stackspin-calcom-oauth-variables
#redirectUris:
# - https://${calcom_domain}/oauth/openid/
#tokenEndpointAuthMethod: client_secret_post