IdentityServer4.Templates
IdentityServer4.Templates copied to clipboard
Update SeedData.cs
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
- [Yes] The commit follows our guidelines
- [NA] Unit Tests for the changes have been added (for bug fixes / features)
Other information: It should be context.ApiScopes instead of ApiResources.
Thanks. I think we need a new section to add AdpiScopes in addition to ApiResources.
Just faced the same issue.