public void AuthenticationContextAuthorityValidationTest()
 {
     AdalTests.AuthenticationContextAuthorityValidationTest(Sts);
 }
Example #2
0
 public void AuthenticationContextAuthorityValidationTest(string stsType)
 {
     AdalTests.AuthenticationContextAuthorityValidationTest(SetupStsService(GetStsType(stsType)));
 }