Skip to main content

Posts Tagged ‘ADAL’

Securing Your Web API Using Azure Active Directory

Large or small, all companies need web security. And what better way to secure your ASP.NET Core Web API than using Azure Active Directory? Given MVC-style apps are the dominant force in the market nowadays, the majority of documentation on the matter focuses here. That left me, desiring to create a loosely-coupled Web API instead […]

Getting Access Tokens for both SharePoint and Microsoft Graph

A few days ago, I was working on a project and needed to know if it was possible to access a user’s Exchange Online calendar using the same access token used to access list data in one of their SharePoint Online site collections. The Microsoft documentation is confusing due to the rapid pace of change […]

Office 365 – Getting Closer To “True” Single Sign-On For Outlook

One of the Office 365 concepts that gets glossed over a bit is “single sign-on”, in particular when it comes to Outlook. Many will provide the statement that if you implement AD FS, then you have single sign-on. While it is true that AD FS provides single sign-on for some workloads, I’ve often argued that […]