We're encountering an issue with using Page URLs in our Mendix application (version 10.6.10). When we send these URLs to users via email for approvals, they get redirected to the Single Sign-On (SSO) login page and then to the homepage instead of the intended approval page, upon logging in via SSO. This does not occur 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 utilizes SAML2.0 configuration for SSO. Additionally, I've noticed that when the user is redirected to the SSO page and after a successful authentication, we're unable to store the relay state and consequently, the user ends up on the homepage. Could anyone provide guidance on how to store the request URL and utilize it following a successful authentication in the SO?