mrparkers / terraform-provider-keycloak

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

How to configure Clients -> Client Registration -> Authenticated access policies #882

Open thesse1 opened 9 months ago

thesse1 commented 9 months ago

Is it possible to configure the policies under Clients -> Client Registration -> Authenticated access policies using this provider?

image

I have not found a way to do this. Thanks!

Best regards, Thomas

Redestros commented 9 months ago

Hello @thesse1 and sorry for the delayed response. Currently there is no resource to manage client registration policy. In fact, it seems they will remove the support of client registration policies of favor of client policies. Screenshot 2023-10-14 at 12 47 17 AM

thesse1 commented 9 months ago

Thanks a lot for the information!

FWest98 commented 6 months ago

Do note that the new client policies/profiles do not yet cover all usecases of the current client registration policies, so it is not (yet) a direct replacement. It also seems like client policies/profiles are not yet supported in this provider - the feature is tracked in https://github.com/mrparkers/terraform-provider-keycloak/issues/888