Secure Golang REST APIs using keycloak

I am developing a REST API server in Golang and want to secure all APIs using keycloak. Can somebody suggest how can I implement single-sign on on golang API server.

Maybe this project could be useful: https://github.com/gambol99/keycloak-proxy

1 Like

That worked for me… thanks a lot…

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.