up
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				Build Test Deploy / build-test (push) Has been cancelled
				
			
		
			
				
	
				Build Test Deploy / authority-container (push) Has been cancelled
				
			
		
			
				
	
				Build Test Deploy / docs (push) Has been cancelled
				
			
		
			
				
	
				Build Test Deploy / deploy (push) Has been cancelled
				
			
		
			
				
	
				Docs CI / lint-and-preview (push) Has been cancelled
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	Build Test Deploy / build-test (push) Has been cancelled
				
			Build Test Deploy / authority-container (push) Has been cancelled
				
			Build Test Deploy / docs (push) Has been cancelled
				
			Build Test Deploy / deploy (push) Has been cancelled
				
			Docs CI / lint-and-preview (push) Has been cancelled
				
			This commit is contained in:
		| @@ -0,0 +1,22 @@ | ||||
| using System.Collections.Generic; | ||||
| using System.Text.Json; | ||||
|  | ||||
| namespace Ablera.Serdica.Authentication.Models.Oidc; | ||||
|  | ||||
| public abstract record ConnectionSettingsBase | ||||
| { | ||||
|     public required string[] GrantTypes { get; set; } | ||||
|  | ||||
|     public required string ClientId { get; init; } | ||||
|  | ||||
|     public string? ClientSecret { get; init; } | ||||
|     public required string ClientType { get; init; } = "public"; | ||||
|  | ||||
|     public required string DisplayName { get; init; } | ||||
|  | ||||
|     public string[]? RedirectUris { get; init; } | ||||
|  | ||||
|     public string[]? PostLogoutRedirectUris { get; init; } | ||||
|  | ||||
|     public Dictionary<string, JsonElement>? Properties { get; init; } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user