From 1c7f26845c5baef063a79d05f3236c11c5353e29 Mon Sep 17 00:00:00 2001 From: Yong Zheng Date: Tue, 30 Jul 2024 18:31:31 -0500 Subject: [PATCH] Doc fix: remove extra = during token generation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44d6c7a469..6daeb4717c 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ principal: ```bash curl -i -X POST \ http://localhost:8181/api/catalog/v1/oauth/tokens \ - -d 'grant_type=client_credentials&client_id==&client_secret==&scope=PRINCIPAL_ROLE:ALL' + -d 'grant_type=client_credentials&client_id=&client_secret=&scope=PRINCIPAL_ROLE:ALL' ``` The response output will contain an access token: