~ci-train-bot/account-plugins/account-plugins-ubuntu-yakkety-1992

« back to all changes in this revision

Viewing changes to data/providers/google.provider.in.in

  • Committer: Tarmac
  • Author(s): Alberto Mardegan
  • Date: 2013-03-19 12:49:38 UTC
  • mfrom: (89.3.6 default-plugin)
  • Revision ID: tarmac-20130319124938-gy40k613v7lkfx50
Add a generic OAuth plugin

Remove most of the binary plugins.

Approved by David King, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
               order to return a refresh token -->
21
21
          <setting name="ResponseType">code&amp;access_type=offline</setting>
22
22
          <setting name="Scope" type="as">['https://docs.google.com/feeds/','https://www.googleapis.com/auth/googletalk','https://www.googleapis.com/auth/userinfo.email','https://www.googleapis.com/auth/userinfo.profile','https://picasaweb.google.com/data/']</setting>
 
23
          <setting name="ClientId">@GOOGLE_CLIENT_ID@</setting>
 
24
          <setting name="ClientSecret">@GOOGLE_CLIENT_SECRET@</setting>
23
25
          <setting name="AllowedSchemes" type="as">['https','http']</setting>
24
26
        </group>
25
27
      </group>