Authorizing multi-language microservices with oauth2-proxy

2 · Red Hat · May 20, 2021, 8:24 a.m.
In an article published in August 2020, Authorizing multi-language microservices with Louketo Proxy, I explained how to use Louketo Proxy to provide authentication and authorization to your microservices. Since then, the Louketo Proxy project has reached its end of life, with developers recommending the oauth2-proxy project as an alternative. In this article, I will outline how to secure a microservice with Keycloak and oauth2-proxy. Using Keycloak The following sections describe how to set up K...