I have managed to successfully connect Auth0 to my discourse forum.
However, it is not working as planned.
Currently:
1 - User logs into our webapp at example.com with auth0
2 - User navigates to forum.example.com
3 - User has to click “log in” again
4 - User is automatically logged in without having to fill in the details again
I am looking for a way to skip step 3.
In other words, when the user logs into our webapp on example.com and then navigates to forum.example.com, I want them to automatically see the content and not have to click “log in” again.
The only way to have that working is by changing login_required to true in the site settings, but that will make your forum lose anonymous access, google bot crawling, etc.