Outlook Add-In with SSO, publishing on AppSource | used by multiple organizations.
how the <ID>
and <Resource>
tags are updated/configured for different organizations using the Add-In. (sample given below)
When we install with Manifest.xml
file, can update them manually for their Azure active directory App ID (client ID).
(e.g. Microsoft 365 admin center {centralized deployment})
Are we need to publish individual Add-In "Manifest.xml" on AppSource for each organization?
<WebApplicationInfo>
<Id>5661fed9-f33d-4e95-b6cf-624a34a2f51d</Id>
<Resource>api://addin.contoso.com/5661fed9-f33d-4e95-b6cf-624a34a2f51d</Resource>
<Scopes>
<Scope>openid</Scope>
<Scope>profile</Scope>
</Scopes>
</WebApplicationInfo>