Skip to content

Releases: onelogin/onelogin-python-sdk

1.5.1

04 Oct 11:10

Choose a tag to compare

  • Fix the way errors of get_access_token and regenerate_token are handled, v2 endpoint always return 200 status code so may inspect the response body

1.5.0

25 Aug 11:55

Choose a tag to compare

  • Add the new do_not_notify parameter to get_session_token_verified and get_saml_assertion_verifying methods
  • Remove create_session_via_token method. The use of this API call only makes sense in a browser
  • Include appName on Event object
  • Implement error_attribute that will provide what attribute caused the error on the execution of the API command if it was provided by the API

1.4.3

24 Jul 07:48

Choose a tag to compare

  • Fix get requests from #execute_call
  • Add example: onelogin_import_users.py

1.4.2

19 Jul 09:34

Choose a tag to compare

  • Fix bug introduced when refactoring

1.4.1

15 Jul 08:36

Choose a tag to compare

  • Upgrade lxml to 4.2.3

1.4.0

07 Jul 12:57

Choose a tag to compare

  • The SDK now will try to get a valid token after process the API call and get a 401 as status code
  • Fix Revoke Token method (wrong URL)
  • Update dependencies

1.3.2

07 Jun 18:15

Choose a tag to compare

  • Fix bug when API returns results like [[]]
  • Correctly handle pending responses

1.3.1

23 Apr 14:30

Choose a tag to compare

  • Fix regenerate_token method
  • Include CORS header on mfa verification
  • Add title to User model

1.3.0

13 Apr 15:35

Choose a tag to compare

  • Update SDK to use the new OAuth 2.0 endpoint
  • Add removeFactor method
  • Implement set_state_to_user method

1.2.1

16 Jan 17:56

Choose a tag to compare

  • Fix get_user_apps method (App model had wrong value, the parser forced to integer when the app returns strings)