Skip to content

Commit b34115f

Browse files
update session identifier type note (#18134)
1 parent ac31928 commit b34115f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/content/partials/api-shield/set-up-session-identifiers.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@
1010
5. Choose the type of session identifier (cookie, HTTP header, or JWT claim).
1111

1212
:::note
13+
The session identifier cookie must comply with RFC 6265. Otherwise, it will be rejected.
1314

14-
If you are using a JWT claim, choose the [Token Configuration](/api-shield/security/jwt-validation/configure/#token-configurations) that will verify the JWT. Token Configurations are required to use JWT claims as session identifiers.
15-
16-
Refer to [JWT Validation](/api-shield/security/jwt-validation/) for more information.
15+
If you are using a JWT claim, choose the [Token Configuration](/api-shield/security/jwt-validation/configure/#token-configurations) that will verify the JWT. Token Configurations are required to use JWT claims as session identifiers. Refer to [JWT Validation](/api-shield/security/jwt-validation/) for more information.
1716
:::
1817

1918
6. Enter the name of the session identifier.

0 commit comments

Comments
 (0)