Azure AD, Groups, Roles and the Authorize Attribute
Configuring a new MVC 5 website to authenticate against an Azure Active Directory is really simple – all you need to do is configure using the ASP.Net 4.5 Web Application creation wizard when you...
View ArticleAuthenticating an AngularJS Single Page Application with Azure AD
I’ve been spending a lot of time in Angular JS of late with Web API serving up the data. Generally I’ve been authenticating with what Microsoft call “individual accounts” – usernames and passwords...
View ArticleMulti-Tenanted Authentication with Azure AD and Office 365 (and IdentityServer3)
With solutions such as Azure AD and Office 365 becoming more common as a source of an organisations identity on the Internet it can be useful to have an application offer authentication against them....
View ArticleApp Service Easy Auth with Auth0 (or any Open ID Connect provider)
So I’m going to prefix this with a warning – I doubt this is officially supported but at a basic level it does seem to work. I would use at your peril and I’m writing this in the hope that it makes...
View Article