-
Notifications
You must be signed in to change notification settings - Fork 895
Add hybrid identity administrator as a possible role for config change #1876
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -237,7 +237,7 @@ To choose one of these options, you must know what your current settings are. | |||||
|
|
||||||
|  | ||||||
|
|
||||||
| 3. On the **Connect to Microsoft Entra ID** page, enter your Global Administrator account credentials. | ||||||
| 3. On the **Connect to Microsoft Entra ID** page, enter your Global Administrator or Hybrid Identity Administrator account credentials. | ||||||
|
|
||||||
| 4. On the **User sign-in** page: | ||||||
|
|
||||||
|
|
@@ -338,7 +338,7 @@ On your Microsoft Entra Connect server, follow the steps 1- 5 in [Option A](#opt | |||||
|
|
||||||
| **Complete the conversion by using the Microsoft Graph PowerShell SDK:** | ||||||
|
|
||||||
| 1. In PowerShell, sign in to Microsoft Entra ID by using a Global Administrator account. | ||||||
| 1. In PowerShell, sign in to Microsoft Entra ID by using a Global Administrator or Hybrid Identity Administrator account. | ||||||
|
||||||
| 1. In PowerShell, sign in to Microsoft Entra ID by using a Global Administrator or Hybrid Identity Administrator account. | |
| 1. In PowerShell, sign in to Microsoft Entra ID by using an account assigned the Global Administrator or Hybrid Identity Administrator role. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This wording is a bit ambiguous (it can read like you have two different accounts). Consider rephrasing to something like “enter credentials for an account that’s assigned the Global Administrator or Hybrid Identity Administrator role” for clarity. Also, later in this article the authentication agent installation step still says a Global Administrator account is required (around line 296), so please confirm whether Hybrid Identity Administrator should be accepted there too and keep the role requirements consistent to avoid confusing readers.