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: microsoftgraph/docs-conceptual/authentication-commands.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ There are three ways to allow delegated access using `Connect-MgGraph`:
41
41
42
42
#### Use delegated access using own App Id
43
43
44
-
Follow the steps below to create custom applications that can be used to connect to Microsoft Graph PowerShell. Use this approach if you need to limit the consent permissions granted for Graph PowerShell usage.
44
+
Follow the steps below to create custom applications that you can use to connect to Microsoft Graph PowerShell. Use this approach if you need to limit the consent permissions granted for Graph PowerShell usage.
45
45
46
46
1. Go to the <a href="https://entra.microsoft.com/#view/Microsoft_AAD_RegisteredApps/ApplicationsListBlade" target="_blank">Azure portal - App registrations</a> > **New Registration**
47
47
1. **Name**: *Microsoft Graph PowerShell - High Privilege admin use only* (Enter a meaningful name for your application)
@@ -51,7 +51,7 @@ Follow the steps below to create custom applications that can be used to connect
51
51
- **Uri**: http://localhost
52
52
- Click **Create**
53
53
54
-
Now you can use this app instead of the default one by connecting with:
54
+
You can now use this app instead of the default one by connecting with:
0 commit comments