Skip to content

Commit dd26e25

Browse files
authored
Merge pull request MicrosoftDocs#63870 from PatAltimore/patricka-identity-fix
AzS - Fix endpoint steps
2 parents eab11c5 + 68ac416 commit dd26e25

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

articles/azure-stack/azure-stack-integrate-identity.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
title: Azure Stack datacenter integration - Identity
33
description: Learn how to integrate Azure Stack AD FS with your datacenter AD FS
44
services: azure-stack
5-
author: jeffgilb
5+
author: PatAltimore
66
manager: femila
77
ms.service: azure-stack
88
ms.topic: article
9-
ms.date: 01/08/19
10-
ms.author: jeffgilb
11-
ms.reviewer: wfayed
9+
ms.date: 01/23/19
10+
ms.author: patricka
11+
ms.reviewer: thoroet
1212
keywords:
1313
---
1414

@@ -188,16 +188,21 @@ For the following procedure, you must use a computer that has network connectivi
188188

189189
For this procedure, use a computer that can communicate with the privileged endpoint in Azure Stack and has access to the metadata file you created in a previous step.
190190

191-
1. Open an elevated Windows PowerShell session.
191+
1. Open an elevated Windows PowerShell session, and connect to the privileged endpoint.
192192

193193
```PowerShell
194194
$federationMetadataFileContent = get-content c:\metadata.xml
195195
$creds=Get-Credential
196196
Enter-PSSession -ComputerName <IP Address of ERCS> -ConfigurationName PrivilegedEndpoint -Credential $creds
197-
Register-CustomAdfs -CustomAdfsName Contoso -CustomADFSFederationMetadataFileContent $using:federationMetadataFileContent
198197
```
199198

200-
2. Run the following command to update the owner of the default provider subscription, using the parameters appropriate for your environment:
199+
2. Now that you're connected to the privileged endpoint, run the following command using the parameters appropriate for your environment:
200+
201+
```PowerShell
202+
Register-CustomAdfs -CustomAdfsName Contoso -CustomADFSFederationMetadataFileContent $using:federationMetadataFileContent
203+
```
204+
205+
3. Run the following command to update the owner of the default provider subscription, using the parameters appropriate for your environment:
201206
202207
```PowerShell
203208
Set-ServiceAdminOwner -ServiceAdminOwnerUpn "administrator@contoso.com"

0 commit comments

Comments
 (0)