Oauth2 Azure Versions Save

Azure AD provider for the OAuth 2.0 Client.

v2.2.2

4 months ago

What's Changed

New Contributors

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

v2.2.1

9 months ago

What's Changed

New Contributors

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

v2.2.0

9 months ago

What's Changed

New Contributors

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

v2.1.1

1 year ago
  • Hotfix for regression with JWT v6 #163

v2.1.0

1 year 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

v2.0.1

3 years ago

v2.0.0

3 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

v1.4.2

5 years ago
  • Improvements to getJwtVerificationKeys #75

v1.4.1

5 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

v1.4.0

5 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