I have a web site authenticating against Windows Azure Active Directory. It authenticates very quickly on desktop web browsers, but excruciatingly slowly on mobile devices (iOS, Android). Can anyone offer a possible explanation of why this is--and can anything be done about it? It takes minutes to authenticate on these devices which isn't a very good experience for users.
Asked
Active
Viewed 1,024 times
1
-
are you using OAuth for the mobile device authentication or just the web browser(normal web app) ? – astaykov Jul 11 '13 at 04:44
-
To build on @astaykov's question, if you're using OAuth, what is the OAuth client and which profile are you using? Are you using WIF or other libraries? If so, which ones? The more details you can provide, the easier it will be for us to figure out what's going on. – Oren Melzer Jul 11 '13 at 17:11
-
I'm just accessing via a web browser. – David Pallmann Jul 11 '13 at 21:45
-
I'm using WIF - plan vanilla use of WIF to get at WAAD. No complicating factors in my approach. – David Pallmann Jul 11 '13 at 21:46
1 Answers
0
David,
Is it correct that your site is using wsfed and redirects to AAD where the client enters creds?
Do you notice where the slowdown occurs, is it before the user enters cred (if they do) or after?
Brent.

Brent Schmaltz
- 1,151
- 6
- 7
-
I cant' quite tell where the delay is - I only had to enter credentials the first time, after that WIF already has them via a cookie. – David Pallmann Jul 12 '13 at 13:57
-
David are you using cookie or reference mode? If you ware using cookie mode, try ref mode and let me know if you see a difference. – Brent Schmaltz Jul 12 '13 at 14:05
-
About the delay, was it quick to prompt for credentials the first time? Was the delay after entering the credentials? – Brent Schmaltz Jul 12 '13 at 17:29