Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOC-2378] add NOTE in this doc to explicitly mention the limitation of the 3rd party JWT token, i.e. it can only access RESTPP endpoints, but cannot access GSQL #611

Open
wants to merge 3 commits into
base: 4.1
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions modules/user-access/pages/jwt-token.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,11 @@ For example, this is used to run the query {queryName} on the graph {graphName}:
curl -s -H "Authorization: Bearer <JWT-TOKEN>" -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.

Expand Down