This is part 4 in a series of posts about writing service brokers in .NET Core.
Implementing a Service Broker in .NET part 4: Azure Storage account binding
· 7 min read
This is part 4 in a series of posts about writing service brokers in .NET Core.
In October 2014, Vittorio Bertocci introduced ADAL JavaScript. This library makes it possible for single-page-apps to use Azure Active Directory authentication from within the browser. ADAL JS uses the OAuth2 Implicit Grant for this. The introductory blog post and an additional post when v1 was released explain in detail how to configure and use the library.