Registering application in Azure Active Directory

What does it actually means – to register an application with Azure Active Directory tenant? Well, this created an Application ID for the application (you will be using this ID in your application) and enables it to receive tokens. This basically provides secure sign-in and authorization for the users which will use your application. Registration You’ve develop great applicatio…

By Dawid on (tags: active, application, azure, directory, registration, tenant, categories: azure)

Your first Azure Active Directory tenant

In this short blog I will demonstrate how to create your first Azure AD tenant. Next blog post will describe how to use this tenant with your application. The definition on Microsoft page says that Azure Azure Active directory is: Azure Active Directory (Azure AD) is Microsoft’s multi-tenant, cloud based directory and identity management service. Azure AD combines core director…

By Dawid on (tags: active, azure, directory, categories: azure)