mrparkers / terraform-provider-keycloak

Terraform provider for Keycloak
https://registry.terraform.io/providers/mrparkers/keycloak/latest/docs
MIT License
607 stars 295 forks source link

valid_post_logout_redirect_uris missing for saml clients #866

Open benjaminlostandfound opened 1 year ago

benjaminlostandfound commented 1 year ago

Missing option for logout redirect uris in SAML client

For oppenID clients there is a valid_post_logout_redirect_uris option. In the SAML client it seems to be missing.

How to set this?

I can find logout_service_post_binding_url and logout_service_redirect_binding_url in the SAML client but these are only type string and not `list(string)'.

If i set "Valid post logout redirect URIs" in the Keycloak UI, i can add multiple URIs for SAML client.