Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a947d39

Browse files
authoredSep 21, 2020
Add links to more samples calling a web API. (#163)
1 parent 32f877d commit a947d39

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,12 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope
6868

6969
## Other samples and documentation
7070

71+
See also other samples where a client app calls your own web API:
72+
- [Sample: ASP.NET Core web app calling your own web API](https://github.com/Azure-Samples/active-directory-aspnetcore-webapp-openidconnect-v2/tree/master/4-WebApp-your-API)
73+
- [Sample: .NET Core Daemon application calling your own web API](https://github.com/Azure-Samples/active-directory-dotnetcore-daemon-v2/tree/master/2-Call-OwnApi)
74+
- [Sample: Angular application calling your own web API](https://github.com/Azure-Samples/ms-identity-javascript-angular-spa-aspnetcore-webapi)
75+
76+
Then for other samples and docs:
7177
- Other samples for Microsoft identity platform are available from [https://aka.ms/aaddevsamplesv2](https://aka.ms/aaddevsamplesv2).
7278
- The conceptual documentation for MSAL.NET is available from [https://aka.ms/msalnet](https://aka.ms/msalnet).
7379
- The documentation for identity platform is available from [https://aka.ms/aadv2](https://aka.ms/aadv2).

0 commit comments

Comments
 (0)
Please sign in to comment.