IdentityServer / IdentityServer4.Templates

dotnet new templates for IdentityServer4
Apache License 2.0
695 stars 229 forks source link

Update SeedData.cs #80

Closed shyamsundarb-arch closed 1 year ago

shyamsundarb-arch commented 4 years ago

What issue does this PR address? Small correction to the SeedData.cs file which if help if the consumer seeds multiple times.

Does this PR introduce a breaking change? No, this PR does not.

Please check if the PR fulfills these requirements

Other information: It should be context.ApiScopes instead of ApiResources.

brockallen commented 4 years ago

Thanks. I think we need a new section to add AdpiScopes in addition to ApiResources.

sguryev commented 3 years ago

Just faced the same issue.