Captain-P-Goldfish / scim-for-keycloak

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

Azure-Patch Operation not working #110

Closed KalyaniBharatha closed 2 months ago

KalyaniBharatha commented 2 months ago

Hi Team,

I am using scim-for-keycloak: kc-20-b1, i started testing with Azure entra, so user creation, deletion working good, but user update(patch operation) is not working.Attaching the screenshot, could you please help me on this. AzurePatchError

Thanks, Kalyani

Captain-P-Goldfish commented 2 months ago

I guess you are using the github version, downloaded from the releases section? This is not supported anymore. I would recommend using the kc-20 version from here: https://scim-for-keycloak.de/

I also tested the mentioned request. It is working with kc-20-b7. But I would also recommend to update the keycloak version. Several bugs have been fixed since keycloak 20. And kc-20 and 21 will not receive updates anymore.

KalyaniBharatha commented 2 months ago

Thanks for the reply, and yes i have downloaded form github only, so can you tell me how to check out kc-20-b7 version?

Captain-P-Goldfish commented 2 months ago

it is described on the mainpage of https://scim-for-keycloak.de: see summary How to get the SCIM for Keycloak plugin?

KalyaniBharatha commented 2 months ago

thanks