└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Angular single-page application (SPA) calling a protected web API and using App Roles and Security Groups 2 | 3 | There's a newer version of this sample taking advantage of Angular 11 and MSAL Angular v2. 4 | 5 | Check it out: 6 | 7 | - [Angular single-page application calling .NET Core web API using App Roles](https://github.com/Azure-Samples/ms-identity-javascript-angular-tutorial/blob/main/5-AccessControl/1-call-api-roles/README.md) 8 | - [Angular single-page application calling .NET Core web API using Security Groups](https://github.com/Azure-Samples/ms-identity-javascript-angular-tutorial/blob/main/5-AccessControl/2-call-api-groups/README.md) 9 | 10 | If you really need to access this sample, you can navigate to the [master branch](https://github.com/Azure-Samples/ms-identity-javascript-angular-spa-dotnetcore-webapi-roles-groups/tree/master), but please know that it's no longer maintained. 11 | --------------------------------------------------------------------------------