I'm trying to figure out how to use Azure ACS on the iPhone, via Monotouch. It looks like it should be possible to simply point a UiWebView at the right address, let the user pick their IP, ad then sign in. After that the cookie should contain the required info.

Getting the NSHttpCookie and translating it to a System.Net.Cookie looks easy: How do I convert an NSHttpCookie to a System.Net.Cookie in MonoTouch?

However, I can't figure out the first part. I've tried pointing the UIWebView at all the Endpoints in the management console. None of them display the IPs.

Do I need to do something in the Relaying Party Applications? Perhaps create a new app? Does anyone know what the settings would be? It's easy for an Azure website, but I can't figure it out for a mobile app.

Has anyone done this? Any ideas? Thanks a Million, Chris

link|improve this question
Does it work from Mobile Safari? – Jason Feb 3 at 1:31
Well, I can now bring up the log in screen and go through the log in process, on mobile safari. However, I can't find the SWT. I'm not sure if it isn't being returned for some reason or if I'm looking in the wrong place (the cookies). – Winfield Moses Feb 3 at 2:11
However, I know it can work. I've seen apps do it. – Winfield Moses Feb 3 at 2:12
feedback

1 Answer

it sounds like you have most of the scenario working, but I think you're looking for the SWT in the wrong place. ACS doesn't write the SWT to the cookie, rather it returns the SWT by way of a WS-Federation Passive response, look for the wresult parameter in the response body.

Also, this might be of help to you:

http://www.wadewegner.com/2011/07/windows-azure-toolkit-for-ios-now-supports-the-access-control-service/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.