Questions tagged [appsource]

Microsoft AppSource is a destination for business users to discover, try, and manage line-of-business SaaS applications (standalone SaaS and add-on to existing Microsoft SaaS products).

AppSource is a destination for business users to discover, try, and manage line-of-business SaaS applications that integrate with Microsoft technologies such as Azure Active Directory, and products like Dynamics, Office 365, and PowerBI.

For developers and partners, please see this page for more information about AppSource certification.

68 questions
0
votes
1 answer

Outlook Add-In Actionable Message "Action.InvokeAddInCommand" no modal in OWA

I am developing an Actionable Message that allows a user to download an Add-In in one click. This AM works great on Outlook Desktop and I get prompted with a modal with the following information and the Add-In downloads. If the Add-In is…
0
votes
3 answers

Failed to load the package The add-in package provided was not understood. Verify that the submitted file is a valid Office add-in package

I am trying to publish a MS Teams Chat bot on App Source but have came across the following error Here is how my manifest.json file looks like { "$schema":…
Sash Sheen
  • 105
  • 2
  • 14
0
votes
2 answers

How do I limit the set of supported applications of an Excel add-in for publishing to AppSource?

I am trying to publish an Excel add-in to AppSource, which requires me to upload a manifest file in Microsoft Partner Center. After uploading, the manifest passes the checks with the following message: Manifest checks passed After analyzing your…
Elke
  • 1
  • 1
0
votes
0 answers

Office-addin, Elevated permission error on saving custom properties

While saving and deleted custom properties getting below error Error: Elevated permission is required to call the method: 'item.saveCustomProperties'. I have read permissions for the mail. Could anyone please through a light on what is Elevated…
0
votes
0 answers

Office-addin Authentication

I'm currently using Auth0 authentication in my add-in. Now, I want to allow users to use my add-in without authentication. Are there any protocols that I need to follow to remove authentication, any documentation link?
0
votes
1 answer

Can we publish Power Apps Portal to App Source like Power Apps?

Do we have a functionality to publish Power Apps Portals on Microsoft's App Source? Posting this rather very simple question here since I am unable to find any concrete resource stating if it is possible to publish power app portals to app source…
Pratik Bhavsar
  • 808
  • 8
  • 32
0
votes
1 answer

Dynamics 8.1 and 365: Is the "Publisher" portable for managed solutions?

We are in the process of creating and publishing a managed solution built on CRM 2016 8.1. This solution is meant to be forward-compatible with 9.x, and we plan to publish it to AppSource. We may need to migrate our Publisher from one instance of…
Jason Shah
  • 2,595
  • 3
  • 23
  • 25
0
votes
1 answer

How to compile a MS Word add-in project for AppSource on a Mac

I've created an MS Word add-in using my Mac, and want to begin the process of submitting it for validation to AppSource. However, the process requires a package to be uploaded, and I haven't been able to find any documentation whatsoever on how to…
mikeappell
  • 363
  • 4
  • 17
0
votes
1 answer

AppSource validation failing for Azure AD web app because of missing version number

My Azure AD web app fails validation in AppSource with the following errors: 7.9 Your add-in’s packages must be correctly formatted and conform to the current manifest schema. For Office Add-ins, this is manifest schema version 1.1. For detailed…
Gabriel Smoljar
  • 1,226
  • 2
  • 14
  • 32
0
votes
0 answers

Microsoft Appsource Onboarding #appsource

I'm new to this site so apologies if formatting or style of question is not as you would expect.We are an ISV in the process of getting a product listed on Microsoft AppSource. We have a web application that is hosted in Azure and meets the…
user9709026
0
votes
0 answers

AzureAD SSO using nodejs application

I am trying to implement azureAD single sign-on using my nodejs application. I have created my multi tenant app using app registration from dashboard and using WORK/SCHOOL account i tried to login but got this error error = access_denied …
Deepdil S
  • 66
  • 1
  • 6
0
votes
1 answer

How to leave a review for Office add-in in Appsource

I cannot figure out how to leave a review or rate an app in the Microsoft Appsource store. I am logged in and own the app. I can go to the product page and view other reviews but cannot seem to leave one myself. Store:…
Rob
  • 233
  • 2
  • 8
0
votes
1 answer

Not able to create Outlook add-in for work account only

I'm trying to create an Outlook add-in for the Appsource store (https://appsource.microsoft.com/). But when the app appears in the store, users are required to switch to their personal account to acquire the app. I want business users to be able…
0
votes
1 answer

Can't acquire add-in without personal account

I have developed an Outlook add-in that I have published in the store (https://appsource.microsoft.com/da-dk/product/office/WA104381386 ). The add-in is targeted Office365 work accounts. However when users try to acquire the add-in they are asked to…
0
votes
0 answers

How do you get application data for non-local multi-tenant applications via Microsoft Graph REST API?

I am working on a feature to monitor 3rd party applications installed in Office 365 environments. In the Graph API I found a REST call to get the service principals on a tenant. I have also found articles and documentation detailing the…