How to set OAuth2 without consumer

Hi , I ve assigned to use Oauth2 plugin for team’s project authentication layer.
with this layer backend server use kong as access token keeper.
Normally in official docs when we create Oauth2 access token says we need to assign consumer.

Is that possible if we just create , revoke , refresh Oauth2 access token without consumer ?
I ve tried searching for a while but seems no luck on google.

Thank you on advance.

No. A token is always associated with a specific consumer in Kong’s implementation.

1 Like