Trying Joomla integration as shown in Auth0 docs.
It installs fine on 3.8 (though the last push was in 2017), but won’t validate credentials.
The Auth0 app settings are Regular Web Application, Token Endpoint Authentication Method is POST. Didn’t use any extra settings because the docs don’t specify it (?), in contrast to Wordpress it seems. Is that right?
How does the credential validation work in Auth0’s Joomla component?
Any help is greatly appreciated. Thank you.
Edit: added Allowed Callback URLs: [address]/index.php?option=com_auth0&task=coverify
and Allowed Web Origins: [address]/index.php?option=com_auth0&task=auth
, but to no avail
Edit 2: Is Auth0’s Joomla component only using embedded login, and thus only available to paying Auth0 customers? Any help appreciated - thank you!