Login Redirect to third party service (i.e. Auth0)

272 Views Asked by At

Is is possible to configure admin-on-rest such that the login page redirects to a third party login service, like Auth0?

Thanks!

1

There are 1 best solutions below

2
On

It should be. It will probably imply to have a custom route for the callback url. This route should be a connected component which will trigger the appropriate redux actions (USER_LOGIN_SUCCESS, etc.).