diff --git a/modules/user-access/pages/jwt-token.adoc b/modules/user-access/pages/jwt-token.adoc index acd02e07..910fb4ec 100644 --- a/modules/user-access/pages/jwt-token.adoc +++ b/modules/user-access/pages/jwt-token.adoc @@ -398,6 +398,11 @@ For example, this is used to run the query {queryName} on the graph {graphName}: curl -s -H "Authorization: Bearer " -X GET http://127.0.0.1:14240/restpp/query/{graphName}/{queryName} ---- +[NOTE] +==== +The 3rd party JWT token can only access RESTPP endpoints, but cannot access GSQL endpoints. +==== + == Potential Error Messages When using a JWT token for authentication, please consider these scenarios and handle the corresponding errors appropriately when working with JWT tokens for authentication.