ory / hydra-maester

Kuberenetes CRD Controller for Ory Hydra. :warning: Maintained by the community, not an official Ory project!
Apache License 2.0
33 stars 38 forks source link

feat: support all variations of responseTypes #104

Closed Demonsthere closed 2 years ago

Demonsthere commented 2 years ago

Expand validation and add tests for the following variations of responseTypes:

  responseTypes:
    - id_token
    - code
    - token
    - code token
    - code id_token
    - id_token token
    - code id_token token

Related Issue or Design Document