X4 Produktdokumentation
Breadcrumbs

Web App Login Page

Note:

If the authorizationFlow=Authorization Code Flow attribute is defined in the Configuration .wac, the login page of the authentication provider Keycloak is used.

The login page is displayed as soon as a user has to log in when opening the X4 Web App. The login mask is the central component of the login page.

LoginMaske.png?version=1&modificationDate=1701892280724&cacheVersion=1&api=v2

1

Logo. Defined in the Configuration.

2

Password field. The appearance changes depending on the value of the passwordFieldType attribute.

3

Slider for the Remember-me function (rememberMe)

4

Forgot password option (forgotPassword)

You can customize the login mask or create a customized login page.

To customize the login mask on the login page, a .login file must be created in the Web App project. The .login file contains the <Login> element. The attributes of the element can be used to configure the login mask.

To create an individual login mask, a detail component must be declared within the <Login> element. All layouts and controls of the X4 Web Apps can be used in the detail component.