public void AcquireTokenWithAuthenticationCanceledTest()
 {
     // ADFS security dialog hang up
     AdalTests.AcquireTokenWithAuthenticationCanceledTest(Sts);
 }
Ejemplo n.º 2
0
 public void AcquireTokenWithAuthenticationCanceledTest(string stsType)
 {
     // ADFS security dialog hang up
     AdalTests.AcquireTokenWithAuthenticationCanceledTest(SetupStsService(GetStsType(stsType)));
 }