Hello,
we have an application with SSO “Authentication Scheme” via Azure AD (OpenID Connect Provider). All works fine. If the user enter the link to the APEX application, SSO is working and after that the “Home Page” of the application is showing.
Now we have the use case, that we would like to send an URL to our users to another page (not the Home Page) in this application. Unfortunately after the SSO process it opens always the “Home Page”.
I tried to work with a “request” parameter in the URL but this is gone during the SSO process and cannot handled by the application. Any idea to route the user through the SSO process and directly to a different page then the “Home Page”?