We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi Tobias!
I'd like to use a service account with this bundle in order to achieve a server-to-server situation. https://developers.google.com/identity/protocols/OAuth2ServiceAccount
Right now it is achievable with a little trick. Use the bundle with a dummy config and then manipulate the GoogleClient.
$googleClient = $this->happyrGoogleClient->getGoogleClient(); $googleClient->setAuthConfigFile($pathToAuthConfigFile);
And everything works good. But I have all the required bundle config unused.
Maybe two new parameters (type and service_auth_config_file) and remove all requireness in other config fields?
type
service_auth_config_file
What do you think?
The text was updated successfully, but these errors were encountered:
see #18
Sorry, something went wrong.
No branches or pull requests
Hi Tobias!
I'd like to use a service account with this bundle in order to achieve a server-to-server situation.
https://developers.google.com/identity/protocols/OAuth2ServiceAccount
Right now it is achievable with a little trick. Use the bundle with a dummy config and then manipulate the GoogleClient.
And everything works good. But I have all the required bundle config unused.
Maybe two new parameters (
type
andservice_auth_config_file
) and remove all requireness in other config fields?What do you think?
The text was updated successfully, but these errors were encountered: