Skip to content

Commit 1596544

Browse files
spacing
1 parent 5b3ce23 commit 1596544

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

src/content/docs/ruleset-engine/rules-language/fields/dynamic-fields.mdx

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -518,59 +518,59 @@ Identifies whether a request comes from a worker or not. When a request comes fr
518518

519519
### `aud` (audience)
520520

521-
`http.request.jwt.claims.aud` `Map<Array<String>>`
522-
`http.request.jwt.claims.aud.names` `Array<String>`
523-
`http.request.jwt.claims.aud.values` `Array<String>`
521+
`http.request.jwt.claims.aud` `Map<Array<String>>` <br />
522+
`http.request.jwt.claims.aud.names` `Array<String>` <br />
523+
`http.request.jwt.claims.aud.values` `Array<String>` <br />
524524

525525
The `aud` (audience) claim identifies the recipients that the JWT is intended for. Each principal intended to process the JWT must identify itself with a value in the audience claim. In the general case, the `aud` value is an array of case-sensitive strings, each containing a StringOrURI value.
526526

527527
<Render file="jwt-claims" product="api-shield" />
528528

529529
### `iat` (issued at)
530530

531-
`http.request.jwt.claims.iat.sec` `Map<Array<Integer>>`
532-
`http.request.jwt.claims.iat.sec.names` `Array<String>`
533-
`http.request.jwt.claims.iat.sec.values` `Array<Integer>`
531+
`http.request.jwt.claims.iat.sec` `Map<Array<Integer>>` <br />
532+
`http.request.jwt.claims.iat.sec.names` `Array<String>` <br />
533+
`http.request.jwt.claims.iat.sec.values` `Array<Integer>` <br />
534534

535535
The `iat` (issued at) claim identifies the time at which the JWT was issued.
536536

537537
<Render file="jwt-claims" product="api-shield" />
538538

539539
### `iss` (issuer)
540540

541-
`http.request.jwt.claims.iss` `Map<Array<String>>`
542-
`http.request.jwt.claims.iss.names` `Array<String>`
543-
`http.request.jwt.claims.iss.values` `Array<String>`
541+
`http.request.jwt.claims.iss` `Map<Array<String>>` <br />
542+
`http.request.jwt.claims.iss.names` `Array<String>` <br />
543+
`http.request.jwt.claims.iss.values` `Array<String>` <br />
544544

545545
The `iss` (issuer) claim identifies the principal that issued the JWT.
546546

547547
<Render file="jwt-claims" product="api-shield" />
548548

549549
### `jti` (JWT ID)
550550

551-
`http.request.jwt.claims.jti` `Map<Array<String>>`
552-
`http.request.jwt.claims.jti.names` `Array<String>`
553-
`http.request.jwt.claims.jti.values` `Array<String>`
551+
`http.request.jwt.claims.jti` `Map<Array<String>>` <br />
552+
`http.request.jwt.claims.jti.names` `Array<String>` <br />
553+
`http.request.jwt.claims.jti.values` `Array<String>` <br />
554554

555555
The `jti` (JWT ID) claim provides a unique identifier for the JWT.
556556

557557
<Render file="jwt-claims" product="api-shield" />
558558

559559
### `nbf` (not before)
560560

561-
`http.request.jwt.claims.nbf.sec` `Map<Array<Integer>>`
562-
`http.request.jwt.claims.nbf.sec.names` `Array<String>`
563-
`http.request.jwt.claims.nbf.sec.values` `Array<Integer>`
561+
`http.request.jwt.claims.nbf.sec` `Map<Array<Integer>>` <br />
562+
`http.request.jwt.claims.nbf.sec.names` `Array<String>` <br />
563+
`http.request.jwt.claims.nbf.sec.values` `Array<Integer>` <br />
564564

565565
The `nbf` (not before) claim identifies the time before which the JWT must not be accepted for processing.
566566

567567
<Render file="jwt-claims" product="api-shield" />
568568

569569
### `sub` (subject)
570570

571-
`http.request.jwt.claims.sub` `Map<Array<String>>`
572-
`http.request.jwt.claims.sub.names` `Array<String>`
573-
`http.request.jwt.claims.sub.values` `Array<String>`
571+
`http.request.jwt.claims.sub` `Map<Array<String>>` <br />
572+
`http.request.jwt.claims.sub.names` `Array<String>` <br />
573+
`http.request.jwt.claims.sub.values` `Array<String>` <br />
574574

575575
The `sub` (subject) claim identifies the principal that is the subject of the JWT. The claims in a JWT are normally statements about the subject.
576576

0 commit comments

Comments
 (0)