Install Outh2.0 Authentication Plugin with Kong

Hi,

We have installed open source Kong API Gateway on our environment.
There are other services which have to integrate with this gateway using OAuth2.0 authentication.
We came across OAuth 2.0 Authentication plugin | Kong Docs but our current Kong doesn’t have DB setup.
Would it be possible to install OAuth2 plugin with open source Kong API Gateway if it can be integrated with a database?

Thanks in advance.

Thanks,
Surabhi Singh

Would it be possible to install OAuth2 plugin with open source Kong API Gateway if it can be integrated with a database?

Yes.

Oauth2 plugin can only be used when you deploy kong with a database (postgres)

Thank you for the clarification. It helps.