Releases: UWIT-IAM/uw-saml-python
Releases · UWIT-IAM/uw-saml-python
Fix Azure tenants by enabling requests for both Password and X509
What's Changed
Full Changelog: 1.2.7...1.2.8
Undo changes from the 1.2.5 and 1.2.6 releases
Despite 2 recent code updates, we are still experiencing issues with Azure Tenants. To that end, we are to rolling back those changes.
What's Changed
Full Changelog: 1.2.6...1.2.7
Update federated.py, toggled requestedAuthnContext to True.
What's Changed
- [GH-49] Add security object with requestedAuthnContext set to True by @goulter in #51. Remove the prior techniques, which did not result in any change in behavior in our integrations.
Full Changelog: 1.2.5...1.2.6
Update federated.py for Azure tenants
What's Changed
- [GH-49] Add security object with requestedAuthnContext to include password and x509 to AzureIdPs by @goulter in #50
Full Changelog: 1.2.4...1.2.5
Update federated.py for FHCRC outage
What's Changed
Full Changelog: 1.2.3...1.2.4
Add Cascadia Azure AD
Updates the Cascadia IdP public certificate
What's Changed
- added new Cascadia cert for ADFS integration. #44
New Contributors
Full Changelog: 1.2.0...1.2.2
Update cascadia metadata; remove unsupported IdPs.
1.2.0 Update version to 1.2 since we are breaking backwards compatability. …
Patch python3-saml, lxml, onelogin sdk, and more.
1.1.0
- Converts to a poetry project
- Migrates all automation to Github Actions