'Resource Scopes not showing on Consent Page
I posed this question earlier mentioning my difficulty in reaching my resource server. It just occurred to me that my consent page does not show the "Application Access" portion. It shows only the " Personal Information" portion. When I check the scopes table I see all the scopes available in there but some how the resource scopes are not showing on the consent page
I am inclined to believe that this is most likely the cause of my woes.
I am using the following for my development VS 2015 update 3 IdentityServer 4 rc 2 Angular2
My resource server and authentication server are in separate projects
and I am also following this tutorial and this sample codes

How do I get the "Application Access" Portion to show up?
Solution 1:[1]
I believe consent pages are only for identity scopes not resource scopes. They are there to ask the user to confirm consent to weather or not the application can have access to portions of the users identity as defined by the identity scopes. Resource scopes are application level and are granted or not based on weather or not the application (client) is configured to be allowed access to that resource scope.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Lutando |
