
2022-07-23
Previous article ASP.NET Core Options Pattern describes overview ofASP.NET Core Options Patternthat enables information encapsulation and separation of business logic interest. This feature makes that...

2022-06-28
A typical web application separates setting from the App. In the ASP .NET Core web app allows encapsulation and separation of an interest of setting using the options pattern. It allows enables contin...

2020-09-01
The ‘implicit grant type’ is one of the several grant types of ‘The OAuth 2.0 Authorization Framework‘ which Azure Active Directory endpoint supports. An application requests an access token to Azure ...

2020-05-27
The article ‘appsettings.json in C# .NET Core MVC web app‘ uses the code sample which accesses to Microsoft Graph API. The feature that accesses to Microsoft Graph API is very often used in many codes...

2020-04-20
This article describes how to set configuration values and to acquire them in the controller of mvc web app. This article uses the code sample of the article ‘Programmable authentication flow for acce...

2020-03-31
It is good that an app access user resource using minimum permission. Microsoft Graph API provides a token restricted by a scope that has minimum permission to access domain resources. Therefore the a...

2020-03-14
In the case of creating RPA or an app executes function automatically,the article ‘Microsoft Graph API provides several grant types of The OAuth 2.0 Authorization Framework’describes that the ‘passwor...

2020-03-13
Microsoft Azure Cognitive Services QnA Maker helps creating knowledge base which chatbot app uses. In case knowledge base created, it have to publish for chatbot app. Then create bot from Create Bot b...

2020-02-29
Took a token at sign in using the ‘authorization code’ grant type authentication flow inthe previous article. So the token has the ‘user.read’ permission. Use the token, this article describes how to ...

2020-01-31
Microsoft Graph API supports an authentication flow of The OAuth 2.0 Authorization Framework, there are four types of grant types of it (refer to the article). The ‘authorization code’ grant type is o...

2019-12-26
Microsoft Graph API provides a super-easy way to create an app that includes an authentication feature for the Azure Active Directory account. And Azure portal provides a code sample of various types ...

2019-11-30
Microsoft Azure provides a super-easy way to create an app that includes an authentication feature for the Azure Active Directory account. There are only three steps, the first step is creating the Az...