drogue-iot / drogue-cloud

Cloud Native IoT
https://drogue.io
Apache License 2.0
113 stars 30 forks source link

Allow adding additional redirectUris to the SSO client configuration #293

Closed lulf closed 2 years ago

lulf commented 2 years ago

At present the "drogue" client in Keycloak infers the redirectUris based on the ingress configuration. For applications that integrate with the SSO outside the sandbox, it's necessary to add custom redirects for those applications.

To fix that, the helm charts needs to expose a configuration option for adding additional redirect Uris for the SSO clients. This should be done once the Keycloak operator changes settles.

ctron commented 2 years ago

I am wondering if it would be sufficient to add a new keycloak client to the realm? Like we do it for Grafana and Ditto.

ctron commented 2 years ago

Part of the helm charts. But done for the next release.