You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 29, 2023. It is now read-only.
Enable dynamic whitelisting of dSTS endpoints to support new buildouts (#215)
* Whitelisting dsts endpoints.
* adding whitespace
* changing back WORLD_WIDE_AUTHORITY
* add whitelist function
add whitelist function so dsts hosts pass validation.
* Adding unit tests
Adding unit test to test static instance discovery of dsts enpoints and validating of a dsts endpoint in AuthenticationContext.
* fixed whitespace
* fix syntax error
* Fix whitespace
* fix more spaces
* Respond to PR comments
Remove unnecessary white space, add documentation to whitelist, use self.fail in unit test.
* Enable endpoint discovery
Change dSTS host whitelisting to dynamic discovery of endpoints containing dsts.
* Fix whitespace
Fix whitespace
* Update test_authority.py
Fix dSTS test endpoint value to correct format.
* Update test_authority.py
Fix dsts test endpoint.
* Update authority.py
Update whitelist funtion to only check for ".dsts." in url.
0 commit comments