Skip to content

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 <[email protected]>
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