> For the complete documentation index, see [llms.txt](https://docs.cubu.com/guides/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cubu.com/guides/technical-guide/white-papers/sign-on-and-authentication.md).

# Sign On and Authentication

Cubu is using [Auth0](https://auth0.com/) to manage user identities. Auth0 is an adaptable authentication and authorization platform.

## Security Features

### Session timeout

* Users are required to re-enter their password after 3 days of inactivity.
* Users must re-enter their password after 7 days, regardless of their activity.

### Password Policy

* Must have 8 characters
* Lowercase, uppercase, and numbers
* Special character (!@#$%^&\*)

### Password History

This option disallows users from setting passwords that repeat passwords they've used in the recent past.

Cubu keeps the user’s last 5 passwords.

### Brute-force Protection

The user account is locked after **10** consecutive failed login attempts.

### Enforce Password Change

Cubu does **not** enforce periodic password changes.

### CAPTCHA

The login/sign-in forms are protected with a bot-prevention CAPTCHA system.

### Multi-factor Authentication

Multi-factor authentication is **not** supported.

### Single Sign On (SSO)

Single sign-on is supported for OIDC, using Microsoft Azure AD, Auth0, and Okta.

{% content-ref url="/spaces/FaQmpl3dnlIuuQovEhR8/pages/sgMOtegWTmCBz928Kkpk" %}
[Configuring Single Sign On (SSO)](/guides/technical-guide/advanced-configuration/configuring-single-sign-on-sso.md)
{% endcontent-ref %}


---

# 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:

```
GET https://docs.cubu.com/guides/technical-guide/white-papers/sign-on-and-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.
