Browse Source

updated identityserver dataseeder for payment method

pull/48/head
Galip Tolga Erdem 4 years ago
parent
commit
1d2bb2dee8
  1. 5
      services/identity/src/EShopOnAbp.IdentityService.HttpApi.Host/DbMigrations/IdentityServerDataSeeder.cs

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

@ -217,8 +217,9 @@ namespace EShopOnAbp.IdentityService.DbMigrations
scopes: commonScopes.Union(new[]
{
"AdministrationService",
"CatalogService",
"BasketService"
"CatalogService", // Consider removing this service
"BasketService",
"PaymentService"
}),
grantTypes: new[] { "hybrid" },
secret: "1q2w3e*".Sha256(),

Loading…
Cancel
Save