Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/content/docs/api-shield/get-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ Enabling API Shield features will have no impact on your traffic until you choos

<Render file="session-identifiers" />

<Render file="required-session-identifiers" />

### To set up session identifiers

<Render file="set-up-session-identifiers" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ import { Render } from "~/components"

<Render file="session-identifiers" />

:::note
<Render file="required-session-identifiers" />
:::

## To set up session identifiers

<Render file="set-up-session-identifiers" />
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
{}

---

Session identifiers are necessary to configure [Sequence Mitigation](/api-shield/security/sequence-mitigation/) or [rate limiting recommendations](/api-shield/security/volumetric-abuse-detection/) and to see results in [Sequence Analytics](/api-shield/security/sequence-analytics/) and [Authentication Posture](/api-shield/security/authentication-posture/).
Loading