# Users

Users must be assigned to a group. SSO and LDAP users are mapped to a group matching the group name provided by the Idp.

{% hint style="warning" %}
Group name matching is case-sensitive.
{% endhint %}

Multiple types of users can be supported at the same time.

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Basic Authentication</strong></td><td><a href="/files/0LQpMRusZCv9doTSna4F">/files/0LQpMRusZCv9doTSna4F</a></td><td><a href="/pages/JB0gA1wm6puBdLuXR0rK">/pages/JB0gA1wm6puBdLuXR0rK</a></td></tr><tr><td><strong>SSO &#x26; SAML</strong></td><td><a href="/files/PUfA8jz2uzG0NLo7WYlw">/files/PUfA8jz2uzG0NLo7WYlw</a></td><td><a href="/pages/U0GlSx9tfVN7Pu52jmRy">/pages/U0GlSx9tfVN7Pu52jmRy</a></td></tr><tr><td><strong>Azure AD</strong></td><td><a href="/files/psRewdKtPgwzO5KVHmzc">/files/psRewdKtPgwzO5KVHmzc</a></td><td><a href="/pages/AZBypnvHiTH1NdfXw9Ky">/pages/AZBypnvHiTH1NdfXw9Ky</a></td></tr><tr><td><strong>LDAP</strong></td><td><a href="/files/VIO5E2fOSYBAfT3TBCf7">/files/VIO5E2fOSYBAfT3TBCf7</a></td><td><a href="/pages/Eaa9QcLGxAdf3pFeUTTG">/pages/Eaa9QcLGxAdf3pFeUTTG</a></td></tr><tr><td><strong>Custom HTTP</strong></td><td><a href="/files/mYUG1IkePCZjj9JNiL3j">/files/mYUG1IkePCZjj9JNiL3j</a></td><td><a href="/pages/ojOf8Ehe5lznYt1vXRyt">/pages/ojOf8Ehe5lznYt1vXRyt</a></td></tr></tbody></table>

## Adding a user with Basic Authentication

Select `Admin->Users->New User->Basic Auth`.

## Mapping SSO users to groups

By default, users are mapped to the group provided by the SSO provider. If you wish to override the group mapping from your SSO, users can be created directly in Lenses and you can manually map the user to a group.

## Mapping LDAP users to groups

By default, users are mapped to the group provided by the LDAP server. If you wish to override the group mapping you manually map the user to a group.

See [LDAP user group mapping](/latest/devx/5.5/deployment/configuration/iam/authentication/ldap.md#ldap-user-group-mapping).

## Listing Users

Lenses allows you to view users and:

1. Authentication type
2. Groups they belong to
3. Last login

Go to `Admin -> Users.`


---

# 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.lenses.io/latest/devx/5.5/deployment/configuration/iam/users.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.
