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?
Asked
Active
Viewed 118 times
0
-
Can you clarify the question a bit, you're using Auth0 to auth your users with what exactly? Do you have your own account system setup? Why can't you just remove auth0? – Mavi Domates Mar 12 '20 at 00:17
-
We have same question as Mavi. Why are you using Auth0 authentication library? Can you remove it if it is unused? – Outlook Add-ins Team - MSFT Mar 12 '20 at 06:04
-
Yes, I've an account system setup. Here, when I remove the auth0, do I have to send my add-in again for approval to Microsoft team? – Ranjana Rehal Mar 12 '20 at 11:02
-
There is no need to re-submit to the Microsoft team if there's no change in the Manifest file. Code change doesn't require resubmission. – Outlook Add-ins Team - MSFT Mar 16 '20 at 09:50
-
@OutlookAdd-insTeam-MSFT if the auth removal indicates moving from a paid (accounted) to free (unaccounted) doesn't that require a re-submission? – Mavi Domates Mar 16 '20 at 12:31
-
@MaviDomates Do you mean paid add-in to free add-in? Starting July 29th, 2019, we no longer accept new paid add-ins to Microsoft AppSource. – Outlook Add-ins Team - MSFT Mar 17 '20 at 08:14