I thought we’re over this collective delusion called MCP
Zero-Touch OAuth for MCP
11–20 of 124 posts
Re: Zero-Touch OAuth for MCP
#12For the MCP nay-sayers - don't worry there's something here for you too :)
This is powered by a new token format called an ID-JAG - https://datatracker.ietf.org/doc/draft-ietf-oauth-identity-a... - and isn't MCP specific at all. ID-JAGs can be used for safe and secure data sharing anywhere where data is shared between applications that use the same SSO provider.
Re: Zero-Touch OAuth for MCP
#13So instead, you can run centralized infra to validate a user, device, what scopes their requesting and duration, and enforce policies for all your apps?
Can we get this in other OAuth 2.0 clients?
Re: Zero-Touch OAuth for MCP
#14The real valuable capability MCP offers over skills/CLI is isolating the auth flow outside of the agent’s context window, and potentially out of the harness completely. This is valuable from a security perspective obviously. It’s also just a much easier user experience for normies and large businesses adopting AI tools. I hear all the context bloat and tool call redundancy complaints. But this structure for handling auth has real value.
Maybe the idealized form of MCP is just an auth gateway for the API and nothing else. That’d still be a win.
Re: Zero-Touch OAuth for MCP
#15If you have any feedback, feel free to drop it in here! Always happy to hear about folks' experience and how we can make it better.
Re: Zero-Touch OAuth for MCP
#16Re: Zero-Touch OAuth for MCP
#17Re: Zero-Touch OAuth for MCP
#18Earlier quoted context omitted.
In regular OAuth, end users consent to share their data with applications individually. This makes sense for consumer usecases, where the end users own their data. But it doesn't make sense for many business usecases, where the business is the entity that should control data sharing and access, not the end user. As an employee at Acme, I shouldn't decide to link my Acme Google Drive data to Claude or ChatGPT, that sh…
This is bonkers. Sure, if I’m a business, I will make a business decision to share, or not share, some resource with ChatGPT. But, if I do decide to share something with ChatGPT, I absolutely do NOT want it shared with every single ChatGPT thread, more or less how I don’t want it shared with every single tab an employee has open in a browser.
Re: Zero-Touch OAuth for MCP
#19Need this for CLI tools like gcloud, knife, npm, etc. Maybe an Okta based JWT.
Re: Zero-Touch OAuth for MCP
#20Auth has been a wild journey in MCP. It really is a valuable differentiator to things like Skills for enterprises though. Congrats to the team on the ship.