I am really new to this authentication stuff. So from what I understand, Keycloak is used for authentication and authorization, and to use it you need what is called an adapter. After googling and reading their documentation (https://www.keycloak.org/docs/latest/securing_apps/index.html), I understand that Keycloak Gatekeeper is a generic adapter.
So my questions are:
- Do Keycloak Gatekeeper only used when developing with languages which adapters are not provided by Keycloak?
- If I am about to make an app with Node.js, is it better for me to use the provided Node.js adapter rather than Keycloak Gatekeeper.