Skip to content

Releases: djluck/azure-active-directory

Added support for multi-tennacy

19 Jun 16:39
Compare
Choose a tag to compare

Big thanks to @qbalin for adding support for multi-tenancy.

Squished some bugs

07 Apr 15:22
Compare
Choose a tag to compare
  • Fixed issue where access token was not being refreshed once it expired
  • Ensured that AzureAd.http.callAuthenticated respected any headers passed in via the config object

Added support for multiple resources

06 Apr 18:02
Compare
Choose a tag to compare
  • No breaking API changes
  • Added AzureAd.resources to manage resource registration and access token refreshment.
  • The user object now stores access/refresh tokens for individual resources in the azureAdResources field.
  • Moved graph resource functionality out into it's own file
  • Various refactorings and improvements.