Okta redirection to dashboard page

Hello,

I am working on a React SPA with a Auth0 Passwordless login page. Now, it’s about to change to a login page of the customer who has Okta as their identity provider. I have completed with the SAMLP Identity Provider under our tenant with the single sign on url and the required certificate.

But, the login callback doesn’t redirect to our dashboard page? Do I need to specify some more for this to work?

G’day @deepali-gudulkar

Are you being taken to /callback? If so - the SPA SDK usually does something like this.

If Okta is not taking you to the right place - ensure you’ve setup the login URIs in its settings (Okta as an OIDC identity provider). For IdP initiated sign on we have this guide.

Let’s get this working :grinning:
Tom