# UI Authentication Methods

The Trilio for Kubernetes (T4K) Management Console supports multiple authentication methods to control who can log in and what they can do. Administrators can choose the method that best fits their existing identity infrastructure.

## Available Methods

* [KubeConfig Authentication](/kubernetes/configuration/management-console/ui-authentication-intro/kubeconfig-authentication.md) — Authenticate using a kubeconfig file. Any Kubernetes cluster user can log in with permissions derived from their cluster RBAC.
* [Authentication Methods Via Dex](/kubernetes/configuration/management-console/ui-authentication-intro/oidc-ldap-and-openshift-authentication.md) — Integrate with OIDC providers, LDAP directories, or OpenShift OAuth for enterprise SSO.
* [RBAC Authentication](/kubernetes/configuration/management-console/ui-authentication-intro/rbac.md) — Configure role-based access control to govern what authenticated users can view and perform within the Management Console.


---

# 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.trilio.io/kubernetes/configuration/management-console/ui-authentication-intro.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.
