> For the complete documentation index, see [llms.txt](https://docs.lenses.io/latest/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lenses.io/latest/devx/5.5/deployment/configuration/iam/users.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.lenses.io/latest/devx/5.5/deployment/configuration/iam/users.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
