hydra-maester/config/samples/hydra_v1alpha1_oauth2client.yaml
2019-08-30 08:59:09 +02:00

16 lines
290 B
YAML

apiVersion: hydra.ory.sh/v1alpha1
kind: OAuth2Client
metadata:
name: my-oauth2-client
namespace: default
spec:
grantTypes:
- client_credentials
- implicit
- authorization_code
- refresh_token
responseTypes:
- id_token
- code
- token
scope: "read write"