SAML 2.0 Support in Sharepoint 2019 ?

SinPeow 86 Reputation points
2023-11-02T08:24:00.6866667+00:00

https://sharepoint.stackexchange.com/questions/201880/saml-2-0-support-in-sharepoint-2016

https://github.com/MicrosoftDocs/OfficeDocs-SharePoint/issues/1324

from the above 2 discussion , sound like SharePoint 2019 is not supported SAML 2.0 .

can anyone manage to find official document about it ?

My intention is need to confirm that VM ware Worksapce one access can use for SharePoint 2019 for authentication login

SharePoint Server
SharePoint Server
A family of Microsoft on-premises document management and storage systems.
2,059 questions
0 comments No comments
{count} votes

Accepted answer
  1. Emily Du-MSFT 36,276 Reputation points Microsoft Vendor
    2023-11-03T05:54:53.3933333+00:00

    A short answer, SAML 2.0 is not supported in the SharePoint 2019.

    There are three supported authentication types and methods in the SharePoint 2019.

    1.Windows authentication

    2.Forms-based authentication

    3.SAML token-based authentication

    According to this Microsoft article, for the third authentication type - SAML token-based authentication,

    SAML token-based authentication in SharePoint Server uses the SAML 1.1 protocol and the WS-Federation Passive Requestor Profile (WS-F PRP). It requires coordination with administrators of a claims-based environment, whether it is your own internal environment or a partner environment. If you use Active Directory Federation Services (AD FS) 2.0, you have a SAML token-based authentication environment. A SAML token-based authentication environment includes an identity provider security token service (IP-STS). The IP-STS issues SAML tokens on behalf of users whose accounts are included in the associated authentication provider. Tokens can include any number of claims about a user, such as a user name and the groups to which the user belongs. An AD FS 2.0 server is an example of an IP-STS.


    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.


1 additional answer

Sort by: Most helpful
  1. Vahid Ghafarpour 8,235 Reputation points
    2023-11-02T19:03:18.29+00:00

    You can implement federated authentication using Azure AD

    https://learn.microsoft.com/en-us/sharepoint/security-for-sharepoint-server/implement-saml-based-authentication-in-sharepoint-server

    And you can setup SAML 2.0 with Azure AD

    https://learn.microsoft.com/en-us/power-pages/security/authentication/saml2-settings-azure-ad

    And it mentioned it should work with 2013 or newer.

    So I think it should work but may be tricky.