Open
Description
Hi,
In our application we need to produce different tokens for same client id but different scopes (PKCE flow).
I tried to create 2 different instances of OAuthService when both sharing same configuration but each have different scopes. The token that returned is same token. Is that achievable somehow?
Thanks