I have an application hosted locally which is integrated with auth0.. If i enter my app url lets say..localhost:3000 it should redirect me to salesforce login page..is this possible..?If yes,how do we do that?
Your app would handle the redirection to Salesforce, however Salesforce can be integrated directly to Auth0 via the AuthProviders feature (OIDC) or Single Sign-on settings (SAML).
I would recommend this route as it makes use of the standard identity flows, invokes the Salesforce apex/flow registration handler and creates the Third-Party Account Link record for you (which you don’t have access to that object unless you raise a case)
Thank you for reaching out to us!
Within Auth0, under your Application’s settings, please verify if you have registered your redirect URL so that you app will be able to complete the process. You will need to add the URL under the Callback URL option, which basically adds it to the whitelist. You can read more information about this in our documentation on Redirect Users.
Let us know if this solved the issue that you are facing!
Best regards,
Gerald