Skip to content

Instantly share code, notes, and snippets.

@thdotnet
Last active October 29, 2016 10:48
Show Gist options
  • Save thdotnet/0a94e688dd3e6a14b4d75edd54474c55 to your computer and use it in GitHub Desktop.
Save thdotnet/0a94e688dd3e6a14b4d75edd54474c55 to your computer and use it in GitHub Desktop.
Packages to Secure Web App with Azure AD
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