Hi All,
I have successfully configured a single sign-in solution that is working perfectly for our clients,we have a new requirement
from our clients. They want to implement a process where a user deactivated from Azure AD side should also be automatically deactivated Appian side.
Please provide guidance on the steps required to set up this automated user synchronization and any best practices to ensure smooth ongoing operation.
Best regards,Prasad
Discussion posts and replies are publicly visible
My recommendation would be to use to create a Web API in Appian which receives change notifications from the Graph API and runs a process that deactivates the user.