Using Open ID with Google APIs Client Library for JavaScript

150 Views Asked by At

We are using Google APIs Client Library for JavaScript to work with Google Drive. Going regular OAUTH2 way, shows user an authorization dialog (only for the first time, but that is enough) and promtpt for access to google drive. The Google Marketplace checklist requires that the application used OpenId realm for seamless Singel Sign On, to make application whitelisted and not to promtp user for access explicitly, but leave the access management to domain administrator.

So my question is how to make work together Open ID and Google APIs Client Library for JavaScript, when all documentation for the latter library discribes only work with OAUTH2?

0

There are 0 best solutions below