Multi-tenant (realm based) REST Web API authentication
We’re building a multi-tenant setup with a C# Web API and KeyCloak for auth and APISIX as application gateway. APISIX handles the authentication and passes an X-Access-Token
to our API when authentication was successful.