We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 939255b commit 73920d9Copy full SHA for 73920d9
1 file changed
2-Authorization/2-call-api-angular/README.md
@@ -12,14 +12,20 @@ products:
12
- msal-js
13
- msal-angular
14
- microsoft-identity-web
15
-urlFragment: ms-identity-ciam-javascript-tutorial
+urlFragment: ms-identity-ciam-javascript-tutorial-2-call-api-angular
16
extensions:
17
-- services: ms-identity
18
-- platform: JavaScript
19
-- endpoint: AAD v2.0
20
-- level: 200
21
-- client: Angular SPA
22
-- service: ASP.NET Core web API
+ services:
+ - ms-identity
+ platform:
+ - JavaScript
+ endpoint:
+ - AAD v2.0
23
+ level:
24
+ - 200
25
+ client:
26
+ - Angular SPA
27
+ service:
28
+ - ASP.NET Core web API
29
---
30
31
# Angular single-page application using MSAL Angular to authenticate users with Azure AD CIAM and call a protected ASP.NET Core web API
0 commit comments