Provide Auth0 authentification to a third party

I was wondering if anyone has ever provided an Auth0 authentification to a third party from Wix account.

I would like to do the following.

  1. User start the login process on a third-party system.
  2. Third-party system request Wix website to validate credential.
  3. Wix website validate credential and creates an session on Auth0 platform.

I would like to know if anyone ever tries something similar and encounter any difficulty doing that on Wix?

I haven’t completed this direction with Auth0 before (I do have an example authenticating for Twitter from Wix if you need that)

Can I assume you’ve started here in the Auth0 docs and are stuck or are you researching?

Hi Amandam,
Do you happen to have the Twitter example that would work with the current wix?
Integrate Auth0 with Wix Members: Complete Guide - Discussion / Made by the community - Wix Studio Community forum
I’ve tried following this but there seems to be a lot missing. I followed the steps but the button opens nothing. If there are any directions you can point me to that would be hugely appreciated.
.
.
If I look at the code auth0.jsw has this line with the ‘axios’ underlined

var axios = require('axios');

Cannot find module ‘axios’ or its corresponding type declarations.
.
.
masterPage.js also has ‘uuid’ underlined

import { v4 as uuidv4 } from 'uuid'

Cannot find module ‘uuid’ or its corresponding type declarations.
.
.
Step by step would be preferrable if you have it but I probably need to try and refer to documentations on my own as well.
Thank you so much!

You have to install 2x NPM-packages first.

  1. AXIOS
  2. UUID

This is why those modules are not to be found.