Azure App Service に Built-in されている Authentication / Authorization (通称 : Easy Auth) について、使い方の応用例などを詳説 (Deep Dive) します。
Web Authentication API 紹介 (Windows Hello を使った Edge 開発)
Microsoft Edge (Preview Build) に実装された Web Authentication API を使って、FIDO 準拠の認証をサポートする Web Application のプログラミング方法と、細かな留意点を解説します。
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.
Windows Hello を使った App 開発
Windows Hello を使った開発 Universal Windows Platform (UWP) アプリの場合 Web (Edge) アプリの場合 こんにちは。 いよいよ、Windows 10 がダウンロード開始されました。 今週は「Windows 10 らしいアプリケーション開発」の例として、Windows 10 からの新しい API を使って、Windows Hello と連携したアプリ開発をおこなってみましょう。 補足 (2016/03/31 追記) : Microsoft Edge (ブラウザー) を使った […]
OAuth の on behalf of の利用 (Entra ID)
こんにちは。 Azure Active Directory (Microsoft Entra ID) の Token 認証では、OAuth 2.0 の on_behalf_of を使ってアプリケーション間をまたがった Impersonation の仕組みが利用できます。 過去に「SharePoint 2013 Apps: .NET CSOM を使ったプログラミングと認証 (Authentication)」でも記載しましたが、Access Token には User Context と App Context が含まれています。例えば、User1 が […]
Windows 10 との SSO 開発 (Web Account Manager を使用したNative Application)
開発者にとっての Azure Active Directory (Microsoft Entra ID) Azure Active Directory とは (事前準備) Web SSO 開発 – .NET 編 (WS-Fed) Web SSO 開発 – PHP, Node.js 編 (SAML) ※英語 SaaS 連携 : Google Apps (SAML) […]