diff --git a/Data/SeedData.cs b/Data/SeedData.cs index e45e855..38274fa 100644 --- a/Data/SeedData.cs +++ b/Data/SeedData.cs @@ -136,7 +136,7 @@ public static class SeedData "http://localhost:5777/", "https://console.fengling.local/" }, - Scopes = new[] { "api", "offline_access", "openid", "profile", "email", "roles" }, + Scopes = new[] { "api", "offline_access", "openid", "profile", "email" }, GrantTypes = new[] { "authorization_code", "refresh_token" }, ClientType = "public", ConsentType = "implicit", diff --git a/appsettings.Development.json b/appsettings.Development.json index d8e97e5..c721c91 100644 --- a/appsettings.Development.json +++ b/appsettings.Development.json @@ -1,6 +1,6 @@ { "ConnectionStrings": { - "DefaultConnection": "DataSource=Fengling.Auth.Development" + "DefaultConnection": "DataSource=:memory:" }, "Logging": { "LogLevel": {