Skip to content

Commit 464630d

Browse files
committed
oauth2 server: fix README
Signed-off-by: Daniel Garnier-Moiroux <git@garnier.wf>
1 parent ff7d18e commit 464630d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • model-context-protocol/weather/starter-webmvc-oauth2-server

model-context-protocol/weather/starter-webmvc-oauth2-server/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Obtain a token by calling the `/oauth2/token` endpoint:
1616
```shell
1717
curl -XPOST "http://localhost:8080/oauth2/token" \
1818
--data grant_type=client_credentials \
19-
--user "oidc-client:secret"
19+
--user "mcp-client:secret"
2020
# And copy-paste the access token
2121
# Or use JQ:
2222
curl -XPOST "http://localhost:8080/oauth2/token" \

0 commit comments

Comments
 (0)