Skip to content

Instantly share code, notes, and snippets.

@andrewconnell
Created December 17, 2014 15:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrewconnell/011e95ce3f39435c99e2 to your computer and use it in GitHub Desktop.
Save andrewconnell/011e95ce3f39435c99e2 to your computer and use it in GitHub Desktop.
Azure AD & ASP.NET MVC - Walk-Through Implementing ADAL & OWIN - TokenCacheInitializer.cs
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace SampleMvcAzAuth.Data {
public class TokenCacheInitializer : System.Data.Entity.DropCreateDatabaseIfModelChanges<TokenCacheDataContext>
{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment