# Improvements to Login Options

As part of the April 2026 Feature Wave, we are making some changes to the login page:

* All Users can now log in with either their Username AND their **Email Address**.
* We’re supporting the use of multiple SSO providers for your userbase.

### What does the new Login approach look like?

Previously, users logged in by using their Enate username and password OR by choosing the ‘Sign in via’ SSO provider displayed on the Login Page.

Now the login page you’ll now first be asked to enter either your **Username OR** **Email Address.**

<figure><img src="/files/U0t9H2AATaUwR0Y0nKJE" alt=""><figcaption></figcaption></figure>

Once this is entered, clicking Continue will take you to a second screen where you can either:

* Enter your Enate password and click to Login

OR if your environment uses single sign-on..

* Click the the ‘Continue with SSO’ button. Your SSO provider will be shown above this button.

<figure><img src="/files/4wXXF0ybeFpZWBKOjGst" alt=""><figcaption></figcaption></figure>

***

### How to Configure Intelligent SSO Routing

Administrators can now map domain names (e.g., @yourcompany.com) to an SSO provider in Builder. By mapping domain names to an SSO provider, the system will use the domain of a user’s email address to instantly identify which SSO provider should handle their authentication.

To do this, in Builder navigate to the SSO Settings section of **System Settings**.

<figure><img src="/files/haJdrxEv6vGVmEz06Gd6" alt=""><figcaption></figcaption></figure>

Once there you can add, edit or delete Identity providers and domains. Certificates can also be replaced or downloaded.

<figure><img src="/files/mnLbVUgceH35YxrkwvkS" alt=""><figcaption></figcaption></figure>

**Adding an Identity Provider**

To add a new Identity Provider, click on the plus icon. In the resulting pop up you should set a name and can give an optional description, then choose to either import settings from a metadata file or enter settings manually.

<figure><img src="/files/yvpckhpk6hSdoElYqs6A" alt=""><figcaption></figcaption></figure>

You’ll see a warning message if a domain is not provided.

<figure><img src="/files/uFQRoToLOOr3BGF4GMfE" alt=""><figcaption></figcaption></figure>

**Editing / Deleting Identity Providers**

To edit an Identity Providers details, click on the relevant row to show the details pop-up.

To delete an Identity Provider entirely, click on the cross at the end of the relevant row.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.enate.net/whats-new/april-2026-feature-wave/april-2026-feature-wave/improvements-to-login-options.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
