I have implemented Onelogin SAML PHP Toolkit successfully; however, I am looking for a way to automatically redirect the user to a custom url after accepting the push notification instead of being automatically redirected to the Onelogin App Portal.
Currently, the login experience behaves like the below steps:
- Access my custom app and I am automatically redirected to the Onelogin login page
- After entering username/password, I am presented with Onelogin Protect push notification on my phone
- Once I accept the push notification, I am automatically redirected to the Onelogin App Portal
- Once I select the App in the portal, I am redirected to the custom app.
Is there anyway to allow the user to automatically redirect to an external/custom url after successful login and "accepting" the push notification?
thank you
Tony