scipio
scipio

Reputation: 45

Is 3rd party Oauth2 Provider in Google DataStudio with custom connectors supported?

I have an API that a user can query for data after that user authenticates against an OAuth2 provider that I maintain (i.e. not Google). Is it possible to expose data through this API to Google's Data Studio using a Community Connector? If yes, is it possible to use the setup outlined here https://github.com/gsuitedevs/apps-script-oauth2#setup against a non-Google OAuth2 provider? Thank you for your help!

Upvotes: 0

Views: 317

Answers (1)

Rubén C.
Rubén C.

Reputation: 1098

I have not found any requisite to expose data through an API. So I expect that it is possible, but take into account the specific configuration requested when implementing it.

The setup outlined there is not official so you will need to test it unless someone has done it already or has enough time for it. The post is really detailed and has work behind, so I would give it a chance!

Upvotes: 1

Related Questions