From 4f301b5549af36ed343e655b4c75fe8c914f8f06 Mon Sep 17 00:00:00 2001 From: Karuna Vengurlekar Date: Thu, 9 Jul 2026 12:47:45 +0530 Subject: [PATCH 1/3] Update Logging in info --- .../modules/oidc.md | 33 +++++-------------- 1 file changed, 9 insertions(+), 24 deletions(-) diff --git a/content/en/docs/marketplace/platform-supported-content/modules/oidc.md b/content/en/docs/marketplace/platform-supported-content/modules/oidc.md index 884ac45c6b7..f501ed9777d 100644 --- a/content/en/docs/marketplace/platform-supported-content/modules/oidc.md +++ b/content/en/docs/marketplace/platform-supported-content/modules/oidc.md @@ -985,11 +985,17 @@ For all versions of the OIDC SSO module, once you have created the microflow (fo If your microflow is not correctly implemented you will be told that **Authentication failed!** and will see errors in the log under the OIDC log node. {{% /alert %}} -### Using Deep Links +### Configuring Login Redirection -If end-users who use the deeplink do not yet have a session in your app, the deeplink can trigger the SSO process. If successful, the end-user will be automatically redirected back to the deeplink. +This section describes how to configure the application's `login.html` page to initiate authentication using the OIDC SSO module. By default, the Mendix login.html page does not automatically start the OIDC authentication flow. To enable users to sign in with an OIDC identity provider, you can configure the login page to either automatically redirect users to the identity provider or allow users to choose between local authentication and OIDC SSO. -For more information on using Deep Link module (with Mendix 8 and 9), see the [Using Deep Link Module](#using-deep-link) section below. +#### Automatic Redirection + +To enable authentication using the OIDC SSO module, replace the default `login.html` with the content of `login-with-mendixsso-automatically.html` (located in the `resources\mendixsso\templates` folder) and save it as `login.html`. Use this option when all users should be directly redirected to the OIDC Identity Provider. + +#### Manual Redirection + +For manual redirection, you can use the same method for automatic redirection above and add an onclick event to a button that manually triggers the SSO login. Use this option when users should choose between login in using local credentials and login via OIDC SSO. #### Using Page and Microflow URLs with OIDC SSO{#page-microflow-url} @@ -1008,27 +1014,6 @@ For more information, see the [Migrating to Page and Microflow URLs](/appstore/m Starting from Studio Pro 10.9.0, you can use the primitive parameters as **Query string** parameters in microflows. Check the checkbox in the parameter table to configure a microflow parameter to use as a **Query string** parameter. For more information, see the [URL](/refguide/microflow/#url) section of the *Microflow Properties*. -##### Steps for OIDC SSO Version v4.1.0 and above - -In OIDC SSO version 4.1.0 and above, you do not have to enable anonymous users. You can disable this setting by navigating to **Security > Anonymous users** and setting **Allow anonymous users** to **No**. However, from version 4.5.0 of the module, this role has been removed from the module. - -1. To use the Page URL functionality, replace the content of `login.html` with the content of `login-with-mendixsso-automatically.html` (located in the `resources\mendixsso\templates` folder) and save it as `login.html`. - -2. To implement the SSO redirection, you will need to replace the code in the `