We installed Auth0. Now, we want to know how existing users (that signed up to our discourse instance with email/pw) can connect to Auth0. We expected there to be an option for this in user preferences > “Associated Accounts”. But nope…
The larger use-case is this:
- User registers with our webapp (manual email/pw or via Auth0).
- New user is created in discourse via discourse API.
- User is sent username/pw & url to log into discourse.
- Once logged in, user can optionally connect their account to Auth0 for SSO between our webapp and discourse.
Please advise…
Thank you!