on 2022 Mar 29 3:28 PM
Hi Folks,
has anyone in the community already managed to synchronize the account status of an Azure user (active or inactive) with the IAS via IPS?
The aim should be that users set to inactive in Azure are set to inactive in IAS as soon as the next IPS job run pulls the updates from Azure.
Thanks
Carsten
Request clarification before answering.
Hi Yogananda,
it is a nice blog but doesn't help me in that scenario. However, I managed it in the meantime.
First expanded property "aad.user.attributes" in source system with "accountEnabled" according to MS graph reference and then adjusted source (Azure) transformation:
{
"sourcePath": "$.accountEnabled",
"optional": true,
"targetPath": "$['urn:ietf:params:scim:schemas:extension:enterprise:2.0:User']['accountEnabled']"
},
Adjusted target (IAS) transformation:
{
"sourcePath": "$['urn:ietf:params:scim:schemas:extension:enterprise:2.0:User']['accountEnabled']",
"optional": true,
"targetPath": "$.active",
"defaultValue": true
},
Cheers Carsten
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Colt,
I entered the upper code in the Source (Azure) Default Transformation. Then, I entered the lower code in the Target (IAS) Default Transformation. However, I am getting this error.
Duplicated source and target paths warning
How can this error be fixed?
Many Thanks
Best Regards
Hi colt
This below blog will provide much information on how to pull users from Inactive to active and active to Inactive.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 18 | |
| 7 | |
| 6 | |
| 6 | |
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.