From 34e75b82356cfb1c3ac6a0d179c1a177b57c8e73 Mon Sep 17 00:00:00 2001 From: Yvan Duhamel Date: Mon, 8 Oct 2018 11:31:48 +0200 Subject: [PATCH] Updated text --- ...nfigure-server-to-server-authentication-in-sharepoint.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SharePoint/SharePointServer/administration/configure-server-to-server-authentication-in-sharepoint.md b/SharePoint/SharePointServer/administration/configure-server-to-server-authentication-in-sharepoint.md index 572103e8e5..62dcb499b2 100644 --- a/SharePoint/SharePointServer/administration/configure-server-to-server-authentication-in-sharepoint.md +++ b/SharePoint/SharePointServer/administration/configure-server-to-server-authentication-in-sharepoint.md @@ -49,7 +49,7 @@ The following procedure describes how to configure server-to-server authenticati ### Authorize consuming farm to send OAuth requests to the publishing farm -In a SharePoint server in the publishing farm, start the SharePoint Management Shell and run this PowerShell script to register the consuming farm as a trusted issuer, get its app principal and grant it the required authorizations: +In a SharePoint server in the **publishing farm**, start the SharePoint Management Shell and run this PowerShell script to register the consuming farm as a trusted issuer, get its app principal and grant it the required authorizations: ```powershell # Register the consuming farm as a trusted issuer using information in its metedata file @@ -72,14 +72,14 @@ $mgr.AddSiteSubscriptionPermission($appPrincipal, $socialPermissionProviderId, [ ### Authorize publishing farm to send OAuth requests to the consuming farm -In a SharePoint server in the consuming farm, start the SharePoint Management Shell and run this PowerShell script to register the publishing farm as a trusted issuer, get its app principal and grant it the required authorizations: +In a SharePoint server in the **consuming farm**, start the SharePoint Management Shell and run this PowerShell script to register the publishing farm as a trusted issuer, get its app principal and grant it the required authorizations: ```powershell # Register the publishing farm as a trusted issuer using information in its metedata file $trustedIssuer = New-SPTrustedSecurityTokenIssuer -MetadataEndpoint "https:///_layouts/15/metadata/json/1" -Name "" # Get the app principal -$centralAdminWeb = Get-SPWeb "http://