Skip to content

Commit 1887bdb

Browse files
Update README.md
1 parent b1e7b18 commit 1887bdb

1 file changed

Lines changed: 14 additions & 8 deletions

File tree

2-Authorization/4-call-api-express/README.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,20 @@ products:
1010
- aspnet-core
1111
- msal-node
1212
- microsoft-identity-web
13-
urlFragment: ms-identity-ciam-javascript-tutorial
13+
urlFragment: ms-identity-ciam-javascript-tutorial-4-call-api-express
1414
extensions:
15-
- services: ms-identity
16-
- platform: JavaScript
17-
- endpoint: AAD v2.0
18-
- level: 200
19-
- client: Node.js & Express web app
20-
- service: ASP.NET Core web API
15+
services:
16+
- ms-identity
17+
platform:
18+
- JavaScript
19+
endpoint:
20+
- AAD v2.0
21+
level:
22+
- 200
23+
client:
24+
- Node.js & Express web app
25+
service:
26+
- ASP.NET Core web API
2127
---
2228

2329
# A Node.js & Express web app authenticating users against Azure AD CIAM and calling a protected ASP.NET Core web API
@@ -447,4 +453,4 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope
447453
* [Validating Access Tokens](https://docs.microsoft.com/azure/active-directory/develop/access-tokens#validating-tokens)
448454
* [User and application tokens](https://docs.microsoft.com/azure/active-directory/develop/access-tokens#user-and-application-tokens)
449455
* [Validation differences by supported account types](https://docs.microsoft.com/azure/active-directory/develop/supported-accounts-validation)
450-
* [How to manually validate a JWT access token using the Microsoft identity platform](https://github.com/Azure-Samples/active-directory-dotnet-webapi-manual-jwt-validation/blob/master/README.md)
456+
* [How to manually validate a JWT access token using the Microsoft identity platform](https://github.com/Azure-Samples/active-directory-dotnet-webapi-manual-jwt-validation/blob/master/README.md)

0 commit comments

Comments
 (0)