I have a client configured on keycloak and I want to use the indentity providers configured on keycloak my react application without having to use the keycloak adapter. I just want to know how I can get the information related to the provider.
For example if I have configured a google provider in the keycloak server I want to be able to get all the data from this provider so I can use it in my login page