Ad Widget

Collapse

SCIM with Entra ID - Who has it working?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • StormScorpion
    Junior Member
    • Feb 2024
    • 22

    #1

    SCIM with Entra ID - Who has it working?

    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.
    Code:
    GET /api_scim.php/Users?filter=user_email+eq+%22a3xxx-xxx-xxx-xxx
    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.Click image for larger version

Name:	image.png
Views:	58
Size:	61.4 KB
ID:	507389

    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.
Working...