Hello.
I am trying to build a 3'rd party app that provides Login services to a variety of Identity Providers, including typical Social Id Providers like Google, Facebook, etc...
My Customers would typically be ecommerce shop owners, so they are not so technically savvy.
Say the shop is "BigPuppy.com". A user of their website tries to register for an account. They pick "Sign-in with Google". Then they get a popup to give consent to "BigPuppy.com" to provide the user's profile info.
The consent screen title is something like...
"Sign into <app> with Google."
The store owner should submit for brand verification so that consent app name is branded...
(example: "Sign into Big Puppy with Google.")
https://developers.google.com/identity/protocols/oauth2/production-readiness/brand-verificationSince the shop owner is often a tech novice, i would like to automate this work as much as possible.
Ideally there would be an API that would allow me to automate the Consent setup and Brand Verification on behalf of the shop owner?
The next best alternative might be the ability of the shop owner to set me up as a User that would have access to (manually) do the consent setup.
Does such an API exist? Or can a user be setup with enough restricted access to accomplish the consent setup?
Thank you.