Skip to content

Commit dd8bebe

Browse files
committed
Add the unverified publisher known issue
1 parent f226289 commit dd8bebe

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

microsoftgraph/docs-conceptual/troubleshooting.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,16 @@ Alternatively, use [New-MgServicePrincipalAppRoleAssignment](/powershell/module/
5858

5959
For more info, see [App-only authentication](app-only.md).
6060

61+
## Unverified publisher known issue
62+
63+
`Unverified publisher` error message occurs during Microsoft Graph PowerShell app consent.
64+
65+
To remove this error, you can use an app registration of your own, on which you can set yourself as the verified publisher. You'll need to go through the [publisher verification process](/azure/active-directory/develop/publisher-verification-overview), and use the app registration to consent to the permissions required by Microsoft Graph PowerShell as shown below:
66+
67+
```powershell
68+
Connect-MgGraph -AppId "{your-own-app-id}" -Scopes "scope"
69+
```
70+
6171
## Using -Debug
6272

6373
The **-Debug** parameter provides a powerful way to examine a script while it's running in order to identify and correct errors in the script. The following are the important parts of a **-Debug** output:

0 commit comments

Comments
 (0)