Skip to content

Commit

Permalink
Update docs/references/auth.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Chavez <[email protected]>
  • Loading branch information
taimoorzaeem and steve-chavez authored Dec 11, 2024
1 parent 03d3da0 commit e2d86ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/references/auth.rst
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ PostgREST honors the :code:`exp` claim for token expiration, rejecting expired t
JWT Role Claim Key Extraction
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

A JSPath DSL that specifies the location of the :code:`role` key in the JWT claims. This can be used to consume a JWT provided by a third party service like Auth0, Okta or Keycloak.
A JSPath DSL that specifies the location of the :code:`role` key in the JWT claims. This can be used to consume a JWT provided by a third party service like Auth0, Okta, Microsoft Entra or Keycloak.

The DSL follows the `JSONPath <https://goessner.net/articles/JsonPath/>`_ expression grammar with extended string comparison operators. Supported operators are:

Expand Down

0 comments on commit e2d86ae

Please sign in to comment.