Add project files.
This commit is contained in:
		
							
								
								
									
										25
									
								
								Core.Cerberos.Adapters/Settings/AuthSettings.cs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										25
									
								
								Core.Cerberos.Adapters/Settings/AuthSettings.cs
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,25 @@ | ||||
| // *********************************************************************** | ||||
| // <copyright file="AuthSettings.cs"> | ||||
| //     Heath | ||||
| // </copyright> | ||||
| // *********************************************************************** | ||||
|  | ||||
| public class AuthSettings | ||||
| { | ||||
|     // Azure AD Settings | ||||
|     public string? AzureADInstance { get; set; } | ||||
|     public string? AzureADTenantId { get; set; } | ||||
|     public string? AzureADClientId { get; set; } | ||||
|     public string? AzureADClientSecret { get; set; } | ||||
|  | ||||
|     // Heath Cerberos App Settings | ||||
|     public string? HeathCerberosAppAuthorizationUrl { get; set; } | ||||
|     public string? HeathCerberosAppTokenUrl { get; set; } | ||||
|     public string? HeathCerberosAppClientId { get; set; } | ||||
|     public string? HeathCerberosAppScope { get; set; } | ||||
|  | ||||
|     // Token Keys | ||||
|     public string? PrivateKey { get; set; } | ||||
|     public string? PublicKey { get; set; } | ||||
| } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Sergio Matias Urquin
					Sergio Matias Urquin