brunobritodev/JPProject.IdentityServer4.AdminUI

Old Scope configuration example

psmorandi opened this issue · 2 comments

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:

  1. Go to 'README.md'
  2. Scroll down to 'Light Install' at 'Api resource configuration'
  3. See old configuration specification

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.