Now the client credential authentication using application permissions is supported in the Azure AD v2.0 endpoint. This post explains how it works for developers.
Tsuyoshi Matsuzaki
Japanese, Hobby runner, and Explainer of computer science
(Japanese name : 松崎 剛)
Works with Row Level Security in Power BI and Power BI Embedded
This post describes how to set-up and how to work for the Row-Level Security (RLS) in both Power BI and Power BI Embedded.
Build Your Custom Visuals in Power BI (Step-by-Step)
In this blog post, I show you how to create your own custom visuals in Power BI. All you need is PC (or Mac), node.js, and Power BI service account.
Build BOT working with Authentication (Microsoft Bot Framework)
In this post, I show you how to build and design the bot with the authentication process (integrating Office 365, Azure, etc), like “FreeBusy” bot or “AzureBot”.
Rich messages with Bot Service (Rich text, Image, Card, etc)
This post shows the various rich and functional messages (how-to) using Microsoft Bot Framework.
BUILD BOT with Bot Framework Rest Api (Azure Bot Service)
This blog post explains how to build your Bot (incl. Skype Bot) without SDK (using only HTTP). This shows how to provide and consume authorization info and rest (webhook) in Microsoft Bot Framework for any programming languages.
Note that the Skype bot development has moved to the Microsoft Bot Framework 3, and please use this.
Beginner’s guide for natural language understanding w/ Microsoft Cognitive Services
This post describes about Linguistic Analysis API and Language Understanding Intelligent Service (LUIS) in Microsoft Cognitive Services for beginners. This post doesn’t explain the usage of APIs, but help you understand the clear point of each APIs.
How to use Power BI Embedded via REST
This post explains the concepts and how-to of Power BI Embedded without SDKs (using only HTTP).
Build Your Skype Bot with OAuth and REST
This blog post explains how to build your Skype Bot without SDK (using only HTTP). This shows how to provide and consume Authorization header, and how to call and receive the rest (webhook).
How to use Azure Storage without SDK
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.