> For the complete documentation index, see [llms.txt](https://starkbank.com/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://starkbank.com/help/seguranca-e-acesso/stark-auth/erro-de-autenticacao-no-stark-auth-validar-identidade-vs.-autenticar-operacoes.md).

# Erro de autenticação no Stark Auth: "Validar Identidade" vs. "Autenticar Operações"

Ao tentar acessar sua conta ou aprovar ações no sistema, você pode se deparar com uma mensagem de erro durante a etapa de autenticação pelo aplicativo Stark Auth.

É perfeitamente normal confundir as opções apresentadas na tela do aplicativo, pois ambas parecem relacionadas à segurança do seu acesso. No entanto, cada uma tem uma finalidade muito diferente no sistema.

### Por que esse erro acontece?

A mensagem de erro é exibida quando a opção "Validar Identidade" é selecionada durante a tentativa de login de um usuário que já possui conta ativa.

Aqui está a diferença fundamental entre as duas funções no aplicativo Stark Auth:

* Validar Identidade: Ferramenta de uso exclusivo para a abertura de novas contas.
* Autenticar Operações: Ferramenta correta para o acesso diário, login na plataforma e aprovação de transações de rotina.

Caso a conta já esteja ativa, tentar usar a "Validação de Identidade" fará com que o sistema exiba o erro na tela.

### Como resolver e acessar sua conta (Passo a Passo)

Para concluir o seu acesso sem erros, siga as etapas abaixo:

1. Cancele a tentativa atual: Feche a mensagem de erro na sua tela de login do computador e retorne para a tela inicial do aplicativo Stark Auth no seu celular.
2. Inicie o processo novamente, selecionando a opção correta no celular: "Autenticar Operações".


---

# 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://starkbank.com/help/seguranca-e-acesso/stark-auth/erro-de-autenticacao-no-stark-auth-validar-identidade-vs.-autenticar-operacoes.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.
