Markus Rohlof

Results 4 comments of Markus Rohlof

I ran into this issue as well. Any updates?

I don't have a Minimal Sample readily available, but I guess the problem is, that `AbstractSchemaValidator` receives the correct `schemaFilter` in constructor but then proceeds to never use it. Instead...

I am facing the same problem. Here you go. **Steps to reproduce** - Unzip, - `mvn test` **Actual behaviour** 2.7.8: Test passes 3.0.2: Test fails because: Loading ApplicationContext fails because:...

I need this, too. Seems like in https://github.com/mrparkers/terraform-provider-keycloak/blob/10e59625b45741464ca3c34a3fba07011981e6a5/provider/resource_keycloak_openid_client_scope.go, the `type` field is missing. This way, we can not create scopes that are default for every new client - which is...