Captain-P-Goldfish / scim-for-keycloak

a third party module that extends keycloak by SCIM functionality
BSD 3-Clause "New" or "Revised" License
183 stars 46 forks source link

Support for RFC7642 (user provisioning with Atlassian) #3

Closed Captain-P-Goldfish closed 6 months ago

Captain-P-Goldfish commented 3 years ago

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. I will try to add support as soon as possible. But this will still take some time and the support will be limited based on client-side authentication protocols.

In order to provide this feature I would also need to add support for authentication protocols on client side. Currently I am not aware of what is supported by keycloak on server side to achieve this.

Captain-P-Goldfish commented 3 years ago

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 on user and group resources. This topic is currently under discussion: https://github.com/keycloak/keycloak/pull/7466

Captain-P-Goldfish commented 6 months ago

problem solved but still in development. Release 2.0.0 at https://scim-for-keycloak.de will have this feature. The current progress is documented on the main-page