-
Notifications
You must be signed in to change notification settings - Fork 207
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
Conversation
tests/test_e2e.py
Outdated
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.
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.
tests/test_e2e.py
Outdated
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) |
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.
@bgavrilMS and @gladjohn ,
Just to be clear. All the modified test cases are currently failing, so I have to disable them to make the build pipeline passing (or else I wouldn't be able to ship MSAL Python 1.34.0b1 last week).
@gladjohn , if your concern is only about the wording, I/we could change the message in line 844.
854136a
to
bebbdd4
Compare
Disables the relevant e2e test cases