stackspout/basic/apps/dev/gitea-oauth-client.yaml

22 lines
639 B
YAML
Raw Normal View History

apiVersion: hydra.ory.sh/v1alpha1
kind: OAuth2Client
metadata:
name: gitea-oauth-client
# Has to live in the same namespace as the stackspin-wordpress-oauth-variables secret
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-gitea-oauth-variables
2022-06-30 08:12:09 +00:00
redirectUris:
- https://dev.${domain}/user/oauth2/Stackspin/callback
2022-06-30 07:29:07 +00:00
tokenEndpointAuthMethod: client_secret_post