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,15 @@ | ||||
| using System.Collections.Generic; | ||||
|  | ||||
| namespace Ablera.Serdica.Authentication.Models.Oidc; | ||||
|  | ||||
| public record RegisteredClient : ConnectionSettingsBase | ||||
| { | ||||
|     public string[]? Permissions { get; init; } | ||||
|  | ||||
|     public string[]? Requirements { get; init; } | ||||
|  | ||||
|     public AllowedMask[]? AllowedMasks { get; init; } | ||||
|  | ||||
|     public ClaimTypeAndValue[]? BuiltinClaims { get; init; } = []; | ||||
|     public Dictionary<string, string?>? Settings { get; init; } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user