Last active
October 29, 2016 10:48
-
-
Save thdotnet/0a94e688dd3e6a14b4d75edd54474c55 to your computer and use it in GitHub Desktop.
Packages to Secure Web App with Azure AD
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Install-Package Microsoft.IdentityModel.Protocol.Extensions | |
Install-Package System.IdentityModel.Tokens.Jwt | |
Install-Package Microsoft.Owin.Security.OpenIdConnect | |
Install-Package Microsoft.Owin.Security.Cookies | |
Install-Package Microsoft.Owin.Host.SystemWeb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment