From e2d86aebce97ccc91b021955285348697330fdf7 Mon Sep 17 00:00:00 2001 From: Taimoor Zaeem Date: Thu, 12 Dec 2024 01:02:01 +0500 Subject: [PATCH] Update docs/references/auth.rst Co-authored-by: Steve Chavez --- docs/references/auth.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/references/auth.rst b/docs/references/auth.rst index 7fa09fd70f..cbfbd522ef 100644 --- a/docs/references/auth.rst +++ b/docs/references/auth.rst @@ -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 `_ expression grammar with extended string comparison operators. Supported operators are: