OIDC SSO and Page URLs

0
I am using the OIDC SSO module, and customers are having an issue where when they open links, they get redirected to the home page rather then the correct page. I read this sollution on the official documentation: https://docs.mendix.com/appstore/modules/oidc/     However, I do not feel like this is an adequate solution, just a workaround. Sure, I can use this in emails so customers can open the correct link directly, but very commonly users of my app just share the current link of the page with each other when they want a quick approval, and they aren't going to modify it to fit this standard. Is there really no other way, in any version to address this issue?
asked
1 answers
0

Hi Tomas Mendes,

You can directly share the current link of the page

For example ,http://localhost:8080/link/Page

By following the below steps you can redirect to desired page:

  1. In the Runtime tab of the App Settings, configure the page URL prefix to link instead of the default P to maintain compatibility with existing URLs, and ensure to remove the Deep Link module from your app to start the app successfully.
  2. Configure OIDC.Login_Web_Button as the Sign-in page in the Authentication section of the app Navigation.
answered