Questions tagged [microsoft-partnercenter-java]

20 questions
4
votes
0 answers

Microsoft /oauth2/v2.0/authorize 'amr_values' request parameter is not supported. (MFA)

I'm trying to authenticate against the Microsoft https://login.microsoftonline.com/oauth2/v2.0/authorize endpoint with enforcing MFA. Following the documentation this is done by adding the &amr_values=ngcmfa request parameter to the authorization…
3
votes
0 answers

code_verifier does not match the code_challenge supplied in the authorization request for PKCE

While trying to get custom domains for customers using partner center API, We were using APP only authentication to fetch custom domains but We need to go with APP + USER authentication to fetch custom domains. We have tried APP + USER…
2
votes
0 answers

microsoft partner center api requirements

If you had an experience with ms partner center, I'm trying to access the api. So far I have only succeeded to make api requests if the mspc user is a Global administrator, but I feel that there must be another way. Do you know(can you advice me…
2
votes
1 answer

Microsoft Graph and Partner Center in the same api gran

I am looking to create a login that verifies a user account via the graph api and also verifies they are a microsoft partner via the partner api. I can easily get one grant or the other but can't seem to get both to work in one grant. I would rather…
1
vote
0 answers

Microsoft Partner Center usb driver cab file submission issues

In order to authenticate the usb driver that was used, I attempted to submit hardware to the Microsoft Partner Center. However, the cause of the error is not indicated and only the phrase "Error" is displayed. I made the cab file as the link…
LOCALNAME
  • 11
  • 2
0
votes
0 answers

Cannot Migrate my CSP application to use granular delegated admin privileges using partner center api

I cannot migrate my CSP APP with the api.partnercenter.microsoft.com/v1/customers/{}/applicationconsents api. I've used https://learn.microsoft.com/en-us/partner-center/developer/gdap-and-secure-application-model and…
0
votes
1 answer

How to get refund information for a Windows Store app via API

We are publishing multiple games in the Windows Store and are looking to automate refund handling in an external server. Is there any web API that allows us to fetch all refunds for a specific app and time frame (e.g. all refunds for app X in the…
0
votes
0 answers

Azure CSP Integration with Indirect Provider using client and secret

We would like to integration Azure CSP Indirect Provider into our portal using client and secret and get the list of customers using REST api. I need an help here how to achive this feature to get implemented. Thanks
rajub
  • 320
  • 1
  • 5
  • 17
0
votes
1 answer

Microsoft partner API: can't authenticate

I've created an app in Azure AD and followed this steps (Application and user access): https://github.com/MicrosoftDocs/partner-rest/blob/docs/partner-rest/develop/api-authentication.md From what I understand the Microsoft Partner API only works…
Marijn
  • 5
  • 1
  • 4
0
votes
0 answers

My Partner Center account is not eligible to publish an app in the Market Place

I have created a Teams App and trying to publish it in the Teams Store through our Partner center account. But at the final step I am getting the following issue: Your account is not currently eligible to publish to the Marketplace In the Legal Info…
0
votes
0 answers

Execution exception on getting value returned by acquireTokenByAuthorizationCode

I have cloned the partnerconsent project - https://github.com/Microsoft/Partner-Center-Java-Samples/tree/master/secure-app-model/keyvault from GIT to my local Eclipse. I am getting an Execution exception on the line "future.get()" even though…
0
votes
1 answer

How to resolve class java.util.Collections$SingletonList cannot be cast to class java.lang.String?

I have cloned the project - https://github.com/Microsoft/Partner-Center-Java-Samples/tree/master/secure-app-model/keyvault from GIT to my local Eclipse. When I run the partnerconsent project on my local server, I am getting this exception :- class…
0
votes
1 answer

API to get a price sheet from partner center

I am attempting to do an API call to the following: https://learn.microsoft.com/en-us/partner-center/develop/get-a-price-sheet To get a price sheet for a given market and view. But i can not make it work. I got a token using…
BernardO
  • 1
  • 1
0
votes
0 answers

Api to get customers lookup for Microsoft Partner Center

I am working on Microsoft Partner Center api and have to perform a customer lookup based on location and name. It's like when you create an outbound deal, and first step is to select a customer. Using dev tool, I found that MS itself uses an api to…
mayank.karki
  • 750
  • 1
  • 9
  • 34
0
votes
0 answers

MS Partner Center Powershell Command

Get-PartnerInvoiceLineItem command is running for a long but no output is getting displayed Command: Get-PartnerInvoiceLineItem -BillingProvider OneTime -InvoiceId $InvoiceId -LineItemType 'UsageLineItems' -CurrencyCode INR
1
2