oauth2-azure

Azure AD provider for the OAuth 2.0 Client.

MIT License

Downloads
5.5M
Stars
224
Committers
27
oauth2-azure - 2.2.2 Latest Release

Published by hajekj 10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/TheNetworg/oauth2-azure/compare/v2.2.1...v2.2.2

oauth2-azure - 2.2.1

Published by hajekj about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/TheNetworg/oauth2-azure/compare/v2.2.0...v2.2.1

oauth2-azure - 2.2.0

Published by hajekj about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/TheNetworg/oauth2-azure/compare/v2.1.1...v2.2.0

oauth2-azure - 2.1.1

Published by hajekj over 2 years ago

  • Hotfix for regression with JWT v6 #163
oauth2-azure - 2.1.0

Published by hajekj over 2 years ago

  • Fix: make scopes value an array #134
  • paging_scenarios #136
  • Shouldn't we use urlLogin instead of hardcoding? #138
  • [FEATURE] append appid= parameter to .well-known configuration url #152
  • Remove Deprecations for PHP 8.1 / ditch PHP 5.6 and 7.0 #155
  • Token Validation with modulus and exponent #157
  • Firebase 6 #159
oauth2-azure - 2.0.1

Published by hajekj almost 4 years ago

oauth2-azure - 2.0.0

Published by hajekj about 4 years ago

After longer period, we have a new release - v2.0.0. This is not coming from the original v2.0.0-dev branch, but is based on master where many breaking changes have been made.

  • Need new release please #122
  • Support endpoint v2.0 #76
  • Provide better support for v2.0 OpenID Config #79
  • Update validateToken() #81
  • Fix #83 get parsed response #84
  • Make $post_logout_redirect_uri optional in getLogoutUrl() #96
  • Add error description to message to improve exception quality #99
  • Remove app id validation #109
oauth2-azure - 1.4.2

Published by hajekj almost 6 years ago

  • Improvements to getJwtVerificationKeys #75
oauth2-azure - 1.4.1

Published by hajekj almost 6 years ago

  • Fixes the url generated for graphs.windows.net queries #67
  • Adjusted PHP version to match definition in league/oauth2-client #69
  • Ensure API_VERSION is attached to request url #70
  • Coding Style (PHP-CS-Fixer) #72
oauth2-azure - 1.4.0

Published by hajekj about 6 years ago

  • Add option to change scope separator #48
  • Bugfixes + extra validation + tenant support on api calls #41
  • Support Firebase 5
  • Access odata in API responses #36
oauth2-azure - 1.3.1

Published by hajekj over 7 years ago

  • Changed getResponse to getParsedResponse #32
oauth2-azure - 1.3.0

Published by hajekj over 7 years ago

  • Add support for oauth2-client v2.0 #30
oauth2-azure - 1.2.0

Published by hajekj over 7 years ago

  • Improved token validation
  • Improved documentation
  • Added support for multipurpose refresh tokens
  • Better memory handling when getting all objects using getObjects method #18
    And including fixes for #17, #15, #16, #29, #28
oauth2-azure - 1.1.1

Published by hajekj over 8 years ago

  • Don't add the api-version parameter to Microsoft Graph requests #14
oauth2-azure - 1.1.0

Published by hajekj over 8 years ago

  • Fix for Microsoft Graph incompatibility #11
  • Resource owner #8
  • Add support for Azure Active Directory B2C #10
  • Fix for incorrect prompt value
oauth2-azure - Maintenance release

Published by hajekj almost 9 years ago

Added automatic JSON serialization of $body.

oauth2-azure - Maintenance release

Published by hajekj almost 9 years ago

Updated to support custom headers and automatically set request's Content-Type to application/json if not set by custom header..

oauth2-azure - Bugfix update

Published by hajekj almost 9 years ago

First bugfix update to the plugin.

oauth2-azure - Initial release

Published by hajekj almost 9 years ago

Initial release.