Skip to content

Commit 7de4f18

Browse files
committed
continue to debug oauth + mcp
1 parent cc5d0dc commit 7de4f18

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

centralmind/mcp-github.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -154,13 +154,11 @@ database:
154154
plugins:
155155
# use --set plugins.oauth.client_id=XXX,plugins.oauth.client_secret=YYYY during `helm upgrade` for properly install
156156
oauth:
157+
client_registration:
158+
enabled: true
157159
provider: "auth0"
158160
user_info_url: "https://altinity.auth0.com/userinfo"
159161
scopes:
160162
- "openid"
161163
- "profile"
162-
- "email"
163-
redirect_url: "https://mcp-github.altinity-skaeser-playground.dev.altinity.cloud/oauth/callback" # OAuth callback URL
164-
# auth_url: "/oauth/authorize" # Gateway's authorization endpoint (optional)
165-
# callback_url: "/oauth/callback" # Gateway's callback endpoint (optional)
166-
164+
- "email"

0 commit comments

Comments
 (0)