We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bf744d commit 99798a8Copy full SHA for 99798a8
aspnet-core/src/AbpCompanyName.AbpProjectName.Core/Identity/IdentityRegistrar.cs
@@ -13,11 +13,7 @@ public static void Register(IServiceCollection services)
13
{
14
services.AddLogging();
15
16
- services.AddAbpIdentity<Tenant, User, Role>(options =>
17
- {
18
- options.Cookies.ApplicationCookie.AuthenticationScheme = "AbpZeroTemplateAuthSchema";
19
- options.Cookies.ApplicationCookie.CookieName = "AbpZeroTemplateAuth";
20
- })
+ services.AddAbpIdentity<Tenant, User, Role>()
21
.AddAbpTenantManager<TenantManager>()
22
.AddAbpUserManager<UserManager>()
23
.AddAbpRoleManager<RoleManager>()
0 commit comments