# Sterke authenticatie

## Introductie

Dastra gebruikt [TOTP](https://en.wikipedia.org/wiki/Time-based_Eén_Voor_Gebruikers_Wachtwoord_algoritme)-technologie om [multi-factor authenticatie](https://en.wikipedia.org/wiki/Multi-factor_authentication) te beheren. Gebruikers kunnen inloggen met zowel hun gebruikelijke wachtwoord als een 6-cijferige code geleverd door een applicatie voor geheime opslag zoals Microsoft Authenticator of Google Authenticator (of anderen...).

## Hoe activeer ik sterke authenticatie?

* Ga naar <https://app.dastra.eu/general-settings/two-factor>
* Klik op "**sterke authenticatie inschakelen**".
* Download een applicatie voor 2-factor authenticatie
* Scan de **QR-code** met de toepassing die u hebt gekozen

![](/files/FgTqVmyDC2XbTW33HOtB)

* Bewaar de herstelcode ergens;
* Log in met de 6-cijferige code die door je authenticatie applicatie is verstrekt.

![Voorbeeld authenticatie applicatie](/files/WLZkZPdjqtITPEKlZ6Tw)

{% hint style="warning" %}
Bewaar de herstelcode veilig! Hiermee kun je je account herstellen als je je authenticatie applicatie kwijtraakt. Je account wordt permanent vergrendeld als je deze code niet kunt geven. U moet dan contact opnemen met de eigenaar van uw organisatie zodat zij de 2-factor authenticatie van uw account kunnen resetten.
{% endhint %}

## Hoe kan ik alle gebruikers dwingen om sterke authenticatie te gebruiken?

* Ga naar <https://app.dastra.eu/general-settings/security>
* Schakel het selectievakje in voor geforceerde activering van 2-factor authenticatie.

{% hint style="info" %}
Alle gebruikers die inloggen zullen geen toegang krijgen tot de applicatie zonder dat 2-factor authenticatie is geconfigureerd op hun account. Zorg ervoor dat uw team op de hoogte is van de best practices voor het opslaan van TOTP geheime sleutels.
{% endhint %}


---

# 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://doc.dastra.eu/nl/security/mfa.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.
