You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)
Issue details
Recent keycloak (>v19) has introduced the client parameter post_logout_redirect_uri specifying the valid URIs a client may redirect to after logout. See the logout docs.
It would be nice if pulumi gained support for this, as Keycloak by default does not allow any redirect. So in order for logout to work currently have to spam "+" into this field in every realm manually ;)
Affected area/feature
The text was updated successfully, but these errors were encountered:
While we are awaiting upstream changes that will properly add this as an attribute to the Client resource, per that same upstream discussion, you should be able to leverage the ExtraConfig option to set this in the meantime.
Hello!
Issue details
Recent keycloak (>v19) has introduced the client parameter
post_logout_redirect_uri
specifying the valid URIs a client may redirect to after logout. See the logout docs.It would be nice if pulumi gained support for this, as Keycloak by default does not allow any redirect. So in order for logout to work currently have to spam "+" into this field in every realm manually ;)
Affected area/feature
The text was updated successfully, but these errors were encountered: