Browse Source

Update IdentityServerDataSeeder.cs

pull/732/head
Yunus Emre Kalkan 7 years ago
parent
commit
48a8310273
  1. 7
      templates/service/host/IdentityServerHost/IdentityServerDataSeeder.cs

7
templates/service/host/IdentityServerHost/IdentityServerDataSeeder.cs

@ -79,11 +79,8 @@ namespace IdentityServerHost
client.AddScope("roles");
client.AddScope("unique_name");
client.AddGrantTypes(new List<string>
{
"client_credentials",
"password"
});
client.AddGrantType("client_credentials");
client.AddGrantType("password");
client.AddSecret("K7gNU3sdo+OL0wNhqoVWhr3g6s1xYv72ol/pe/Unols=");

Loading…
Cancel
Save