Tag: authentication

[Office365] Can’t add a new account to Outlook

I helped out a colleague today with this little hack. On a new laptop he installed Outlook, but couldn’t get his Office365 account to work. No matter how often he tried adding a new account, Outlook would spend a few seconds “connecting…” and then came back with “Cannot connect” and some useful tips like “Is

Read more

Web API controller hosted in Azure not respecting [AllowAnonymous]

Working on a project, I encountered a situation I couldn’t wrap my head around. The project includes a (rather simple) ASP.NET Web API project which is published to an Azure App Service instance. Up to now, all of the endpoints I was calling I had secured using Azure AD authentication which is a breeze to

Read more