- 03 Jan 2025
- 1 Minute to read
- Print
- DarkLight
Login Page Settings
- Updated on 03 Jan 2025
- 1 Minute to read
- Print
- DarkLight
The Login Page Settings allows users to log in via native credentials or an SSO Provider. It can be found by navigating to System > Settings and selecting Turn On Dual Authentication to enable users to log in natively or through an SSO Provider.
Configuration
Setting Name | Description | ||
---|---|---|---|
Turn On Dual Authentication | Enables 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 | ![]() | |
Separate Page | Adds a 'Native Login' button which displays the username and password fields on a different page | ![]() | |
Hidden | Hides the username and password fields | ![]() | |
SSO Providers | Displays a list of the SSO providers that have been configured |
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.
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.
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.
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, this will allow the user to choose an image to use for the SSO login button. |
Button Text | Allows a user to display text for the SSO Provider button |
Feature Changes
Description | Version | Release Date | Developer Task |
---|---|---|---|
Users can now specify the IdP Id in their URL. | 9.6 | January 2025 | [DT-042890] |