Calling SharePoint Online API using Azure AD App-Only permissions using Certificate Auth
Below are the steps we need to follow to call SharePoint Online API through a Console App (C#). The first step is to register…
Below are the steps we need to follow to call SharePoint Online API through a Console App (C#). The first step is to register…
Good news: Microsoft decided to postpone the deprecation of Web Service Access Keys (Basic Authentication) until version 2022 wave 1. See confirmation here: https://docs.microsoft.com/en-us/dynamics365/business-central/dev-itpro/upgrade/deprecated-features-w1#web-service-access-keys-basic-auth-for-saas…
Originally posted on Colin Vermander: Announced late last week on docs.microsoft.com was the deprecation of the WS-Trust authentication type as well as OrganizationServiceProxy. Both…
In my current project, we had a need to build a Node JS app that will authenticate with an App Registration client id and…
In the previous post, we have discussed how to configure Azure AD B2C using the Open ID Connect method. One of the challenges that…