Login Module

Overview

The login module is the first page end-users End-users, also known as Express Users, are the individuals accessing an application through Express View. In most cases, end-users are the customers using the product. see when logging in to your application. You can set up your login page to verify end-user credentials or use an SSO Single Sign-On is an authentication scheme that enables users to use one set of login credentials across multiple services. authentication service. You can create this page in its own module during the application creation process. Or, you can connect it to your application later. The login module is optional and not required to build your application in the Unqork Designer Platform.

Login and Logout modules are only available when viewing at the Application level.

Enabling a Login Module

On the Environment Administration page, you can enable custom login modules based on application needs. Enable the setting to connect or disconnect login modules to applications. Disable the setting to prevent login modules from being connected or disconnected from applications.

To enable an existing login module:

1. At the top of the Unqork Designer Platform, click Administration.
2. Under Environment, select Environment Administration.
3. Navigate to the General settings section of Environment Administration.
4. Set Enable Custom Login/Logout Modules to Checked Box Icon (checked).
5. At the bottom of the page, click Save Changes.

Creating and Connecting a Login Module to an Existing Application

In your application's workspace, you can create and connect a new login module to a new or existing application.

Create and Connect a Login Module to a New Application

Create and connect a login module during the application creation process. This method names the login module and connects it to the new application for you.

To create and connect a login module when creating a new application:

1. Navigate to your workspace and click + Create App.
2. In the Create App pop-up modal A modal is a window that appears on top of the content you are currently viewing., complete the required application information.
3. From the Login Module drop-down, select New Login Module.

A static image displaying the Create App modal in UDesigner. The Login Module drop-down is displayed and the New Login Module is highlighted.

4. Click Create.

Login modules created in the Create App pop-up modal are named after the application and end with the text "Login". For example, Acme Corp Login.

From here, open the module and customize your login screen. Here are a few ideas of components you can add to begin:

Connect a Login Module to an Existing Application

If you already have a login module, you connect it to your application.

To connect a login module at the Application level:

1. Navigate to the application that contains your login module.
2. At the top of the page, click ··· (options).
3. Select Settings.
4. From the Login Module drop-down, enter or select the login module.
5. Click Save & Close.

Previewing a Login Module

It's important to note that all modules you plan to have navigate to using your login module must exist in the same application. Otherwise, you'll receive a 403 error.

To preview the login module at the Application level:

1. Navigate to the application that contains your login module.
2. At the top of the page, click ··· (options).
3. Select Preview. The application displays on a new page with the login module present at the top.

A static image displaying the Application page, the options button and Preview buttons are highlighted.

To successfully preview your login module, you must preview it at the Application level. Otherwise, you must manipulate the browser URL to consider any redirects. The URL looks like the following: https://www.{your-environment}.io/app/{appPath}#/display/{{moduleId}}/{{submissionId}}/{{moduleId}}.

Disconnecting a Login Module

If you decide you do not want a login module in your application anymore, you can remove it.

To disconnect a login module at the Application level:

1. Navigate to the application that contains your login module.
2. At the top of the page, click ··· (options).
3. Select Settings.
4. From the Login Module drop-down, click the X next to the login module’s name.

A static image displaying the App Details modal. The Login Module field displays a X button to disconnect an existing login module.

5. Click Save & Close.

Disconnecting a login module does not delete it.

Resources

Overview

The login module is the first page end-users End-users, also known as Express Users, are the individuals accessing an application through Express View. In most cases, end-users are the customers using the product. see when logging in to your application. You can set up your login page to verify end-user credentials or use an SSO Single Sign-On is an authentication scheme that enables users to use one set of login credentials across multiple services. authentication service. You can create this page in its own module during the application creation process. Or, you can connect it to your application later. The login module is optional and not required to build your application in the Unqork Designer Platform.

Login and Logout modules are only available when viewing at the Application level.

Enabling a Login Module

On the Environment Administration page, you can enable custom login modules based on application needs. Enable the setting to connect or disconnect login modules to applications. Disable the setting to prevent login modules from being connected or disconnected from applications.

To enable an existing login module:

1. At the top right of the Unqork Designer Platform, click the Settings ▾ drop-down.
2. Select Administration.
3. Under Environment, select Environment Administration.
4. Navigate to the General settings section of Environment Administration.
5. Set Enable Custom Login/Logout Modules to Checked Box Icon (checked).
6. At the bottom of the page, click Save Changes.

Creating a Login Module

Create and connect a login module during the application creation process. This method names the login module and connects it to the new application for you.

To create and connect a login module when creating a new application:

1. Navigate to your workspace and click + Create App.
2. In the Create App pop-up modal A modal is a window that appears on top of the content you are currently viewing., complete the required application information.
3. From the Login Module drop-down, select FENew Login Module.

A static image displaying the Create App modal. The Login Module drop-down is displayed and the New Login Module is highlighted.

4. Click Create.

Login modules created in the Create App pop-up modal are named after the application and end with the text "Login". For example, Acme Corp Login.

From here, open the module and customize your login screen. Here are a few ideas of components you can add to begin:

The Unqork Marketplace offers a Login Moduletemplate containing everything you need to set up a login page.

Connecting a Login Module to an Application

On an existing application's App Settings page, you can connect a login module.

To connect a login module to your application:

1. Navigate to your workspace and locate your application tile.
2. Click the ellipsis (···) menu.
3. Select Settings Icon Settings.
4. From the Login Module drop-down, enter or select a login module.
5. Click Save.

Creating a Login Module Library Element

You can also create a login module as a Library Element before connecting it to your application. By adding your module to the Library, you can share it with all your applications.

To create a login module Library Element for your application:

1. At the top right of the Unqork Designer Platform, click the Library ▾ drop-down.
2. Select Library Elements.
3. Click + Create New.
4. In the Module Name field, enter a name for your module.

To easily locate your login module later, begin the module name with Login. For example, Login: Acme Corp.

5. Click Create.

Previewing a Login Module

It's important to note that all modules you plan to have navigate to using your login module must exist in the same application. Otherwise, you'll receive a 403 error. The following image shows you how to preview a module at the Application level:

To successfully preview your login module, you must preview it at the Application level. Otherwise, you must manipulate the browser URL to consider any redirects. The URL looks like the following: https://www.{your-environment}.io/app/{appPath}#/display/{moduleId}/{submissionId}/{moduleId}.

Disconnecting a Login Module

If you decide you don’t want a login module in your application anymore, you can remove it.

To remove a login module from an application:

1. Navigate to your workspace and locate your application.
2. Click the ellipsis (···) menu.
3. Select Settings Icon Settings.
4. From the Login Module drop-down, click the X next to the login module’s name.

A static image displaying the App Details modal, the Login Module field disconnect button is highlighted.

5. Click Save.

Resources