I'm using nodebb-plugin-sso-oauth,there is a issue,I must pass a scope parameter in the request url to
oauth server,but I don't know where I shoud set this para "scope".
@xiaoxin If the OAuth endpoint doesn't require anything, you can omit it, or pass in an empty string. Otherwise you will have to check the documentation to see what needs to be passed in.