Skip to content

Releases: ssoready/ssoready-python

1.1.0

16 Aug 22:17
b25690e

Choose a tag to compare

This release adds support for SSOReady's Management API:

https://ssoready.com/docs/api-reference/management

1.0.1

13 Aug 23:42
f079761

Choose a tag to compare

This release adds support for SSOReady's SCIM integration:

https://ssoready.com/docs/scim-quickstart

1.0.0

28 May 21:30
b60502f

Choose a tag to compare

This release begins the v1.0.0 major version. It is recommended for general use.

0.2.1

28 May 19:11
ced5a9a

Choose a tag to compare

This release changes the SDK to be MIT-licensed, and points at api.ssoready.com by default.

0.2.0

28 May 16:34
a618de5

Choose a tag to compare

This release makes the names of the SAML-related endpoints explicitly mention saml for clarity.

  • ssoready.saml.get_redirect_url is now ssoready.saml.get_saml_redirect_url
  • ssoready.saml.redeem_access_code is now ssoready.saml.redeem_saml_access_code

0.1.3

24 May 16:49

Choose a tag to compare

This release is identical to 0.1.1 and 0.1.2. These previous releases failed in CI to properly publish to PyPI.

0.1.2

24 May 16:41

Choose a tag to compare

0.1.2 is identical to 0.1.1. The release of 0.1.1 ran into some CI issues that broke PyPI publishing.

0.1.1

24 May 16:30

Choose a tag to compare

Initial release.