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)