Closed phavekes closed 6 months ago
Maybe related to #115
Yes, plugin-mssql is an example plugin showing how to use and hardcode our own mapping attributes. You have to adjust mapping code for your needs. It does not use endpointMapper logic like plugin-entra-id and plugin-ldap
When creating a new user, with
other
orhome
type email address, the mssql plugin returns an error, for other plugins, these values are accepted.example of failing request:
When changing the
emails.type
value towork
the user is created successfully.The value for email.work is hardcoded in https://github.com/jelhub/scimgateway/blob/0429ac32a192f0dadb9abea4dd3e0094fd9484e6/lib/plugin-mssql.js#L182