I'm experiencing an issue with using Page URLs in our Mendix application (version 10.6.10). We send these URLs to users via email for approvals. However, when a user logs in via Single Sign-On (SSO), they get redirected to the SSO login page and then to the homepage instead of the intended approval page. This does not happen if the user is already logged in or clicks the link directly from the email while logged in. The approver successfully lands on the approval page after logging in. Our application uses SAML configuration for SSO. Could anyone offer some guidance on how to resolve this issue? Edit: Some users are using the SSO and Some users are using the Mendix default login. When users click the link and redirected to the login page and uses the Mendix default login then user gets redirected to the desired page, but it doesn't work when user click on the SSO button for login. I need a solution that works for both the login ways.