Pascal Knüppel
Pascal Knüppel
We need to exclude some of our dependencies because these dependencies must be provided by the customer due to license restrictions but the maven plugin is ignoring `provided` and also...
Hi we got the following describes setup. We are using two profiles. One to push into our own registry and one to push into the registry of our customer. If...
I recently noticed that a misconfiguration between two cluster nodes might occur in keycloak cluster environments. This occurs only under the following circumstances: 1. You got at least two running...
I recently got several requests asking for support of RFC7642 to provide push support to Atlassian products. I have created this ticket to show that this is currently not supported....
### Describe the bug There is a problem with custom providers that try to do database changes in the `postInit` method. The [scim-for-keycloak#59](https://github.com/Captain-P-Goldfish/scim-for-keycloak/issues/59) project is currently suffering from this problem...
### Description we just had some troubles finding the client mappers within the new keycloak admin console. We managed to find them but its not really obvious. May it be...
I just tried to setup a webservice client to consume an existing service. The WSDL has an operation defined as follows: ```wsdl ... ... ... ``` I am not able...
enum-types are a bad choice because it limits the extensibility of the API fixes #30999 relatesTo #30875 relatesTo #26328
### Description The class `org.keycloak.protocol.oid4vc.model.ProofType` should hold `String` constants instead of being an enum. relatesTo #30875 ### Discussion _No response_ ### Motivation Enums are a bad choice for type-selection because...
fixes #30958 relatesTo https://github.com/keycloak/keycloak/issues/26328