Microsoft is currently working on a new authentication and authorization model that is simply referred to as “v2” in the docs that they have available right now. I decided to spend some time taking a look around this model and in the process have been writing up some tips and other useful information and code…
Tag: Azure AD
Invalid Client Secret when Publishing Azure AD Secured Apps
Back to my old nemesis…the long very long blog post title. 🙂 I ran across this problem myself recently, and had seen someone else experience but not had the time to dig into it. In short the problem goes something like this – you create a new ASP.NET web application in Visual Studio 2015. You…
Azure B2B First Look
This is a companion piece to the Azure B2C First Look I published last week. This post is some first thoughts around the new Azure B2B features that were recently announced. The goal of Azure B2B is to reduce the complexity and rigidity of managing business to business relationships and sharing data. The announcement around…
Azure B2C First Look
I’ve spent some time the last couple of days working with the new Azure B2C features and have had the chance to get some things working, as well as note a couple of things that you want to be aware of as you start playing with this yourself. The Azure B2C feature is the first…
Getting an Azure Access Token for a Web Application Entirely in Code
I generally find using Azure Active Directory for securing my resources to be a joyous thing, but the simplicity of use is pretty much vastly overstated by the marketing folks at Microsoft. I’ve used it quite a bit and yet still find myself simultaneously in seemingly uncharted and undocumented waters. As is unfortunately a little…