Hi,
who is using SCIM provisioning with Entra ID? I configured it as described in the docs. But Entra ID always uses the user id instead of the email/upn as identifier. So searching for users fails.
In the Attribute Mapping I removed all others attributes, only user_email, user_name and user_lastname left. And user_email is the matching attribute.
In advanced options, the id attribute is still the primary key. And Entra does not let me change it to user_email.
How can I get Entra to submit the email as search attribute?
Is it possible to store the id in Zabbix and use this as search parameter? Because when the users email change, it will provision a new user instead of updating the existing one.
who is using SCIM provisioning with Entra ID? I configured it as described in the docs. But Entra ID always uses the user id instead of the email/upn as identifier. So searching for users fails.
Code:
GET /api_scim.php/Users?filter=user_email+eq+%22a3xxx-xxx-xxx-xxx
In advanced options, the id attribute is still the primary key. And Entra does not let me change it to user_email.
How can I get Entra to submit the email as search attribute?
Is it possible to store the id in Zabbix and use this as search parameter? Because when the users email change, it will provision a new user instead of updating the existing one.