Google OAuth Client Library for MS Graph authentication

151 Views Asked by At

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 ?

1

There are 1 best solutions below

0
On

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.