Multiple authentication for sharepoint online

Athulya Pillai 46 Reputation points
2022-04-19T12:15:03.12+00:00

Hello Team.

For SharePoint on premises,

We had multiple customers preferring different authentication provider to connect to their sites. For eg: one customer was asking for their Azure AD authentication with SharePoitn and other for their ADFS authectication with SharePoitn,

We create webapplication for each custoemr and extended the webapplication where one webapplciation was federated with customer Azure Ad and other with Customers aDFs.
My question is How can we achieve the same in SharePoint online.

Thanks
Athulya

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,739 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Yi Lu_MSFT 17,461 Reputation points
    2022-04-20T08:14:01.477+00:00

    Hi @Athulya Pillai
    Multiple autentication in SharePoint 365 is different from SharePoint Server.

    With Multifactor authentication, user authentication is a two-step process and requires the user to prove his or her identity. In addition to passwords, the users are expected to acknowledge a phone call/ text message or mobile app notification to complete the verification process. Multi-Factor Authentication for Office 365 is a form of Azure Multi-factor Authentication, which comes bundled with an Office 365 subscription.

    For more information, you could refer to:
    https://www.c-sharpcorner.com/article/get-started-with-multi-factor-authentication-in-office-365/

    Note: Microsoft is providing this information as a convenience to you. The sites are not controlled by Microsoft. Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. Please make sure that you completely understand the risk before retrieving any suggestions from the above link.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    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.


  2. Yi Lu_MSFT 17,461 Reputation points
    2022-05-04T09:09:10.52+00:00

    Hi @Athulya Pillai @Athulya Pillai
    By default, all SharePoint cookies are session cookies. These cookies are not saved to the browser's cookie cache and instead are deleted whenever the browser is closed. Azure AD provides a Keep Me Signed In button during login that passes a signal to Microsoft 365 to enable persistent cookies. These cookies are saved to the browser's cache and will persist even if the browser is closed or the computer is restarted.

    Differs from SharePoint Server, there are no more other sign in methods in SharePoint Online. For more information, you could refer to:
    https://learn.microsoft.com/en-us/sharepoint/authentication


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    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.