I have this keycloak setup with multi tenancy using organization feature enabled. I have added the organization attribute to add to the token generation, it works well.
I have created users mapped to at least one organization. When I disable any of the organization, users from the disabled organization should be restricted. They should not be generated with oauth token but in my case it’s generated, without the organization claim in the token
How can i fix this ?