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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ The Reporting Job has several configurable settings in the app.config file. Set
64
64
| ------------- | ------------- |
65
65
| CSPTenantName | The default domain of the CSP Tenant with Microsoft. (This is typically an "onmicrosoft.com" domain.) |
66
66
| CSPTenantId | The Microsoft Id of the CSP Tenant. This can be retrieved from the Partner Center Portal. |
67
-
| AzureADAppId-NativeApplication | The id of the native tenant application registered in the CSP AD directory with permissions to access the Partner Center SDK API (see https://msdn.microsoft.com/en-us/library/partnercenter/mt267552.aspx - section Enable API access; and/or https://msdn.microsoft.com/en-us/library/partnercenter/mt634709.aspx - section Configure authentication for Partner Center APIs) |
67
+
| AzureADAppId-NativeApplication | The id of the native tenant application registered in the CSP AD directory with permissions to access the Partner Center SDK API (see https://msdn.microsoft.com/en-us/library/partnercenter/mt267552.aspx - section Enable API access; and/or https://msdn.microsoft.com/en-us/library/partnercenter/mt634709.aspx - section Configure authentication for Partner Center APIs). The application should have explicit permissions for Azure Active Directory "Read directory data", and Pre-Consent should also be enabled (see powershell script in the "Scripts" directory).|
68
68
| CSPAdminUsername | Partner Center service account username. A Helpdesk agent account type is sufficient. |
69
69
| CSPAdminPassword | Partner Center service account password. The previous account password.|
70
70
| CSPCountryTwoLetterCode | The country two letter code where the CSP tenant is registered. Example: US or UK or PT|
0 commit comments