
DevOpsD.46339 (Customer) asked a question.
in order to enable the google login in the widget, all i have to do in the client is pass the following to the config:
```
idps: [{ type: 'GOOGLE', id: googleIDPId }],
```
This will show the default white button and clicking it will redirect to a hosted page. also, if you have previously logged in with google, it will auto select the logged in user and you cant login with another google email(if you want).
i want to:
have a different style to the button with :
```
theme: 'filled_blue',
size: 'large',
text: 'signup_with',
logo_alignment: 'left',
shape: 'pill',
```
and to have explicit consent to select the logged in user
`prompt: 'consent',`
and if possible to open the google popup instead of redirecting to another page.
I cant figure out how to pass the above configuration to the okta widget. not in client side and not in okta admin dashboard.
Help will be appreciated !

Hello @DevOpsD.46339 (Customer) Thank you for reacting out to our Community!
Please see below our documentation on how to Style the Sign in Page:
https://developer.okta.com/docs/guides/custom-widget/main/#style-for-embedded-authentication
https://help.okta.com/en-us/Content/Topics/Settings/custom-okta-hosted-sign-in-page.htm
Additionally if you need further assistance we recommend to leverage the Okta Developer forums for this type of questions and take advantage of their expertise.
https://devforum.okta.com/
Community members help others by clicking Like or Select as Best on responses. Try it today.
Okta Identity Engine (OIE) Ask Me Anything: Get answers from product experts by clicking here.
Hey Paul. The links are related to styling the widget. im talking specifically about configuring the google IDP in okta widget. could you help ?