---
title: "Login Page Settings"
slug: "login-page-settings"
updated: 2026-04-08T16:45:26Z
published: 2026-04-08T16:45:26Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://documentation.decisions.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Login Page Settings

## Overview

**Login Page Settings** allow Users to log in via native credentials or an SSO Provider. They can be located by navigating to**System > Settings**and then selecting **Turn On Dual Authentication.**This will enable Users to log in natively or through an SSO Provider.

Note:
If an application is configured with a [Custom Login Page](https://documentation.decisions.com/v9/docs/sdk-custom-login-page), it will override the Dual Authentication Settings. As a result, only the Custom Login Page will be loaded for the login, disregarding the Dual Authentication Settings.

## ![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2026-04-08_11h14_37.png)Configuration

| Setting Name | Description |
| --- | --- |
| Turn On Dual Authentication | Enables the login page to display native and SSO login options. |
| Native Login | Displays the option for the username and password for the platform. |
|  | Inline | Displays the native username and password fields on the login page. | ![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/image-1658763857164.png) |
|  | Separate Page | Adds a 'Native Login' button, which displays the username and password fields on a different page. | ![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/image-1658763972670.png) |
|  | Hidden | Hides the username and password fields. | ![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/image-1658764031121.png) |
| SSO Providers | Displays a list of the SSO providers that have been configured. |
| Use Default Identify Provider (**For v9.23+**) | Allows Users to define a default identity provider for login. |

### Skipping the Login Page

If Users want to avoid the login page entirely, they can specify the IdP ID (located in the login_page_provider table) in their URL. This is only available in v9.6+.

The URL must include the IdP ID at the end of the URL. See the bolded area in the example. Replace **xxxxxxxxxxxx** with the ID.

```custom
http://portalbaseurl/folders?FolderId=INBOX_FOLDER_ID&pageName=My+Assignments&IdentityProviderId=xxxxxxxxxxxx
```

After the SSO and ldP have been configured, the Decisions Server needs to be restarted for this method to work.

### SSO Provider

Hovering over an SSO Provider and clicking the pencil icon will display the **Edit SSO Providers**window.

To learn more about SSO and to configure an SSO Provider, see [SSO Basics](/v9/docs/sso-basics) and [Single Sign-On With SAML](/v9/docs/single-sign-saml).

![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2026-04-08_11h11_37(1).png)

These settings define how the SSO login will be displayed. If multiple SSO Providers are configured, the order can be changed using the arrows next to the SSO Provider.

If enabling providers from OpenID and SAML, ensure the respective Modules are also enabled.

![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2024-07-18_15h44_45.png)

| Setting Name | Description |
| --- | --- |
| Show on Login Page | Enables the SSO Provider to be displayed on the login page. |
| Show as Image | Replaces the button text with an image. |
| Button Image | If Show as Image is set to true, Users can choose an image to use for the SSO login button. |
| Button Text | Allows Users to display text for the SSO Provider button. |

![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/image-1658764054842.png)

---

## Feature Changes

| Description | Version | Release Date | Developer Task |
| --- | --- | --- | --- |
| Users can now specify the IdP ID in their URL. | [9.6](https://documentation.decisions.com/v99/docs/version-96x-release-notes) | January 2025 | [DT-042890] |
| A new setting has been added to 'Edit Login Page settings' that allows Users to define a default identity provider for login. | 9.23 | April 2026 | [DT-046974] |

For further information on Settings, visit the [Decisions Forum](https://community.decisions.com/categories/Settings).
