Captain-P-Goldfish / scim-for-keycloak

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

I can't seem to get authentication for scim working #104

Closed garpinc closed 7 months ago

garpinc commented 7 months ago

I put the access token in bearer token and attempted to access the scim endpoint but it says I'm not authenticated. If I turn off authentication on resource type then it works so there must be something going wrong. Can you tell me where to put a breakpoint on the keycloak server side to verify that the token is getting where it needs to go?

Captain-P-Goldfish commented 7 months ago

Have you assigned a client? Documented here: https://scim-for-keycloak.de/documentation/administration/realm-management Summary: Enable Access to SCIM

garpinc commented 7 months ago

I think I figured it out and it worked