In my previous posts (here and here) I have described how to create your Azure AD App Registration with PowerShell along with required permissions. There is one thing left when it comes to application permissions: how to configure this to authorize your code using these required resources? As a user...
Continue reading...AppRegistration
Create Azure AD App Registration with PowerShell–Part 2
In my previous post I started with the basic Azure AD App registration using PowerShell. I described how to set the HomePage URL, Reply URLs and even create an Application Key. In this second part I’ll take you to the next level! I’ll describe how to add required permissions for...
Continue reading...Creating Azure AD App Registration with PowerShell – Part 1
When developing Microsoft cloud solutions, Azure Active Directory is very important. Not only for user accounts, but also for registering your app. With this app you provide secure sign in and authorization for its services. This first of 2 articles describes how to register your app using PowerShell instead of...
Continue reading...