> For the complete documentation index, see [llms.txt](https://docs.libnova.com/libnova-openaccess-en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.libnova.com/libnova-openaccess-en/backoffice-and-management/backoffice-login.md).

# BACKOFFICE LOGIN

![](/files/-MiaGjon3vo_N8z3Rnd0)

**Access Login:**

To access the **BackOffice** it is necessary to have a registered user and then access the login path.

The necessary values to access the system are:

* **Username:** registered username.
* **Password:** User password associated with the registered username.

If the data entered is correct, the user, depending on the permissions granted, can see more information, records, pages, etc.

Depending on the authentication systems that are active such as **SAML** / **Shibboleth**, **OAuth, Tequila**, etc.

* **SAML:** Redirects to a login with **SAML** where the **identifier** must match a user registered in **OpenAccess**.

**Note:** This must be configured from the configuration file.

![](/files/-MiaH7Rouq5D7EwA7IxL)

**Incorrect data entry.**\
\
In case wrong data is introduced, a **maximum number of attempts** is limited. If the number of attempts is reached, the **IP address will be blocked for a certain time**.

![](/files/-MiaHJLxqIKIva77YoY1)

\
**IP blocked for a certain time.**

After exceeding the maximum number of attempts, the IP will be blocked and a message will be displayed with the remaining time. If the user wants to access before the time limit, they should contact an Administrator.


---

# 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.libnova.com/libnova-openaccess-en/backoffice-and-management/backoffice-login.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.
