feat(auth): add additional OAuth endpoints and improve client ID handling
This commit is contained in:
@@ -66,7 +66,7 @@ func oauthMetadataHandler() http.HandlerFunc {
|
||||
base := serverBaseURL(r)
|
||||
meta := oauthServerMetadata{
|
||||
Issuer: base,
|
||||
AuthorizationEndpoint: base + "/oauth/authorize",
|
||||
AuthorizationEndpoint: base + "/authorize",
|
||||
TokenEndpoint: base + "/oauth/token",
|
||||
RegistrationEndpoint: base + "/oauth/register",
|
||||
ScopesSupported: []string{"mcp"},
|
||||
|
||||
Reference in New Issue
Block a user