From c49e54cd0995c31a2e71c88bcfb2c3d7803e79c5 Mon Sep 17 00:00:00 2001 From: Praveen D Date: Wed, 8 May 2019 20:39:36 +0530 Subject: [PATCH] update auth0 guide --- docs/graphql/manual/guides/integrations/auth0-jwt.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/graphql/manual/guides/integrations/auth0-jwt.rst b/docs/graphql/manual/guides/integrations/auth0-jwt.rst index d49884f3f61a8..475ddf37eebff 100644 --- a/docs/graphql/manual/guides/integrations/auth0-jwt.rst +++ b/docs/graphql/manual/guides/integrations/auth0-jwt.rst @@ -82,6 +82,8 @@ You don't need to integrate your UI with auth0 for testing. You call follow the **Save this JWT token value so that we can use it later to test authorization using the Hasura console.** +**Note**: In case the above method gives an error, try disabling OIDC Conformant setting (https://auth0.com/docs/api-auth/tutorials/adoption/oidc-conformant) under Advanced Settings -> OAuth. + Configure Hasura to use Auth0 Keys ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^