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,16 @@ | ||||
| using System.Collections.Immutable; | ||||
|  | ||||
| namespace Ablera.Serdica.Authentication.Constants; | ||||
| public static class ConstantsClass | ||||
| { | ||||
|     public const string HttpContextItemsSession = "Session"; | ||||
|     public const string HttpContextEndpoint = "Endpoint"; | ||||
|     public const string HttpContextEndpointRequiredRoles = "EndpointRequiredRoles"; | ||||
|     public const string RedisKeyPrefixKey = "serdica-session-dp"; | ||||
|     public const string DataProtectionApplicationName = "SerdicaAuth"; | ||||
|  | ||||
|     public const string AuthenticationScheme = "SerdicaAuthentication"; // "SerdicaAuthentication" | ||||
|     public const string SerdicaAPIAudience = "SerdicaAPI"; | ||||
|  | ||||
|     public const string DefaultRolePrincipalPrefix = "__principal"; | ||||
| } | ||||
		Reference in New Issue
	
	Block a user