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
Post a Comment