Angular, ASP.NET, AWS and Azure AD
To get the code, you can clone the repository using the following command:
git clone https://github.com/sravimohan/aaaa-stack.git
To set up Azure AD Apps, scopes, and roles, please refer to Azure AD setup instructions.
This sample is already set up with the Azure AD configuration and HTTP client interceptor. You will need to configure the Azure AD Client ID, Tenant ID, and your API URLs.
For detailed instructions, please refer to Angular Front-End instructions.
The back-end of this sample is built using ASP.NET Web API. It is configured to work with Azure AD for authentication and authorization.
For detailed instructions, please refer to ASP.NET Web API Back-End instructions.
Warning: This step will incur costs in AWS. Please ensure you delete the resources afterward if they are not required.
For detailed instructions, please refer to Build and Deploy