Hi there! I am trying to set up Oauth using the REST API. I might need multiple scopes for the application that I am thinking of. According to the documentation I have to pass a comma-separated list of scopes. Due to some limitations of the SDK that I am working with I can only pass a space-separated list of scopes. But according to the RFC 6749 framework, the scopes list has to be space-separated and I am wondering if you could support that in any way.
This has been a blocker for me and I want to avoid changing the SDK because they are following the clearly established standard.