Hi @nik.baleca
Yes i created a custom social connection with intuit oauth, named quickbooks-online
.
The exact issue is I am not able to customize the social login button to Intuits specifications. I need to be able to do one of two things:
-
Completely replace the social button on the login page with Intuit’s svg. I can include it in my post for some reason but you can go to Intuit Developer > Publish and List > List your app on our marketplace > App name, logo, and advertising restrictions to see the required SVGs for the
Sign in with Intuit
login buttons. -
Customize the
theme.authButtons
object in such a way that where I can modify the font and disable theicon
property in the button completely. Currently if I seticon
to null inauthButtons
it defaults to the Auth0 logo, which wont pass Intuit’s technical review.
If 2. is the recommended approach, I will also need to style the button with margins, padding, etc so that it matches their branding guidelines.
If the above is not possible I will have to create my own login page, which is fine, but using Auth0’s Universal Login is much easier