Added for configuration to use only Identity
This commit is contained in:
parent
390bf8f024
commit
28d49310bf
|
|
@ -50,7 +50,7 @@ namespace MusicStore
|
|||
}
|
||||
|
||||
// Add Identity services to the services container
|
||||
services.AddDefaultIdentity<MusicStoreContext, ApplicationUser, IdentityRole>(Configuration);
|
||||
services.AddDefaultIdentity<MusicStoreContext, ApplicationUser, IdentityRole>(Configuration.GetSubKey("Identity"));
|
||||
|
||||
services.ConfigureFacebookAuthentication(options =>
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue