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