How to configure OIDC with mulitple ClientId & Secret?

In this case we deployed a keycloak and created multiple realms and each realm has one client confiugred, we need to configure the OIDC for kubernetes in order to ensure the request sent from different clients can be authenticated. But I didn’t figure out how to configure multiple clientId for apiserver…

Could someone take a look at this ? Thanks~~~