Skip to content
This repository has been archived by the owner on Jan 18, 2022. It is now read-only.

redirectURI is loaded but the control is not returned to app #10

Closed
GoogleCodeExporter opened this issue Aug 11, 2015 · 3 comments
Closed

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Update example app to use another service provider
2. Provide client ID/secret key
3. Press Sign-In

What is the expected output? What do you see instead?
I expected my app to regain the control after web page authorization finishes. 
If I separately check my service provider then it says my app has been granted 
access. In my if I manually pop the web view, 
viewController:finishedWithAuth:error reports authentication failure.

What version of the product are you using? On what operating system?
trunk. iOS 5.

Please provide any additional information below.


Original issue reported on code.google.com by devang.p...@gmail.com on 24 Aug 2012 at 6:04

@GoogleCodeExporter
Copy link
Author

Set a breakpoint at GTMOAuth2SignIn's requestRedirectedToRequest: method to see 
what is going on. That is where the determination is made that sign-in should 
be complete.

Original comment by g...@coldnose.net on 24 Aug 2012 at 7:31

@GoogleCodeExporter
Copy link
Author

Thanks for the hint. The redirectURI did match case sensitivly. Now it works.

Original comment by devang.p...@gmail.com on 24 Aug 2012 at 4:13

@GoogleCodeExporter
Copy link
Author

Original comment by grobb...@google.com on 28 Aug 2012 at 6:18

  • Changed state: Invalid

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant