-
Notifications
You must be signed in to change notification settings - Fork 206
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
base: dev
Are you sure you want to change the base?
Conversation
|
||
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) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ADFSv2 was not decommissioned
There was a problem hiding this comment.
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): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not decommisioned
There was a problem hiding this comment.
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.
There was a problem hiding this 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) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@unittest.skip(_ADFS_LABS_DECOMMISSIONED) | |
@unittest.skip(_ADFS_TESTS) |
Disables the relevant e2e test cases