tamwayne / gtm-oauth2

Automatically exported from code.google.com/p/gtm-oauth2
0 stars 0 forks source link

GTMOAuth2ViewControllerTouch does not support endpoints using HTTP basic authentication #19

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Initialize GTMOAuth2ViewControllerTouch with an instance of 
GTMOAuth2Authentication configured with a custom provider
2. Push the view controller instance on the navigation stack and wait for the 
login page to load 
3.

What is the expected output? What do you see instead?

An empty page is loaded if the login page is relying on basic HTTP 
authentication (example is an ADFS server). This is due to the fact that the 
UIWebView does not handle authentication and GTMOAuth2ViewControllerTouch does 
not mitigate this. Hence the support is not there. If the authentication 
endpoint URL is opened in Safari, a popup asking for credentials is shown.

What version of the product are you using? On what operating system?
Revision 117, iOS 5.1, iOS 6.1 OS X 10.8.5. Xcode 4.X.

Please provide any additional information below.

Original issue reported on code.google.com by xand...@gmail.com on 21 Sep 2013 at 9:32