Skip to content

Commit 82818f7

Browse files
authored
Changed AAD to Azure AD x4
1 parent 7c166c2 commit 82818f7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/active-directory/saas-apps/sharepoint-on-premises-tutorial.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ To configure Azure AD single sign-on with SharePoint on-premises, perform the fo
148148
New-SPTrustedRootAuthority -Name "AzureAD" -Certificate $cert
149149
$map1 = New-SPClaimTypeMapping -IncomingClaimType "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name" -IncomingClaimTypeDisplayName "name" -LocalClaimType "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/upn"
150150
$map2 = New-SPClaimTypeMapping -IncomingClaimType "http://schemas.microsoft.com/ws/2008/06/identity/claims/role" -IncomingClaimTypeDisplayName "Role" -SameAsIncoming
151-
$ap = New-SPTrustedIdentityTokenIssuer -Name "AzureAD" -Description "AAD SharePoint server 201x" -realm $realm -ImportTrustCertificate $cert -ClaimsMappings $map1,$map2 -SignInUrl $wsfedurl -IdentifierClaim $map1.InputClaimType
151+
$ap = New-SPTrustedIdentityTokenIssuer -Name "AzureAD" -Description "Azure AD SharePoint server 201x" -realm $realm -ImportTrustCertificate $cert -ClaimsMappings $map1,$map2 -SignInUrl $wsfedurl -IdentifierClaim $map1.InputClaimType
152152
```
153153
1. **Enable the trusted identity provider for your application**
154154
@@ -171,7 +171,7 @@ The objective of this section is to create a test user in the Azure portal.
171171
2. Then select **All users** followed by **New user** at the top of the screen.
172172
173173
3. Select the option **Create User** and in the User properties, perform the following steps.
174-
You might be able to create users in your AAD using your tenant suffix or any verified domain.
174+
You might be able to create users in your Azure AD using your tenant suffix or any verified domain.
175175
176176
a. In the **Name** field enter the user name , we used **TestUser**.
177177
@@ -209,7 +209,7 @@ There is no validation on the values you search for, which can lead to misspelli
209209
> [!NOTE]
210210
> Without AzureCP you can add Groups by adding the Azure AD group's ID but this is not user's friendly and reliable. There is how it looks:
211211
>
212-
>![Add AAD group to Sharepoint Group](./media/sharepoint-on-premises-tutorial/adding-group-by-id.png)
212+
>![Add Azure AD group to Sharepoint Group](./media/sharepoint-on-premises-tutorial/adding-group-by-id.png)
213213
214214
### Grant permissions to Azure AD group in SharePoint on-premises
215215
@@ -232,7 +232,7 @@ To grant access to the Azure Active Directory Security Group in the on-premise S
232232
233233
1. Browse to the SharePoint Site Collection, under Site Settings for the Site Collection, click on "People and groups". Select the SharePoint group then click on New, "Add Users to this Group" and start to type the name of your group the People Picker will display the Azure Active Directory Security Group.
234234
235-
![Add AAD group to Sharepoint Group](./media/sharepoint-on-premises-tutorial/permission-azure-ad-group.png)
235+
![Add Azure AD group to Sharepoint Group](./media/sharepoint-on-premises-tutorial/permission-azure-ad-group.png)
236236
237237
### Grant access to a Guest account to SharePoint on-premises in the Azure portal
238238
@@ -297,4 +297,4 @@ You might have other scenario where you want to give access to your On-Premise S
297297
298298
- [What is Conditional Access in Azure Active Directory?](https://docs.microsoft.com/azure/active-directory/conditional-access/overview)
299299
300-
- [What is hybrid identity with Azure Active Directory?](https://docs.microsoft.com/azure/active-directory/hybrid/whatis-hybrid-identity)
300+
- [What is hybrid identity with Azure Active Directory?](https://docs.microsoft.com/azure/active-directory/hybrid/whatis-hybrid-identity)

0 commit comments

Comments
 (0)