Well basically I want to do something using the LinkedIn Voyager API because I realised that I can’t do it with the public API. So I need the user’s username and password and I can’t use the socialIdentity returned by auth0. But I still want to use auth0 to manage the logins if possible. I’d just like a seamless login (user keys in email and password directly into my app, then my app sends the email and password concurrently to both the voyager API and to auth0 to login).
Is that possible?
And yes, I know about the implications of using the Voyager API but I’d still like to try (for testing purposes at least).
My app is a Cordova app.