up
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				Build Test Deploy / docs (push) Has been cancelled
				
			
		
			
				
	
				Build Test Deploy / deploy (push) Has been cancelled
				
			
		
			
				
	
				Build Test Deploy / build-test (push) Has been cancelled
				
			
		
			
				
	
				Build Test Deploy / authority-container (push) Has been cancelled
				
			
		
			
				
	
				Docs CI / lint-and-preview (push) Has been cancelled
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	Build Test Deploy / docs (push) Has been cancelled
				
			Build Test Deploy / deploy (push) Has been cancelled
				
			Build Test Deploy / build-test (push) Has been cancelled
				
			Build Test Deploy / authority-container (push) Has been cancelled
				
			Docs CI / lint-and-preview (push) Has been cancelled
				
			This commit is contained in:
		| @@ -81,6 +81,15 @@ internal static class Program | ||||
|                 Directory.CreateDirectory(cacheDirectory); | ||||
|                 services.AddStellaOpsFileTokenCache(cacheDirectory); | ||||
|             } | ||||
|  | ||||
|             services.AddHttpClient<IAuthorityRevocationClient, AuthorityRevocationClient>(client => | ||||
|             { | ||||
|                 client.Timeout = TimeSpan.FromMinutes(2); | ||||
|                 if (Uri.TryCreate(options.Authority.Url, UriKind.Absolute, out var authorityUri)) | ||||
|                 { | ||||
|                     client.BaseAddress = authorityUri; | ||||
|                 } | ||||
|             }); | ||||
|         } | ||||
|  | ||||
|         services.AddHttpClient<IBackendOperationsClient, BackendOperationsClient>(client => | ||||
|   | ||||
		Reference in New Issue
	
	Block a user