Azure / Commercial-Marketplace-SaaS-Accelerator

A reference example with sample code for developers interested publishing transactable, Software as a-Service offers in the Microsoft commercial marketplace.
MIT License
179 stars 276 forks source link

Landing page app registration #724

Open Tom-H2oThermo opened 1 week ago

Tom-H2oThermo commented 1 week ago

I've installed the SaaS Accelerator. I have created an Excel add-in that I'm submitting to the Partner Center as a Microsoft 365 and Copilot Office Add-in offer. I've also created a Partner Center Commercial Marketplace SaaS offer as a transactable offer. In the SaaS offer configuration under Offer Setup I can select the radio button "Yes, I have published Teams apps, Office add-ins, or SharePoint Framework solutions that I would like to link to this SaaS offer" and I can select the AppSource link for my Excel add-in.

This page https://learn.microsoft.com/en-us/partner-center/marketplace-offers/plan-saas-offer under the Microsoft 365 integration describes this and states "this is the same Microsoft Entra App ID that you've registered to use on your landing page to get basic user information needed to complete customer subscription activation."

Question. Do I create a new app registration on Azure, select the "Accounts in any organizational directory (Any Microsoft Entra ID tenant - Multitenant) and personal Microsoft accounts (e.g. Skype, Xbox)" radio button and for the redirect URI select Web as the platform and my landing page URL for the URI. Then grab the Application (client) ID from the newly registered app and enter it in the SaaS offer under Offer Setup, under Microsoft 365 integration?

image

Thanks in advance for your advice.