Skip to content

Authentication issue with MSIE 8 and scopeS #42

@wonderfly

Description

@wonderfly

From 0xED....@gmail.com on July 24, 2012 12:14:36

What steps will reproduce the problem?

  1. use the [authSample script] https://code.google.com/p/google-api-javascript-client/source/browse/samples/authSample.html ;
  2. set multiple scopes instead of ' https://www.googleapis.com/auth/plus.me'; for example:
    var scopes = [
    ' https://www.googleapis.com/auth/drive.file' ,
    ' https://www.googleapis.com/auth/userinfo.email' ,
    ' https://www.googleapis.com/auth/userinfo.profile' ];
  3. Save, Run and Click the "Authorize" button.

What is the expected output?

  1. An optional sign in
  2. A pop-up window describing the requested authorizations

What do you see instead?

  1. A blank pop-up window
  2. Displaying the source shows a html What version of the product are you using? On what operating system? Drive v2, oAuth v2, MSIE 8 / Windows 7 Please provide any additional information below. 1. To be honest, this works fine with Chrome and Firefox.
  3. -key (MSIE Developer Tools) didn't help me

Original issue: http://code.google.com/p/google-api-javascript-client/issues/detail?id=42

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions