Skip to content

Commit cce889f

Browse files
author
Johanna Hemminger
authored
Merge pull request #4506 from mendix/jh-mendixsso
Feedback on MendixSSO setup
2 parents 868c9d0 + 2eefa13 commit cce889f

File tree

1 file changed

+5
-10
lines changed
  • content/en/docs/developerportal/deploy/mendix-cloud-deploy

1 file changed

+5
-10
lines changed

content/en/docs/developerportal/deploy/mendix-cloud-deploy/mendix-sso.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -155,19 +155,14 @@ To enable Mendix SSO in your app, follow these steps:
155155

156156
{{< figure src="/attachments/developerportal/deploy/mendix-cloud-deploy/mendix-sso/module-user-roles.png" alt="Confirmation of user roles" >}}
157157

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:
159159

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.
168161
2. Go to the **theme** folder.
169162
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
171166

172167
Your app is now configured to use Mendix Single Sign-on when it is deployed to the Cloud.
173168

0 commit comments

Comments
 (0)