Reputation: 283
I am currently creating an (MS GRAPH-based) Outlook addin, that is installed domain-wide. We only do side-loading when running some tests or for some custom builds. This addin is virtually complete feature wise, so it works as it was designed.
My inquiry however, is related to the best way of granting consent/permissions for the addin. Currently what I am doing is, ask our customer-admins to access https://login.microsoftonline.com/common/adminconsent?client_id=xxxxxxxxxxx. This will then show a popup asking for the admin to grant consent on different permissions. Once he or she, accepts, they will then be redirected to a simple congratulations page.
That being said, is the method I am doing a 'standard practice' for granting consent? Is this the right way to do it, when we publish/release our product to the market?
Thank you very much.
Upvotes: 0
Views: 76
Reputation: 645
This way of granting permissions with admin consent,
Refer this DOC for more information.
Upvotes: 1