Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Does O365 Connector work on Azure App Service?

mx_o
New Contributor
New Contributor

Hello,

 

Does the O365 connector work on Azure's App Service? This is essentially IIS as a service and allows for deployment of .NET applications.

1 REPLY 1

rushikeshvartak
All-Star
All-Star

Yes, the O365 connector can work on Azure App Service, which is essentially IIS (Internet Information Services) as a service. Azure App Service supports the deployment of .NET applications and can host various types of web applications, including those that integrate with Microsoft Office 365.

When using the O365 connector with Saviynt in an Azure App Service environment, consider the following:

  1. Configuration: Ensure that the connector is configured correctly in Saviynt with the necessary API permissions for Office 365.

  2. Authentication: Use OAuth2 for authenticating against the Microsoft Graph API, which is recommended for O365 integrations.

  3. Endpoint Accessibility: Ensure that the App Service can access the required endpoints for the O365 connector, including any firewall or network configurations.

  4. Scaling and Performance: Monitor performance and adjust the App Service plan as necessary to handle the load from the O365 integration.

  5. Logging and Monitoring: Implement logging and monitoring for both the Saviynt application and the Azure App Service to troubleshoot any issues that arise.

If you encounter any specific issues during the deployment or integration process, providing error messages or details can help in troubleshooting.


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.