- 
                Notifications
    You must be signed in to change notification settings 
- Fork 241
Microsoft.Identity.Web.Sidecar #3524
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
          
     Merged
      
      
    
                
     Merged
            
            
          Conversation
  
    
      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
    
  
  
    
            
          
                src/Microsoft.Identity.Web.Sidecar/Endpoints/DownstreamApiEndpoint.cs
              
                Dismissed
          
            Show dismissed
            Hide dismissed
        
      
              
                    jennyf19
  
              
              approved these changes
              
                  
                    Oct 4, 2025 
                  
              
              
            
            
* Adding E2E test * Improving the tests * Fix name * Apply suggestion from @keegan-caruso Co-authored-by: Keegan <[email protected]> --------- Co-authored-by: Keegan <[email protected]>
Other cleanup and improvements Co-authored-by: Keegan Caruso <[email protected]>
… sure it's an auth issue (#3480) * Improvements * fix tests with new behavior * Apply suggestion from @keegan-caruso Co-authored-by: Keegan <[email protected]> * Apply Keegan's suggestion --------- Co-authored-by: Keegan <[email protected]>
* add downstream api --------- Co-authored-by: Keegan Caruso <[email protected]>
* containerization * Enable container workflows --------- Co-authored-by: Jean-Marc Prieur <[email protected]> Co-authored-by: Keegan Caruso <[email protected]>
Co-authored-by: Keegan Caruso <[email protected]>
* Authorization Header and downstream API endpoints updates * Fix open api generation --------- Co-authored-by: Keegan Caruso <[email protected]>
* Add more descriptions to open api document * Adjust for open api doc generation --------- Co-authored-by: Keegan Caruso <[email protected]>
* Add agentuser id to list of params * Apply suggestion from @jmprieur Co-authored-by: Jean-Marc Prieur <[email protected]> * Apply suggestion from @jmprieur Co-authored-by: Jean-Marc Prieur <[email protected]> * update openapi file --------- Co-authored-by: Keegan Caruso <[email protected]> Co-authored-by: Jean-Marc Prieur <[email protected]>
Co-authored-by: Keegan Caruso <[email protected]>
* Python adapter * feedback --------- Co-authored-by: Keegan Caruso <[email protected]>
* Add readme * Move runtime composition details in README move runtime composition section --------- Co-authored-by: Keegan Caruso <[email protected]>
Co-authored-by: Keegan Caruso <[email protected]>
Co-authored-by: Keegan Caruso <[email protected]>
Co-authored-by: Keegan Caruso <[email protected]>
              
                    jmprieur
  
              
              reviewed
              
                  
                    Oct 6, 2025 
                  
              
              
            
            
        
          
                src/Microsoft.Identity.Web.Sidecar/Models/AuthorizationHeaderRequest.cs
              
                Outdated
          
            Show resolved
            Hide resolved
        
      
  This was referenced Oct 24, 2025 
      
      
     Open
  
  
    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.
  
    
  
    
Microsoft.Identity.Web.Sidecar
Summary of the changes (Less than 80 chars)
Description
Commit feature branch to main