Skip to content

Commit 2e272af

Browse files
bearer prefix (#20095)
1 parent f2047b1 commit 2e272af

File tree

1 file changed

+4
-0
lines changed
  • src/content/docs/api-shield/security/jwt-validation

1 file changed

+4
-0
lines changed

src/content/docs/api-shield/security/jwt-validation/index.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ If you expect that two different JWTs should be present in a request and you wan
6060

6161
If you expect to migrate between two different identity providers, you must create two different token configurations and two different validation rules, each corresponding to its own configuration. With this setup, you can change the action for different validation rules depending on the state of your migration.
6262

63+
### JSON Web Tokens with the `Bearer` prefix
64+
65+
API Shield will verify JSON Web Tokens regardless of whether or not they have the `Bearer` prefix.
66+
6367
## Availability
6468

6569
JWT Validation is available for all API Shield customers. Enterprise customers who have not purchased API Shield can preview [API Shield as a non-contract service](https://dash.cloudflare.com/?to=/:account/:zone/security/api-shield) in the Cloudflare dashboard or by contacting your account team.

0 commit comments

Comments
 (0)