How to disable Authentication in Dynamics 365 Event Website


dynamics365 angular

The Event website has authentication enabled by default:

Dynamics 365 event website. Authentication enabled

If you want to disable the Registration account and sign-in Feature on the Dynamics 365 Event Website you need:

  1. Open the event website application
  2. Open the src/environments/environment.ts configuration file
  3. Change the isAuthenticationEnabled flag to false

isAuthenticationEnabledFlag

Then redeploy your app and you will see the changes:

Dynamics 365 Event Portal. Authentication disabled

comments powered by Disqus