diff --git a/docfx_project/articles/intro.md b/docfx_project/articles/intro.md index c0478cede..f655a1daa 100644 --- a/docfx_project/articles/intro.md +++ b/docfx_project/articles/intro.md @@ -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 diff --git a/docfx_project/index.md b/docfx_project/index.md index 3ae250636..f655a1daa 100644 --- a/docfx_project/index.md +++ b/docfx_project/index.md @@ -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