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 47 forks source link

feature request: custom attribute mapping #67

Closed RiskManagementGroup closed 6 months ago

RiskManagementGroup commented 1 year ago

It would be nice with a way to customize the attribute mapping, so for example instead of

phoneNumbers: { "value" : "+4511279865", "type" : "mobile", "primary" : false }

it could be mapped to

mobile: "+4511279865"

Captain-P-Goldfish commented 1 year ago

this is basically possible but it is a lot of work. Also, keycloak has migrated the admin-theme to React based implementation that is not extendable yet. So it would not be a wise idea to implement it on the old angular-js based web admin

Captain-P-Goldfish commented 6 months ago

this feature will be available to certain degree with the release of 2.0.0 at https://scim-for-keycloak.de The version 2.0.0 is still in development though.