Login Page for Web Apps
Hinweis:
If the authorizationFlow=Authorization Code Flow attribute has been defined in the .wac configuration, the login page of the authentification provider Keycloak is used.
The login page is displayed as soon as a user needs to log in when opening the X4 Web App. The login mask is the central component of the login page.

1 | Logo. Is defined in the Configuration. |
2 | Password field. Depending on the value of the |
3 | Slider for remember-me function ( |
4 | “Forgot Password” option ( |
You can customize the login mask or create a new custom login page.
To customize the login mask, you need to create a .login file in the Web App project. The .login file includes the <Login> element. With the attributes of the element, you can configure the login mask.
To create a custom login mask, you need to declare a Detail component within the <Login> element. In the Detail component, you can use all layouts and controls of the X4 Web Apps.