Re: Spring OAuth not retrieving scopes from UAA


Madhura Bhave
 

Ok, so the oauth-client that is registered with the UAA for this
application (app) only has the openid scope. If you want this client to be
able to request other scopes on behalf of the user you would need to add
them to the list of scopes on this client in the uaa.yml.

This is where you would add them:
https://gist.github.com/bryantp/2bfc4538f36f28ba285fda84c59b89f8#file-uaa-yml-L17

On Tue, Jun 28, 2016 at 9:13 AM, Bryan Perino <Bryan.Perino(a)gmail.com>
wrote:

It's a custom client that I wrote (Just a Spring Application). Here is the
YAML file that configures the client:

https://gist.github.com/bryantp/82111bbcbc0db8be701b389fd0f490e9

Join cf-dev@lists.cloudfoundry.org to automatically receive all group messages.