- 
                Notifications
    
You must be signed in to change notification settings  - Fork 378
 
For Mtls, do not check for Aad and Dsts Authority type and 'organizations' or 'common' tenant #5174
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
Conversation
| 
           @microsoft-github-policy-service agree company="Microsoft"  | 
    
        
          
                src/client/Microsoft.Identity.Client/AppConfig/AuthorityInfo.cs
              
                Outdated
          
            Show resolved
            Hide resolved
        
              
          
                tests/Microsoft.Identity.Test.Unit/ApiConfigTests/AuthorityTests.cs
              
                Outdated
          
            Show resolved
            Hide resolved
        
      There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good @ksaaf. From the tracking bug, I understand we need to make sure /consumers work. Do we have a test to make sure the happy path works for /consumers
          
 @gladjohn - Please see   | 
    
        
          
                src/client/Microsoft.Identity.Client/ApiConfig/AcquireTokenForClientParameterBuilder.cs
              
                Outdated
          
            Show resolved
            Hide resolved
        
              
          
                src/client/Microsoft.Identity.Client/ApiConfig/AcquireTokenForClientParameterBuilder.cs
          
            Show resolved
            Hide resolved
        
              
          
                src/client/Microsoft.Identity.Client/ApiConfig/AcquireTokenForClientParameterBuilder.cs
          
            Show resolved
            Hide resolved
        
              
          
                src/client/Microsoft.Identity.Client/AppConfig/AuthorityInfo.cs
              
                Outdated
          
            Show resolved
            Hide resolved
        
      There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good @ksaaf
…ions' or 'common' tenant (#5174) This PR removes from AcquireTokenForClientParameterBuilder.Validate checks for 'common' for Aad and Dsts Authority Types. See conversation in this PR.
This PR removes from
AcquireTokenForClientParameterBuilder.Validatechecks for 'common' for Aad and Dsts Authority Types.Fixes #5093
Changes proposed in this request
AcquireTokenForClientParameterBuilder.Validatechecks for 'common' for Aad and Dsts Authority Types.Testing
Performance impact
Documentation