From 7198122cb8796a13c75fc1d2f3aca589b0c0635f Mon Sep 17 00:00:00 2001 From: Yvan Duhamel Date: Thu, 4 Oct 2018 17:21:38 +0200 Subject: [PATCH] Updated text --- ...configure-server-to-server-authentication-in-sharepoint.md | 4 ++-- 1 file changed, 2 insertions(+), 2 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 ee7e602515..357f881783 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 @@ -56,7 +56,7 @@ The following procedure describes how to configure server-to-server authenticati 2. Register the consuming farm as a trusted issuer: ```powershell -New-SPTrustedSecurityTokenIssuer -MetadataEndpoint "https:///_layouts/<15or16>/metadata/json/1" -Name "" +New-SPTrustedSecurityTokenIssuer -MetadataEndpoint "https:///_layouts/<15or16>/metadata/json/1" -Name "" ``` > [!NOTE] @@ -87,7 +87,7 @@ $mgr.AddSiteSubscriptionPermission($appPrincipal, $socialPermissionProviderId, [ 2. Register the farm running User Profile service application as a trusted issuer: ```powershell -$trustedIssuer = New-SPTrustedSecurityTokenIssuer -MetadataEndpoint "https:///_layouts/<15or16>/metadata/json/1" -Name "" +$trustedIssuer = New-SPTrustedSecurityTokenIssuer -MetadataEndpoint "https:///_layouts/<15or16>/metadata/json/1" -Name "" ``` > [!NOTE]