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

Hydra support front and back-channel options in CRD #134

Closed fleblay closed 1 year ago

fleblay commented 1 year ago

Preflight checklist

Ory Network Project

No response

Describe your problem

We want to implement the front-channel logout in one of our Oauth2 client application but the properties 'frontchannel_logout_uri' and 'frontchannel_logout_session_required' are not available in the CRD

Describe your ideal solution

Add 'frontchannel_logout_uri' and 'frontchannel_logout_session_required' to availabe properties in CRD file

Workarounds or alternatives

Use the CLI but things are not persisted

Version

hydra.ory.sh/v1alpha1

Additional Context

No response