BUILD 2016 で GA された Office 365 Connector の概要 (コンセプト) とその開発手法を簡単に紹介します。
OneDrive API を使った通知 (Webhook) と同期 (Synchronization)
OneDrive API を使った同期機能の実装と、//BUILD 2016 のタイミングで新たに登場した OneDrive API の Webhook について、実際のコードを見ながら動きを解説します。
Skype Meeting を API (REST, Web) で処理する (Skype for Business)
本投稿では、これまでニーズの高かった、Online Meeting のプログラムからの処理方法を、新しい Skype for Business の API を使って解説します。
Skype Web SDK の Audio / Video プログラミング
Web ブラウザーを使って Skype for Business の Audio / Video 通話 (または会議) をおこなうプログラミングと動作概念について紹介します。
Skype Web SDK 紹介
BUILD 2016 のタイミングで発表された Skype for Business Online (Office 365) を使った Skype Web SDK を紹介します。Office 365 試用版を使って、すぐに試していただけます。
Azure AD (Entra ID) のデバイス ログイン – Login UI が出せない Client のためのフロー
ログイン画面 (SignIn UI) が表示できない場合に、テキスト ベースの情報を使って User Context の Token を取得する OAuth フローを紹介します。
How to verify token in Entra ID
In this post, I show you how to verify whether the user has logged-in correctly or not, and how to extract user’s claims in Microsoft Identity Platform v2.0 endpoint (formerly, Azure AD v2.0 endpoint).
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.
OAuth Flow in Microsoft Entra ID (Azure AD)
In this post, for starting development with OpenID and OAuth in Microsoft Identity Platform v2.0, I show you end-to-end flow (from application registrations to authentications) using a standard code grant flow.
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 の開発 […]