Skip to main content
August 22, 2023
Question

User deactivation in appian when they are deactivaed in Azure Ad

  • August 22, 2023
  • 1 reply
  • 0 views

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

1 reply

mathieud0001
August 22, 2023

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.

[View:https://learn.microsoft.com/en-us/answers/questions/597295/get-notifications-based-on-new-user-added-or-delet]