Skip to content

Releases: onelogin/onelogin-php-sdk

1.7.0

30 Jun 18:15
b85c934
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.6.0...1.7.0

1.6.0

19 Mar 19:26
Compare
Choose a tag to compare
  • Add support for Get Apps of a OneLogin account

1.5.1

01 Mar 15:14
Compare
Choose a tag to compare
  • Add risk fields to the event object as well as the proxy_ip.
  • Replace at eventType object the reference by the description field

1.5.0

20 Feb 10:12
Compare
Choose a tag to compare
  • Add Support for Generate MFA Token
  • Add support for Privilege API
  • Fix TOKEN_REVOKE_URL url
  • Refactor handleTokenResponse
  • Be sure any operational call return true or false

1.4.0

04 Oct 14:42
Compare
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
  • Add managerUserId to user model
  • Add parameter $doNotNotify to getSessionTokenVerified and getSamlAssertionVerifying methods. Add parameter $allowedOrigin to getSessionTokenVerified method.
  • 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.
  • Include appName on Event object.
  • Remove createSessionViaToken method. The use of this API call only makes sense in a browser

1.3.0

07 Jul 13:03
Compare
Choose a tag to compare
  • Fix getUserApps method when no apps. API returns [[]] but was not properly handled
  • Correctly handle SAML Assertion methods when the result does not contain data
  • Fix Revoke Token method (URL was wrong)
  • Add title to User and UserData class

1.2.0

13 Apr 11:45
Compare
Choose a tag to compare
  • Add support for Multi-Factor Authentication API
  • Update SDK to use the new OAuth 2.0 endpoint
  • Fix issue with getUserApps method and App model. login_id must be a string, not an integer
  • Add support for User State and implement setStateToUser

1.1.0

01 Mar 00:06
Compare
Choose a tag to compare
  • Fix autoload psr-4
  • Added extra two fields for Duo Security device type

1.0.0

20 Oct 22:57
Compare
Choose a tag to compare
Describe max_results attribute