Hello Guys,
I'm implementing Jam for a customer and customer wants to access Jam using their Azure credentials. For the same, I've configured SSO in Azure AD -> IAS -> Jam. And as customer wants their Azure AD profiles to be used to get into Jam, I’ve configured IPS. So in IPS, I’ve added Azure AD as source and that’s how it’s pulling users from Azure and pushing them into Jam.
Now the issue that I’m facing now is –
It would be great if you can give me some pointer to move ahead as I'm stuck here now and customer not able to use Jam.
Cheers,
Sen
Request clarification before answering.
Yes Christian. To my understanding, the option here should be putting a filter inside IPS in transformation logic and I'm trying the same by putting values in different combinatons. I was trying as per your comment on the other thread but still no hope.
And we can't directly map customer's Azure with IPS as that would unnecessarily pull all users from Azure (only certain people/group in company need Jam as per their requirement) and may hit Jam subscription quota in first load itself.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I was told that Azure doesn't provide the groups as part of their API. So it doesn't seem to be possible to select users based on that.
I'm not an expert in APIs and especially not in the Azure AD API, but it looked to me like you can at least filter by departments. Maybe that's a workaround.
Sorry, that I can't be of more help. Maybe others have more ideas.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
To add more information, I have added below mentioned lines in the 'Transformation' logic inside IPS (in source system object for Azure AD) -
"condition": "($.groups[*].value contains 'Jam') || ($.groups[*].value contains 'C4C')" as the group name where I'm assigning users in Azure is - 'Jam Users'.
This is the single line I've changed in transformation . Not sure whether I've to make any changes to any other line here (do I need to do anything in group section ?)
And, no additional property I've added in 'Properties' tab. Do I need to add any like - msgraph-filter or ldap.group.filter and if yes what value should I put there ?
When I did run the job after adding group condition, it did run without any error but no user got created in Jam.
Looking for help..!!
Cheers,
Sen
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.