This post shows how to create Authorization header for Azure Storage REST API call. This understanding (learning) is available for many other services, like Power BI Embedded, Azure DocumentDB, Azure Batch services, etc.
Azure App Service の Authentication 徹底解説
Azure App Service に Built-in されている Authentication / Authorization (通称 : Easy Auth) について、使い方の応用例などを詳説 (Deep Dive) します。
Power BI Embedded のアプリ開発 (PHP, etc)
.NET 以外の PHP, Java, Python など一般のプログラミング環境も対象に、Power BI Embedded の内部動作 (Deep Dive) や使い方を紹介します。
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 で展開する具体的な方法や注意点をまとめます。