Create identity provider specific to clients inside single realm

Create identity provider specific to clients inside single realm.

Hi,
I have created one realm with multiple clients.
client1
client2
client3

I want to configure identity providers such as google, Microsoft specific to each client inside Keycloak.
client1- Microsoft identity provider
client1- google identity provider
client2- Microsoft identity provider
client2- linkedin identity provider

Is there any way to configure separate identity providers for separate clients inside same realm?

Thanks.