Skip to content

Commit

Permalink
update session identifier type note (#18134)
Browse files Browse the repository at this point in the history
  • Loading branch information
patriciasantaana authored Nov 12, 2024
1 parent ac31928 commit b34115f
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@
5. Choose the type of session identifier (cookie, HTTP header, or JWT claim).

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

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.
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.
:::

6. Enter the name of the session identifier.
Expand Down

0 comments on commit b34115f

Please sign in to comment.