Hi all,
My website requires the co-existence of Windows authentication and STS passive authentication, that is, when users use command line tool, Windows/NTLM authentication kicks in, while STS passive authentication gets involved when users use browsers - is this even possible? The further authorization process would be the same - we have a centralized authorization module to handle incoming requests and WCF contracts would be shared.
I've added WIF module into Web.config but looks like it takes over every single HTTP request and my command line tool cannot reach its original service.
Any feedbacks would be greatly appreciated.