protected AzureADAuthenticationSource(IAzureADSettings settings, ISheshaAzureADModuleConfig ldapModuleConfig)
 {
     _settings         = settings;
     _ldapModuleConfig = ldapModuleConfig;
 }
예제 #2
0
 public EtkAzureADAuthenticationSource(IAzureADSettings settings, ISheshaAzureADModuleConfig ldapModuleConfig)
     : base(settings, ldapModuleConfig)
 {
 }