Click HERE to see how Saviynt Intelligence is transforming the industry. |
04/17/2024 01:47 PM
I have a requirement to pass multiple entries from Saviynt to AD. I need to pass email and first name and last name to the proxy address attribute. How would the code look for multiple entries.
Solved! Go to Solution.
04/17/2024 05:17 PM
04/18/2024 07:42 AM
Both links are useful but are not really achieving what I am trying to do. I currently am trying to pass the following through and update
"proxyAddresses": ["smtp:'${user.firstname}'.'${user.lastname}'@availity.mail.onmicrosoft.com","SMTP:'${user.email}"]
04/18/2024 07:52 PM
What is error you are getting in logs
04/25/2024 01:08 PM
It ended up being a syntax issue this now works
"proxyAddresses": ["smtp:${user.firstname}.${user.lastname}@availity.mail.onmicrosoft.com","SMTP:${user.email}"]