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: DatacenterIntegration/Identity/setupadfs.ps1
+61Lines changed: 61 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -0,0 +1,61 @@
1
+
# Copyright (c) Microsoft Corporation. All rights reserved.
2
+
# See LICENSE.txt in the project root for license information.
3
+
4
+
<#
5
+
6
+
.SYNOPSIS
7
+
8
+
Configures existing AD FS for Azure Stack
9
+
10
+
.DESCRIPTION
11
+
12
+
It will create a relying Party Trust to Azure Stack's AD FS with the necessary rules. It will also turn on form based authentication and Enable as setting to support Edge
13
+
14
+
.PARAMETER ExternalDNSZoneSpecify the Extnerl Dns Zone of Azure Stack which was also provided for initial deployment.EXAMPLE .\setupadfs.ps1 -externaldnszone local.azurestack.external#>Param( [string]$ExternalDNSZone)
0 commit comments