# User Authentication

Control how users sign in to the DuploCloud Portal, including local logins and Single Sign‑On (SSO) with your identity provider. Enable SSO, map groups/roles, and tailor the login experience.

* [User Logins](/docs/automation-platform/access-control/user-authentication/user-logins.md) — Sign‑in basics and account credentials.
* [SSO Configuration](/docs/automation-platform/access-control/user-authentication/sso-configuration.md) — Overview of SSO setup and prerequisites.
  * [Microsoft Entra ID SSO Configuration](/docs/automation-platform/access-control/user-authentication/sso-configuration/azure-ad-as-idp.md) — Configure Entra ID (previously Azure AD) for SSO.
  * [Okta Settings/Okta Identity Management](/docs/automation-platform/access-control/user-authentication/sso-configuration/okta-management-settings.md#configuring-okta-settings) — Configure Okta as user source, enable Okta login, and manage Okta API tokens.
* [Multiple Portal Login Options](/docs/automation-platform/access-control/user-authentication/multiple-portal-login-options.md) — Dashboard providing an overview of all your DuploCloud managed portals.
* [Login Banner/Button Customization](/docs/automation-platform/access-control/user-authentication/login-banner-customization.md) — Customize the login page look and CTAs.


---

# 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.duplocloud.com/docs/automation-platform/access-control/user-authentication.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.
