You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/developerportal/deploy/mendix-cloud-deploy/mendix-sso.md
+5-10Lines changed: 5 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -155,19 +155,14 @@ To enable Mendix SSO in your app, follow these steps:
155
155
156
156
{{< figure src="/attachments/developerportal/deploy/mendix-cloud-deploy/mendix-sso/module-user-roles.png" alt="Confirmation of user roles" >}}
157
157
158
-
5. Change the page that Mendix uses to log you in (`login.html`) to allow logging in using SSO.
158
+
5. Change the page that Mendix uses to log you in (`login.html`) to allow logging in using SSO. To do this, perform the following steps:
159
159
160
-
There are two versions of the file which you can use to replace `login.html`:
161
-
162
-
*`login-with-mendixsso-button.html` – adds a button to the standard sign in page which the end user can click to initiate the single sign-on process — this gives the end user the possibility to sign in using a user name and password if desired
163
-
*`login-with-mendixsso-automatically.html` – automatically initiates the single sign-on process without needing to click a button
164
-
165
-
Rename one of the two files discussed above (`login-with-mendixsso-button.html` or `login-with-mendixsso-automatically.html`) in the **theme** folder of your app to *login.html* by performing the following steps:
166
-
167
-
1. Open your app directory in File Explorer by selecting the menu item **App** > **Show App Directory in Explorer**.
160
+
1. Go to **App** > **Show App Directory in Explorer** in Studio Pro to open the app directory in your file explorer.
168
161
2. Go to the **theme** folder.
169
162
3. Rename *login.html* to *login-without-sso.html*.
170
-
4. Rename your chosen file to *login.html*.
163
+
4. Rename *login-with-mendixsso-button.html* or *login-with-mendixsso-automatically.html* to *login.html*. The differences between two versions of the file which you can use to replace `login.html` are as follows:
164
+
*`login-with-mendixsso-button.html` – adds a button to the standard sign in page which the end user can click to initiate the single sign-on process — this gives the end user the possibility to sign in using a user name and password if desired
165
+
*`login-with-mendixsso-automatically.html` – automatically initiates the single sign-on process without needing to click a button
171
166
172
167
Your app is now configured to use Mendix Single Sign-on when it is deployed to the Cloud.
0 commit comments