A library for integrating Azure Active Directory (Organization & B2C) into an ASP.Net MVC Project.
Info
Version: | 1.0.0 |
Author(s): | Erik Ralston & Miyuki Gimera |
Last Update: | Monday, January 9, 2017 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/Masticore.ActiveDirectory |
Install
Install-Package Masticore.ActiveDirectory
dotnet add package Masticore.ActiveDirectory
paket add Masticore.ActiveDirectory
Masticore.ActiveDirectory Download (Unzip the "nupkg" after downloading)
Dependencies
- Masticore(>= 2.0.0)
- Microsoft.AspNet.Mvc(>= 5.2.3)
- Microsoft.AspNet.Razor(>= 3.2.3)
- Microsoft.AspNet.WebPages(>= 3.2.3)
- Microsoft.IdentityModel.Protocol.Extensions(>= 1.0.2.206221351)
- Microsoft.Owin(>= 3.0.1)
- Microsoft.Owin.Host.SystemWeb(>= 3.0.1)
- Microsoft.Owin.Security(>= 3.0.1)
- Microsoft.Owin.Security.Cookies(>= 3.0.1)
- Microsoft.Owin.Security.OpenIdConnect(>= 3.0.1)
- Microsoft.Web.Infrastructure(>= 1.0.0)
- Owin(>= 1.0.0)
- System.IdentityModel.Tokens.Jwt(>= 4.0.2.206221351)