Skip to content

Commit e0b2eb9

Browse files
committed
Add more changes
1 parent ee7032d commit e0b2eb9

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

  • content/en/docs/marketplace/platform-supported-content/modules

content/en/docs/marketplace/platform-supported-content/modules/oidc.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -987,7 +987,7 @@ If your microflow is not correctly implemented you will be told that **Authentic
987987

988988
### Configuring Login Redirection
989989

990-
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.
990+
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.
991991

992992
#### Automatic Redirection
993993

@@ -1001,10 +1001,8 @@ For manual redirection, replace the default `login.html` with the content of `lo
10011001

10021002
Page URLs and Microflow URLs are supported with OIDC SSO for Mendix version 10.6 and above. To do this, follow the steps below:
10031003

1004-
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.
1005-
2. Configure **OIDC.Login_Web_Button** as the **Sign-in page** in the **Authentication** section of the app **Navigation**.
1006-
3. The user is redirected to the OIDC login page for authentication.
1007-
4. After successful log in, the user is directed to the desired page using page URLs and microflow URLs within the application.
1004+
1. Redirect users to the authentication flow using automatic or manual redirection and they redirect to the OIDC login page for authentication.
1005+
2. After successful log in, the user is directed to the desired page using page URLs and microflow URLs within the application.
10081006

10091007
If you are building a new app using the OIDC SSO module (Mendix version 10.6 and above) and you are using Page URLs and Microflow URLs, follow the same steps as above.
10101008

0 commit comments

Comments
 (0)