> For the complete documentation index, see [llms.txt](https://docs.bsure.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bsure.io/user-guides/security/authentiation-methods.md).

# Authentiation Methods

Authentication methods is a report that gives insights into Multi Factor Authentication configurations per user.

<figure><img src="/files/81su94qDANVkzTWI3y7f" alt=""><figcaption></figcaption></figure>

You will see the default MFA method used by each individual and should consider to run [MFA campaigns ](https://learn.microsoft.com/en-us/entra/identity/authentication/how-to-mfa-registration-campaign)to ensure that all your end-users uses a secure way to authenticate to your solutions and data. You will also see all MFA methods configured and available per user.

This is a quite complex subject and You should make sure that you've followed [Microsoft best practice guidance](https://learn.microsoft.com/en-us/azure/security/fundamentals/identity-management-best-practices#enforce-multifactor-verification-for-users)

Worst case scenario is if someone guess the correct password to a member account haven't registered MFA and have not [self service password registered](https://learn.microsoft.com/en-us/entra/architecture/secure-best-practices#self-service-password-management). Most likely someone will configure MFA according to policy and start consuming your solutions and data.

You will find these users by selecting MFA registration complete = FALSE and SSPR Registered = FALSE

<figure><img src="/files/cQ40ALM0u9ir1r1ZKewO" alt=""><figcaption></figcaption></figure>


---

# 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.bsure.io/user-guides/security/authentiation-methods.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.
