- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe to Topic
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Partner Consent via API
Is there a way to perform the `partner consent` process for the Secure Application Model solely through API, and not redirected through Azure AD (as described here: https://github.com/Microsoft/Partner-Center-Java-Samples/tree/master/secure-app-model/keyvault/partnerconsent)?
- Labels:
-
CPV
- Mark as New
- Bookmark
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
@kelseyhewett unfortunately there is not a way to automate the consent process. This limitation has to deal with the need for an interactive component of authentication. So, this means you will have to leverage the Azure AD login page. Finally, I wanted to mention the consent process can be done through PowerShell, but it still involves the Azure AD login page. You can find more information about this at https://docs.microsoft.com/powershell/partnercenter/secure-app-model
