Support for OAuth 2.0 #324
                  
                    
                      giacomobartoli
                    
                  
                
                  started this conversation in
                General
              
            Replies: 1 comment
-
| 
         Hi, this is detailed in our roadmap: https://ibm.github.io/mcp-context-forge/architecture/roadmap/ with features to support end-to-end OAuth 2.1 part of 0.5.0, 0.6.0, and 0.7.0 - though it will likely take another release or two to fully mature. Feel free to comment on the proposed implementation described in the various tickets: Release 0.5.0 (Due: August 5, 2025)Enterprise Authentication Features:
 Release 0.6.0 (Due: August 19, 2025)API Authentication:
 Release 0.7.0 (Due: September 2, 2025)Access Control:
  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
My clients has already in place an apigateway that mediates all the interaction with their backend system.
Supposing this component evolves and adopt mcp-context-forge, so that agents can interact with their backend, how is handled the authentication part using OAuth 2.0?
The flow is the following
client --> present client_id, secret to the IdP
IdP --> checks the data and returns a JWT
client --> send a request with the given JWT into the header to the apigateway that validates the request
Beta Was this translation helpful? Give feedback.
All reactions