Max Weinhart

Results 3 comments of Max Weinhart

Hello @mrparkers , It is probably cleaner to rename `keycloak_generic_client_protocol_mapper ` to `keycloak_generic_protocol_mapper` and add the client_scope_id property. Since we need the changes as soon as possible it would also...

Hello @mrparkers , I have looked at the code from https://github.com/mrparkers/terraform-provider-keycloak/blob/v3.9.1/provider/resource_keycloak_generic_client_protocol_mapper.go. It seems that it is possible to specify a client_scope_id: ``` "client_scope_id": { Type: schema.TypeString, Optional: true, ForceNew: true,...

Configuring `client_scope_id` in `keycloak_generic_client_protocol_mapper` works so I am not blocked at the moment.