Tag Archives: AAD
VIDEO – AngularJS SPA and WebAPI SQL database secured with Azure AD – SETUP (Part 1 of 3)
Wanted to share video walk through of how to create an AngularJS front end Single Page Application (SPA) which SQL Server WebAPI secured using Azure Active Directory authentication. Project includes PowerShell PS1 automation for App Registration within Azure AD. All HTTP data traffic POST and GET is now protect with Azure AD authentication tokens to ensure only valid users can leverage the application or HTTP data endpoints. Excellent design pattern to provide rich user experience with secure data storage, all hosted on Azure with Website, SQL, and App Registration. Cheers. ![]()
Technical topics covered include:
- AngularJS 1x single page application (SPA)
- AngularJS routing
- ADAL login / logout user experience
- Dot Net WebAPI endpoints for HTTP GET/POST
- Dot Net Entity Framework
- Dot Net web.config lifecycle DEV/PROD
- Azure website
- Azure SQL
- Azure Active Directory – App Registration
- Azure Active Directory – Bearer token
- JWT IO – Bearer token
- Postman HTTP 401 to verify AAD security
This post is part of series with three posts:
- VIDEO – AngularJS SPA and WebAPI SQL database secured with Azure AD – SETUP (Part 1 of 3)
- VIDEO – AngularJS SPA and WebAPI SQL database secured with Azure AD – SECURITY GROUP (Part 2 of 3)
- VIDEO – AngularJS SPA and WebAPI SQL database secured with Azure AD – MS FLOW EMAIL(Part 2 of 3)
Video
Code
Screenshots
References
VIDEO – Microsoft Azure AD Portal (AAD)
Check out https://aad.portal.azure.com/. Microsoft Azure Activity Directory admin center is open to all users and is a great tool to browse Azure AD, lookup user details, locate groups, manage applications, monitor usage, and more.
Users with higher permissions will see more tiles including:
- Azure Active Directory
- Users and groups
- Enterprise applications
- App registrations
- Azure AD Connect Health
- Azure AD Cloud App Discovery
- Azure AD Privileged Identity Management
- Azure AD Identity Protection
- Devices

Video
Screenshots
References
- https://docs.microsoft.com/en-us/azure/active-directory/active-directory-administer
- https://blogs.technet.microsoft.com/enterprisemobility/2016/09/12/the-azuread-admin-experience-in-the-new-azure-portal-is-now-in-public-preview/
- https://channel9.msdn.com/Series/Azure-Active-Directory-Videos-Demos/Getting-started-with-the-new-Azure-Active-Directory-management-experience
