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: Identity/README.md
+26-4Lines changed: 26 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,17 +48,39 @@ and for AD FS is `https://adfs.local.azurestack.external/adfs`.
48
48
## Updating the Azure Stack AAD Home Directory (after installing updates or new Resource Providers)
49
49
50
50
After installing updates or hotfixes to Azure Stack, new features may be introduced which require new permissions to be
51
-
granted to one or more identity applications. Granting these permissions requires Administrative access to the
52
-
home directory, and so it cannot be done automatically.
51
+
granted to one or more identity applications. Granting these permissions requires administrative access to the
52
+
home directory, so it cannot be done automatically.
53
+
54
+
### Install PowerShell for Azure Stack
55
+
56
+
Use the latest PowerShell module for Azure Stack to register with Azure.
57
+
If the latest version is not already installed, see [install PowerShell for Azure Stack](https://docs.microsoft.com/azure-stack/operator/azure-stack-powershell-install).
58
+
59
+
### Download Azure Stack tools
60
+
61
+
The Azure Stack tools GitHub repository contains PowerShell modules that support Azure Stack functionality, including updating permissions on Azure AD. During the registration process, you must import and use the **AzureStack.Connect** and **AzureStack.Identity** PowerShell modules, found in the Azure Stack tools repository, to update the permissions on Azure AD for the Azure stack stamp.
62
+
63
+
To ensure that you are using the latest version, delete any existing versions of the Azure Stack tools, then [download the latest version from GitHub](https://docs.microsoft.com/azure-stack/operator/azure-stack-powershell-download) before proceeding.
64
+
65
+
### Updating Azure AD tenant permissions
66
+
67
+
You should now be able to update the permissions which should clear the alert. Run the following commands from the **Azurestack-tools-master/identity** folder:
The script prompts you for administrative credentials on the Azure AD tenant, and takes several minutes to run. The alert should clear after you have run the cmdlet.
83
+
62
84
## Enabling AAD Multi-Tenancy in Azure Stack
63
85
64
86
Allowing users and service principals from multiple AAD directory tenants to sign in and create resources on Azure Stack.
0 commit comments