Exemple #1
0
        public static ActiveDirectorySettings GetProductionSettings()
        {
            var s = new ActiveDirectorySettings();

            s.AuthString   = "https://login.microsoftonline.com/hneu70532.onmicrosoft.com";
            s.ClientId     = "1be0ece5-3285-459e-bacc-18ecc5104691";
            s.ClientSecret = "tLSq8YmbFAlmz7OnHpWOo/hFqXeT/JmJu08u07fqcQs=";
            s.ResourceUrl  = "https://graph.windows.net";
            s.TenantId     = "70904889-0180-4beb-ab8e-0d884f481f23";
            return(s);
        }
 public ActiveDirectoryClientProvider(ActiveDirectorySettings settings)
 {
     _settings = settings;
 }