Enis Necipoglu 5 years ago
parent
commit
1671fcc410
  1. 3
      services/identity/src/EShopOnAbp.IdentityService.HttpApi.Host/DbMigrations/IdentityServerDataSeeder.cs

3
services/identity/src/EShopOnAbp.IdentityService.HttpApi.Host/DbMigrations/IdentityServerDataSeeder.cs

@ -263,7 +263,8 @@ public class IdentityServerDataSeeder : IDataSeedContributor, ITransientDependen
"AccountService",
"IdentityService",
"AdministrationService",
"CatalogService"
"CatalogService",
"OrderingService"
}),
grantTypes: new[] {"authorization_code", "LinkLogin", "password"},
secret: "1q2w3e*".Sha256(),

Loading…
Cancel
Save