Skip to content

Commit

Permalink
Articles (#2063)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmprieur authored Feb 6, 2023
1 parent e535252 commit 51ef441
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
10 changes: 9 additions & 1 deletion docfx_project/articles/intro.md
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
# Add your introductions here!
# Microsoft.Identity.Web

[Microsoft Identity Web](https://www.nuget.org/packages/Microsoft.Identity.Web) is a library which contains a set of reusable classes that you can use to integrate authentication and authorization with the [Microsoft identity platform](https://docs.microsoft.com/azure/active-directory/develop/) to services written in .NET: on top of ASP.NET Core, ASP.NET OWIN, or just plain .NET framework or .NET Core.

This library is for specific usage with:

- [Web applications](https://github.com/AzureAD/microsoft-identity-web/wiki/web-apps), which sign in users and, optionally, call web APIs
- [Protected web APIs](https://github.com/AzureAD/microsoft-identity-web/wiki/web-apis), which optionally call protected downstream web APIs
- [Daemon applications](https://github.com/AzureAD/microsoft-identity-web/wiki/daemon-apps) calling protected downstream web APIs
13 changes: 9 additions & 4 deletions docfx_project/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# This is the **HOMEPAGE**.
Refer to [Markdown](http://daringfireball.net/projects/markdown/) for how to write markdown files.
## Quick Start Notes:
1. Add images to the *images* folder if the file is referencing an image.
# Microsoft.Identity.Web

[Microsoft Identity Web](https://www.nuget.org/packages/Microsoft.Identity.Web) is a library which contains a set of reusable classes that you can use to integrate authentication and authorization with the [Microsoft identity platform](https://docs.microsoft.com/azure/active-directory/develop/) to services written in .NET: on top of ASP.NET Core, ASP.NET OWIN, or just plain .NET framework or .NET Core.

This library is for specific usage with:

- [Web applications](https://github.com/AzureAD/microsoft-identity-web/wiki/web-apps), which sign in users and, optionally, call web APIs
- [Protected web APIs](https://github.com/AzureAD/microsoft-identity-web/wiki/web-apis), which optionally call protected downstream web APIs
- [Daemon applications](https://github.com/AzureAD/microsoft-identity-web/wiki/daemon-apps) calling protected downstream web APIs

0 comments on commit 51ef441

Please sign in to comment.