Federated authentication between Azure Active Directory and SharePoint on-premise 2013 Web Application.

Sajith Gopalakrishnan Hema 1,056 Reputation points
2021-05-18T08:04:56.783+00:00

The requirement is federated authentication between Azure Active Directory and SharePoint on-premise 2013 Web Application. The goal is to allow users to sign in on Azure Active Directory and use their identity to access the SharePoint on-premises sites.

There is an IOS Mobile App which is connected to SharePoint 2013 using Rest API uses basic authenticaion as shown below.From the mobile ios App, files are uploaded to SharePoint 2013 Document Libraries.

97373-basicauthentication.png

Also the Web Application contains SSRS Reports. How to handle permissions for these ? Is there any particular steps required for these ?

Microsoft 365 and Office | SharePoint Server | For business
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Jerry Xu-MSFT 7,961 Reputation points
    2021-05-19T01:56:23.737+00:00

    Hi, @Sajith Gopalakrishnan Hema ,

    For implementing federated authentication between Azure Active Directory and SharePoint on-premises, please follow this tutorial with detailed steps inside.

    To configure a web application in SharePoint to trust the Azure AD Enterprise application created above. There are important rules to have in mind:

    • The default zone of the SharePoint web application must have Windows authentication enabled. This is required for the Search crawler.
    • The SharePoint URL that will use Azure AD authentication must be set with HTTPS.

    If an Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.