Pascal Knüppel
Pascal Knüppel
this extension would be great. It is a bit unlcear for other developers if they see that the dependencies must be explicitly excluded if they have already been set to...
I lso asked for this already here: https://github.com/keycloak/keycloak/discussions/14327#discussioncomment-3621008
the problem is in AddThirdPartyMojo.java if no missing dependencies exist the missing file gets deleted. If you set the missingFile to an absolute path and you execute a build on...
I found some time to take a look into this issue. Unfortunately it cannot be resolved right now because keycloak is missing the possibility of catching update and create events...
You did not. I would assume you migrated from a previous version? you can fix this by executing the following sql statement: ```sql update DATABASECHANGELOG_SCIM_JPA_E set MD5SUM = null where...
https://github.com/Captain-P-Goldfish/scim-for-keycloak/wiki/How-to-fix:-liquibase.exception.ValidationFailedException:-Validation-Failed:
I took a quick look at the keycloak implementation. It seems possible to override the import/export provider but it would be an additional source that might cause regressions with any...
Hi, it is not possible to add new ResourceTypes during runtime. It is possible to add new ResourceTypes by extending the implementation. The Roles-ResourceType describes simply an example that it...
not without sourceCode changes. It would be possible though to implement it for users dynamically. Since keycloak has the user-attribute table. Currently it is not possible but it one could...
just tried and it worked without a problem: ``` PATCH https://my-keycloak/auth/realms/master/scim/v2/Users/f451a7c5-15d8-4ad9-98a2-2043efce00a4 Authorization: [ey...] Content-Type: application/json+scim { "schemas": [ "urn:ietf:params:scim:api:messages:2.0:PatchOp" ], "Operations": [ { "op": "replace", "path": "password", "value": "654321" }...