Authorize Your Azure AD Users With SignalR
As with pretty much everything in the ADAL packages, this is something that seems like it should be pretty straight-forward, but isn't.
Before we go on to SignalR, we need to have a look at how we access a Web API endpoint that requires authentication from JavaScript. If you're already familiar with AD and bearer…