Skip to content

ADFS labs were decommissioned since late July 2025 #845

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

rayluo
Copy link
Contributor

@rayluo rayluo commented Aug 12, 2025

Disables the relevant e2e test cases

@rayluo rayluo requested a review from a team as a code owner August 12, 2025 04:56

def test_aad_managed_user(self): # Pure cloud
config = self.get_lab_user(usertype="cloud")
config["password"] = self.get_lab_user_secret(config["lab_name"])
self._test_username_password(**config)

@unittest.skip(_ADFS_LABS_DECOMMISSIONED)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ADFSv2 was not decommissioned

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When running this test case, it will visit the MEX endpoint of the ADFS https://fs.msidlab4.com/adfs/services/trust/mex

That endpoint gives an http 504 error right now. If it is not decommissioned, then we will need to investigate whether it is not configured properly.

@@ -864,6 +866,7 @@ def test_adfs2_fed_user(self):
config["password"] = self.get_lab_user_secret(config["lab_name"])
self._test_username_password(**config)

@unittest.skip(_ADFS_LABS_DECOMMISSIONED)
def test_adfs2019_fed_user(self):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not decommisioned

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When running this test case, it will visit the MEX endpoint of the ADFS https://fs.msidlab8.com/adfs/services/trust/mex

That endpoint gives an http 504 error right now. If it is not decommissioned, then we will need to investigate whether it is not configured properly.

Copy link
Member

@bgavrilMS bgavrilMS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

advs 2019 and v4 were not decommissioned.

@@ -864,6 +866,7 @@ def test_adfs2_fed_user(self):
config["password"] = self.get_lab_user_secret(config["lab_name"])
self._test_username_password(**config)

@unittest.skip(_ADFS_LABS_DECOMMISSIONED)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
@unittest.skip(_ADFS_LABS_DECOMMISSIONED)
@unittest.skip(_ADFS_TESTS)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants