Skip to content

Comments

Fixes wrong hardcoded credentials in README#34

Open
NoeSamaille wants to merge 1 commit intospring-projects:mainfrom
NoeSamaille:patch-1
Open

Fixes wrong hardcoded credentials in README#34
NoeSamaille wants to merge 1 commit intospring-projects:mainfrom
NoeSamaille:patch-1

Conversation

@NoeSamaille
Copy link

Fixes wrong hardcoded credentials in the example for MCP server with OAuth server configuration, causing the following error:

❯ curl -XPOST "http://localhost:8080/oauth2/token" \
  --data grant_type=client_credentials \
  --user "oidc-client:secret"
{"error":"invalid_client"}

Fixes wrong hardcoded credentials in the example for MCP server with OAuth server configuration, causing the following error:

```
❯ curl -XPOST "http://localhost:8080/oauth2/token" \
  --data grant_type=client_credentials \
  --user "oidc-client:secret"
{"error":"invalid_client"}
```

Signed-off-by: Noé Samaille <noe.samaille@ibm.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant