I have installed Squidex on Azure - and I am really impressed with this
Next step - before going into production - I need to setup authentication of users with auth0.com
I have setup the following settings (using the configuration tab for the azure app-service) IDENTITY__OIDCCLIENT = ClientID for the app in Auth0 ( eg. “5RDpY3R3cG3afgf2qLUx8f3UgVpemkXm”) IDENTITY__OIDCNAME = “OIDC” IDENTITY__OIDCRESPONSETYPE = “Code” DENTITY__SECRET = Secret for the app in Auth0 ( eg. “m_BTwg_tnCBPPuOd_6Ui6re3f24TaJtuVixXj4eQvXaSYLeUOYVX”) IDENTITY_OIDCAUTHORITY = our auth0 domain (eg . “ourdomain.eu.auth0.com”)
Following the above changes, I have restarted the app.
But nothing changes - I am still presented with the built-in user/pw singing.