Skip to content

oauth2: add support for the google service account json file #71

@macMikey

Description

@macMikey

when using oauth2 with a google service account, it would be simpler, if the dev could supply their google service account json file.
said file includes the following properties:

	  "type":
	  "project_id":
	  "private_key_id":
	  "private_key":
	  "client_email":
	  "client_id":
	  "auth_uri":
	  "token_uri":
	  "auth_provider_x509_cert_url":
	  "client_x509_cert_url":

this does not include every field that is required to request a jwt. for example, what you are calling the tenant (google calls it the sub), the scopes, and key would also be required to support a google service account.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions