Skip to content

Commit

Permalink
Advanced Threat Detection Image Update (#3307)
Browse files Browse the repository at this point in the history
* remove diagram

* add image

* Shrink images

---------

Co-authored-by: alex-fusionauth <[email protected]>
  • Loading branch information
alex-fusionauth and alex-fusionauth authored Dec 11, 2024
1 parent 043c692 commit 732da1e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 24 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ subcategory: secure and monitor
import Aside from 'src/components/Aside.astro';
import EnterprisePlanBlurb from 'src/content/docs/_shared/_enterprise-plan-blurb.astro';
import InlineField from 'src/components/InlineField.astro';
import RateLimitDiagram from 'src/diagrams/docs/operate/secure-and-monitor/_rate-limit.astro';
import WebhookList from 'src/content/docs/extend/events-and-webhooks/events/_list-advanced-threat-detection-webhooks.mdx';
import {YouTube} from '@astro-community/astro-embed-youtube';
import { YouTube } from '@astro-community/astro-embed-youtube';

<EnterprisePlanBlurb />

Expand Down Expand Up @@ -70,7 +69,7 @@ Rate limiting applies whether you are accessing FusionAuth through the admin UI

An example of how rate limiting is applied for login is represented in the diagram below.

<RateLimitDiagram />
![Diagram showing Advanced Threat Detection and how a User will be blocked.](/img/docs/operate/secure-and-monitor/advanced-threat-detection-diagram.png)

If you need to lock an account after several failed logins, consider [user account locking](/docs/lifecycle/authenticate-users/setting-up-user-account-lockout). Using the account lockout feature rather than rate limiting offers additional flexibility in the duration. FusionAuth can also send emails or webhooks when it locks a user's account.

Expand Down

This file was deleted.

0 comments on commit 732da1e

Please sign in to comment.