hydra-maester/config/samples/hydra_v1alpha1_oauth2client.yaml

16 lines
290 B
YAML
Raw Normal View History

2019-08-21 10:12:07 +02:00
apiVersion: hydra.ory.sh/v1alpha1
kind: OAuth2Client
metadata:
2019-08-30 08:59:09 +02:00
name: my-oauth2-client
namespace: default
2019-08-21 10:12:07 +02:00
spec:
2019-08-30 08:59:09 +02:00
grantTypes:
- client_credentials
- implicit
- authorization_code
- refresh_token
responseTypes:
- id_token
- code
- token
scope: "read write"