mrparkers / terraform-provider-keycloak

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

Support Keycloak option "Always display in UI" for clients #899

Open paulolieuthier opened 11 months ago

paulolieuthier commented 11 months ago

This is useful for filtering items when building your own frontend for Keycloak.

ykgw-quliang commented 9 months ago

@mrparkers This option exists in the Keycloak Client API. Refer to: ClientRepresentation

The "alwaysDisplayInConsole" option is always list this client in the account console, even if the user does not have an active session.

Hope this option can be added to the OpenID and SAML clients.