Web ブラウザーを使って Skype for Business の Audio / Video 通話 (または会議) をおこなうプログラミングと動作概念について紹介します。
Tsuyoshi Matsuzaki
Japanese, Hobby runner, and Explainer of computer science
(Japanese name : 松崎 剛)
Skype Web SDK 紹介
BUILD 2016 のタイミングで発表された Skype for Business Online (Office 365) を使った Skype Web SDK を紹介します。Office 365 試用版を使って、すぐに試していただけます。
Azure Virtual Machine Scale Sets (VMSS) の構成方法
Azure のメリットを享受できる Computing 基盤である Virtual Machine Scale Set (VM Scale Set, VMSS) について、その利用 (活用) 方法の基礎から考え方 (応用) までを紹介します。
Azure AD B2C の Page UI Customize の実践
Azure AD B2C における実践的な Page UI Customize の編集ノウハウ (How-To) を紹介します。
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.
ARM template で Azure Marketplace の 3rd party image を展開する
この投稿では、Barracuda, SendGrid など Azure Marketplace 上の 3rd party アプリを Resource manager template で展開する具体的な方法や注意点をまとめます。
ARM template で Azure Web App を Setup する (PaaS の Extension)
この投稿では、msdeploy を理解して、ARM による Azure WebApp の高度な Deployment を実践します。