~online-accounts/account-plugins/rtm-14.09

« back to all changes in this revision

Viewing changes to data/providers/windows-live.provider.in.in

  • Committer: Tarmac
  • Author(s): Alberto Mardegan
  • Date: 2013-11-17 16:51:31 UTC
  • mfrom: (128.1.1 lp1245381)
  • Revision ID: tarmac-20131117165131-mr8gg1z2bwnn5k5c
Live: add IMAP access to scopes list

This will be used by EDS.
. Fixes: https://bugs.launchpad.net/bugs/1245381.

Approved by PS Jenkins bot, Ken VanDine.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
          <setting name="TokenPath">/oauth20_token.srf</setting>
18
18
          <setting name="RedirectUri">https://login.live.com/oauth20_desktop.srf</setting>
19
19
          <setting name="ResponseType">code</setting>
20
 
          <setting name="Scope" type="as">['wl.messenger','wl.offline_access','wl.emails']</setting>
 
20
          <setting name="Scope" type="as">['wl.messenger','wl.offline_access','wl.emails', 'wl.imap']</setting>
21
21
          <setting name="ClientId">@WINDOWS_LIVE_CLIENT_ID@</setting>
22
22
        </group>
23
23
      </group>