Xamarin : Authenticating Android application using Windows Authentication -


i have wcf service hosted asp.net web application user authenticated using windows authentication. trying write android application consume wcf service.

any idea how application windows-authenticated able start consuming service?

you won't able use windows integrated authentication (it's proprietary), could use either basic auth (transport-layer encryption/ssl highly recommended) or oauth combined owin.


Comments

Popular posts from this blog

Prolog - Listing -

orchardcms - change base url in local copy in Orchard CMS -

python - More Issues with overlapping labels in Tkinter -