What is the request you call? For example should teamId be in request and if so what is it- TeamId, teamID, etc…
Not clear at all from documentation. If I call this:
const auth0Client = new auth0.WebAuth({
domain: config.domain,
clientID: config.clientId,
redirectUri: (process.env.NODE_ENV !== 'development') ? `${window.location.origin}/callback` : `https://webdev.wellthon.com/login/callback`,
responseType: 'token id_token',
scope: 'openid profile email',
})
return auth0Client.authorize({
connection: 'apple',
}
I am able to get the popup but I can’t get anything back