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
				
			
		
			
				
	
	
		
			17 lines
		
	
	
		
			714 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			714 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| 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";
 | |
| }
 |