Skip to content

Releases: UWIT-IAM/uw-saml-python

Fix Azure tenants by enabling requests for both Password and X509

28 Nov 17:55
6482e6a
Compare
Choose a tag to compare

What's Changed

  • [GH-49] Fix Azure tenants by enabling requests for both Password and X509 by @goulter in #54

Full Changelog: 1.2.7...1.2.8

Undo changes from the 1.2.5 and 1.2.6 releases

02 Nov 18:02
e8db5dd
Compare
Choose a tag to compare

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

  • Revert uw-saml-pyton back to where it was before I tried to fix Azure… by @goulter in #53

Full Changelog: 1.2.6...1.2.7

Update federated.py, toggled requestedAuthnContext to True.

18 Oct 21:58
740f352
Compare
Choose a tag to compare

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

16 Oct 15:40
5e28734
Compare
Choose a tag to compare

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

27 Jun 16:05
c93721c
Compare
Choose a tag to compare

What's Changed

  • Update federated.py for FHCRC outage by @jdiverp in #47

Full Changelog: 1.2.3...1.2.4

Add Cascadia Azure AD

14 Jun 21:25
11abe89
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.2...1.2.3

Updates the Cascadia IdP public certificate

03 May 22:14
d79296f
Compare
Choose a tag to compare

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.

19 May 16:31
494daf6
Compare
Choose a tag to compare
1.2.0

Update version to 1.2 since we are breaking backwards compatability. …

Patch python3-saml, lxml, onelogin sdk, and more.

23 Mar 17:57
f30a021
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.0...1.1.1

1.1.0

09 Nov 16:50
f5cf3b3
Compare
Choose a tag to compare
  • Converts to a poetry project
  • Migrates all automation to Github Actions