예제 #1
0
        public void TenantTest()
        {
            AuthorityTestHelper.AuthorityDoesNotUpdateTenant(
                "https://sometenantid.b2clogin.com/tfp/sometenantid/policy/",
                "sometenantid");

            AuthorityTestHelper.AuthorityDoesNotUpdateTenant(
                "https://catsareamazing.com/tfp/catsareamazing/policy/",
                "catsareamazing");

            AuthorityTestHelper.AuthorityDoesNotUpdateTenant(
                "https://sometenantid.b2clogin.de/tfp/tid/policy/",
                "tid");
        }
예제 #2
0
 public void TenantAuthorityDoesNotChange()
 {
     // no change because initial authority is tenanted
     AuthorityTestHelper.AuthorityDoesNotUpdateTenant(
         TestConstants.AuthorityUtidTenant, TestConstants.Utid);
 }
예제 #3
0
 public void TenantTest()
 {
     AuthorityTestHelper.AuthorityDoesNotUpdateTenant(
         TestConstants.ADFSAuthority, null);
 }