I have a URL /mypage configured to a page in my app. When I give this URL to a user https://myapp.com/p/mypage .. the user rightfully gets redirected to SSO login page but instead of going to /mypage the user lands on home page of the app. How do I configure SAML module to honor /p handler and get it to /mypage after user logs in.
↧