mirror of
				https://github.com/nsnail/Ocelot.git
				synced 2025-11-04 20:50:49 +08:00 
			
		
		
		
	test passing with authentication being provided by the user and mapped to the re route in config
This commit is contained in:
		@@ -34,7 +34,10 @@ namespace Ocelot.UnitTests.Configuration
 | 
			
		||||
                    ExceptionsAllowedBeforeBreaking = 1,
 | 
			
		||||
                    TimeoutValue = 1
 | 
			
		||||
                },
 | 
			
		||||
                AuthenticationProviderKey = "Test",
 | 
			
		||||
                AuthenticationOptions = new FileAuthenticationOptions()
 | 
			
		||||
                {
 | 
			
		||||
                    AuthenticationProviderKey = "Test"
 | 
			
		||||
                },
 | 
			
		||||
                RouteClaimsRequirement = new Dictionary<string, string>()
 | 
			
		||||
                {
 | 
			
		||||
                    {"",""}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user