You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory/saas-apps/sharepoint-on-premises-tutorial.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ ms.workload: identity
13
13
ms.tgt_pltfrm: na
14
14
ms.devlang: na
15
15
ms.topic: article
16
-
ms.date: 08/09/2018
16
+
ms.date: 08/21/2018
17
17
ms.author: jeedes
18
18
19
19
---
@@ -133,10 +133,10 @@ In this section, you enable Azure AD single sign-on in the Azure portal and conf
133
133
134
134
8.**Configure a new trusted identity provider in SharePoint Server 2016**
135
135
136
-
Sign into the SharePoint Server 2016 server and open the SharePoint 2016 Management Shell. Fill in the values of $realm (SAML Entity ID), $wsfedurl (Single Sign-On Service URL), and $filepath (file path to which you have downloaded the certificate file) from Azure portal and run the following commands to configure a new trusted identity provider.
136
+
Sign into the SharePoint Server 2016 server and open the SharePoint 2016 Management Shell. Fill in the values of $realm (Identifier value from the SharePoint on-premises Domain and URLs section in the Azure portal), $wsfedurl (Single Sign-On Service URL), and $filepath (file path to which you have downloaded the certificate file) from Azure portal and run the following commands to configure a new trusted identity provider.
137
137
138
138
> [!TIP]
139
-
> If you're new to using PowerShell or want to learn more about how PowerShell works, see [SharePoint PowerShell](https://docs.microsoft.com/powershell/sharepoint/overview?view=sharepoint-ps).
139
+
> If you're new to using PowerShell or want to learn more about how PowerShell works, see [SharePoint PowerShell](https://docs.microsoft.com/en-us/powershell/sharepoint/overview?view=sharepoint-ps).
140
140
141
141
```
142
142
$realm = "<Identifier value from the SharePoint on-premises Domain and URLs section in the Azure portal>"
@@ -148,7 +148,7 @@ In this section, you enable Azure AD single sign-on in the Azure portal and conf
Next, follow these steps to enable the trusted identity provider for your application:
@@ -165,6 +165,9 @@ In this section, you enable Azure AD single sign-on in the Azure portal and conf
165
165
166
166

167
167
168
+
> [!NOTE]
169
+
> Some of the external users will not able to use this single sign-on integration as their UPN will have mangled value something like `MYEMAIL_outlook.com#ext#@TENANT.onmicrosoft.com`. Soon we will allow customers app config on how to handle the UPN depending on the user type. After that all your guest users should be able to use SSO seamlessly as the organization employees.
170
+
168
171
### Create an Azure AD test user
169
172
170
173
The objective of this section is to create a test user in the Azure portal called Britta Simon.
@@ -299,7 +302,7 @@ For more information about the Access Panel, see [Introduction to the Access
299
302
300
303
*[List of Tutorials on How to Integrate SaaS Apps with Azure Active Directory](tutorial-list.md)
301
304
*[What is application access and single sign-on with Azure Active Directory?](../manage-apps/what-is-single-sign-on.md)
302
-
*[Using Azure AD for SharePoint Server Authentication](https://docs.microsoft.com/office365/enterprise/using-azure-ad-for-sharepoint-server-authentication)
305
+
*[Using Azure AD for SharePoint Server Authentication](https://docs.microsoft.com/en-us/office365/enterprise/using-azure-ad-for-sharepoint-server-authentication)
0 commit comments