1 min read
Azure AD – New administration roles for managing domain name and authentication methods
Good news, you don’t need to be a global administrator to manage Multi Factor Authentication (MFA) or authentication methods.
If you develop applications with identities capabilities (like authentication or self service registration or profile management) and have been using the Microsoft Azure Active Directory Authentication Library (ADAL) or Azure Graph API, it is now time for you to update your code to start using the new Microsoft Authentication Library (MSAL).
Both ADAL and Azure Graph API are going to be deprecated and retired by June 30th 2022; in the interim no new capability or feature will be added.
You can start learning more about MSAL and the migrations paths with the following links:
1 min read
Good news, you don’t need to be a global administrator to manage Multi Factor Authentication (MFA) or authentication methods.
1 min read
As you know, Azure Active Directory provides a large list of administration roles to allow delegating administration tasks and reduce the need to...
1 min read
By now, you should already know the Conditional Access feature provided with Azure AD, helping you defining conditions to authorize access to...