Feat: Add Descope as an MCP authentication provider#2376
Merged
howardjohn merged 4 commits intoJul 2, 2026
Conversation
howardjohn
approved these changes
Jul 1, 2026
504e195 to
1a1d0d7
Compare
Contributor
Author
|
Apologies @howardjohn but if you could take one more look for the workflows that would be great. |
howardjohn
approved these changes
Jul 2, 2026
auto-merge was automatically disabled
July 2, 2026 16:09
Head branch was pushed to by a user without write access
2f6e950 to
3f95eb4
Compare
howardjohn
approved these changes
Jul 2, 2026
3f95eb4 to
b8b2d70
Compare
Contributor
Author
|
@howardjohn sorry there was a conflict, so I pushed one more rebase to handle it... |
Initial commit Signed-off-by: Joshua Wertheim <joshua.wertheim@descope.com>
Signed-off-by: Joshua Wertheim <joshua.wertheim@descope.com>
Signed-off-by: Joshua Wertheim <joshua.wertheim@descope.com>
1c67868 to
d5e7552
Compare
howardjohn
approved these changes
Jul 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add Descope as an MCP authentication provider
Description
Update Agentgateway with a new Descope provider similarly to the Okta, Keycloak, and Auth0 providers.
Changes
https://api.descope.com/v1/apps/agentic/{project-id}/{server-id}->https://api.descope.com/v1/mgmt/mcp/client/{project-id}/{server-id}/register. Will return a clear error if the issuer URL doesn't match the expected agentic format.https://api.descope.com/{project-id}/.well-known/jwks.jsonMcpIDP::Descope {}added as a new enum variant,schema/config.jsonandschema/config.mdupdated to exposedescope: {}as a valid provider option,examples/mcp-authentication/config.yamlgets a fully commented-out Descope example block, including a note that setting up a client in the Descope Console and using itsclientIdis recommended over DCR because DCR requires a management key.