The idea is to use Keycloak’s multitenancy feature, where each client would be authenticated based on a specific organization. However, I haven’t found a clear example of how to implement this using the /protocol/openid-connect/token
for authentication. The desired implementation would allow different organizations (or clients) to have isolated and customized authentication, but I still need to figure out how to integrate this specific scenario with Keycloak.