When using Spring security to secure an API with oauth is there any distinction between scopes and roles?
For example when using non oauth based role based authorization I might have a user named john with the role admin.
If I'm using oauth then it seems john would just have the scope admin instead.
Am I thinking about this the right way?