Old Scope configuration example
psmorandi opened this issue · 2 comments
psmorandi commented
Describe the bug
Api resource configuration documentation is using an old version of IdentityServer4 as example. Now scopes are just a list of strings. I guess this the new ApiScopes configuration required:
new ApiScope("jp_api.is4", "OAuth2 Server")
To Reproduce
Steps to reproduce the behavior:
- Go to 'README.md'
- Scroll down to 'Light Install' at 'Api resource configuration'
- See old configuration specification
brunobritodev commented
Hi, thanks!
I'll change asap
stale commented
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.