1

So I've been working on Google OAuth Client Library to integrate MS teams. I suppose that Google OAuth client library can be used for any OAuth Services on the web.

But is there any documentation / code flow explaining how this library can be used for this integration ?

Foo
  • 31
  • 2
  • Check this [out](https://learn.microsoft.com/en-us/samples/officedev/microsoft-teams-sample-auth-node/microsoft-teams-auth/) and see if the options for Google oAuth works for you or not. – Dev Apr 30 '21 at 12:36
  • @Foo Please let us know does the above help clarify? – Mamatha-MSFT May 03 '21 at 11:21

1 Answers1

0

Posting the Answer for better knowledge

Copying from @Dev comments

Obtain OAuth2 client credentials from the Google API Console. Enable access to the Google People API.

Follow the remaining steps provided in the documentation.

Mamatha-MSFT
  • 577
  • 3
  • 4