spring-cloud / spring-cloud-common-security-config

A common security infrastructure used by Spring Cloud Data Flow and the projects in its ecosystem
19 stars 32 forks source link

Validate scope of the OAuth token #33

Closed ghillert closed 5 years ago

ghillert commented 5 years ago

When retrieving an OAuth Token from the OAuth server and then use that token against the Spring Cloud Data Flow Server it seems that the scopes are not re-populated.

See also https://github.com/spring-projects/spring-boot/issues/5096