AZURE ACTIVE DIRECTORY Also known as Azure AD...
- AD API Reference - https://www.nuget.org/packages/Microsoft.IdentityModel.Clients.ActiveDirectory/
- ADAL with Powershell https://github.com/shawntabrizi/Azure-AD-Authentication-with-PowerShell-and-ADAL
- App Service to use Azure AD - https://docs.microsoft.com/en-us/azure/app-service/app-service-mobile-how-to-configure-active-directory-authentication
- AzAD Graph from PowerShell - https://blogs.technet.microsoft.com/paulomarques/2016/03/21/working-with-azure-active-directory-graph-api-from-powershell/
- AzAD Graph from PowerShell - https://github.com/Azure/azure-docs-powershell-azuread/blob/master/azureadps-2.0-preview/AzureAD/Connect-AzureAD.md
- Code Samples Collection Across almost everything - https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-code-samples
- Data Security Considerations Whitepaper for AzAD - https://aka.ms/aaddatawhitepaper
- Documentation - https://docs.microsoft.com/en-us/azure/active-directory/index
- Intro to the Microsoft Graph .NET Client Library ( ADAL + Microsoft.Graph ) - http://blog.jonathanhuss.com/intro-to-the-microsoft-graph-net-client-library/
- Graph QuickStart - https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-graph-api-quickstart
- PowerShell for graph - https://docs.microsoft.com/en-us/powershell/azure/active-directory/install-adv2?view=azureadps-2.0
- JSON Web Token inspector - decodes token, lets you see whats in it - http://jwt.ms/ - Sara Ford on jwt.ms - https://saraford.net/2017/08/31/how-to-use-httpsjwt-ms-to-decode-json-web-tokens/
- Roadmap - https://aadroadmap.azurewebsites.net/
- Using Azure AD to land users on their custom login page from within your app - https://blogs.technet.microsoft.com/enterprisemobility/2015/02/11/using-azure-ad-to-land-users-on-their-custom-login-page-from-within-your-app* WebAPI Service secured with O365 ADAL in UWP App - https://github.com/Azure-Samples/active-directory-dotnet-windows-store
- Calling the Azure AD Graph from a Native Client - ADAL and Microsoft.Azure.ActiveDirectory.GraphClient - Nuget is not .net core compat in 2016 version (v.latest) and doesn't work for xamarin either - punt - https://github.com/Azure-Samples/active-directory-dotnet-graphapi-console
- Code Samples Collection Across almost everything - https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-code-samples
- Application and service principal objects in Azure Active Directory (Azure AD) https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-application-objects
- Use portal to create an Azure Active Directory application and service principal that can access resources - https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-group-create-service-principal-portal
- Code Samples Collection Across almost everything - https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-code-samples
- Get started with Microsoft Graph in a universal Windows 10 app - https://developer.microsoft.com/en-us/graph/docs/concepts/uwp (MSAL and Microsoft.Graph)
- WebAPI Service secured with O365 ADAL in UWP App - https://github.com/Azure-Samples/active-directory-dotnet-windows-store
- Code Samples Collection Across almost everything - https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-code-samples
- WebAPI Service secured with O365 ADAL in UWP App - https://github.com/Azure-Samples/active-directory-dotnet-windows-store
- Accessing the Graph API using Xamarin - https://developer.xamarin.com/guides/cross-platform/azure/active-directory/graph/
- Code Samples Collection Across almost everything - https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-code-samples
- Put some Azure Active Directory in your Xamarin Forms - https://blog.xamarin.com/put-adal-xamarin-forms/
- Azure AD for Forms Sample - https://github.com/mayur-tendulkar/ADALForForms
- Director Searcher - Native - MSAL - https://github.com/Azure-Samples/active-directory-dotnet-native-multitarget/tree/master/DirSearchClient-Universal
- Integrate Azure AD B2C into a Xamarin forms app using MSAL - https://azure.microsoft.com/en-us/resources/samples/active-directory-b2c-xamarin-native/
- Configure and manage Azure Active Directory authentication with SQL Database, Managed Instance, or SQL Data Warehouse - https://docs.microsoft.com/en-us/azure/sql-database/sql-database-aad-authentication-configure#azure-ad-token
- Multi factor authentication (mfa) in Microsoft 365 https://www.helloitsliam.com/2018/03/13/using-risk-based-multi-factor-authentication-in-microsoft-365/