Authentication using exchange.
        Posted  
        
            by user300435
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user300435
        
        
        
        Published on 2010-03-24T01:15:51Z
        Indexed on 
            2010/03/24
            1:23 UTC
        
        
        Read the original article
        Hit count: 457
        
Hello,
my client has an exchange server and offers free email accounts to his clients and partners. His clients need access to some web applications through login and password and need to be authenticated .
i thought about creating a custom asp.net membership provider that hits exchange instead of the regular aspnetdb store.
Is there a way to authenticate these users against exhange with their exchange provided email/username and password ?
thank you.
© Stack Overflow or respective owner