Tag: Office

JavaScript OAuth flow in Entra ID (Implicit Grant)

In my previous post, I’ve described about basic OAuth flow using Microsoft Identity Platform v2.0 endpoint (formerly, Azure AD v2.0 endpoint), however unfortunately we cannot use that flow in Web front-end application, such as AngularJS application.
In this post, I show you how you can build JavaScript application integrated with Microsoft Identity Platform v2.0 using OAuth flow called OAuth implicit grant.

SharePoint アドイン (SharePoint Add-ins) の制限と PnP による回避

最新の SharePoint 開発については SharePoint Framework を参照してください。(この開発手法は、古い情報です。) SharePoint Add-ins 開発 概要 .NET CSOM を使ったプログラミングと認証 Cross-domain library を使ったプログラミング App Part の開発 List Definition の開発と Client Side Rendering (CSR) Remote Event Receiver の開発と Debug UI Custom Action の開発 […]