Difference between Claims vs OAuth
        Posted  
        
            by Venki
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Venki
        
        
        
        Published on 2010-05-17T08:40:26Z
        Indexed on 
            2010/05/17
            11:50 UTC
        
        
        Read the original article
        Hit count: 1316
        
oauth
|claims-based-identity
What is the difference between Claims based authentication vs What is provided by OAuth.
I am looking for conceptual difference and not technical difference. When do I choose Claims over OAuth and vice versa.
Claims based authentication is proposed by Microsoft and build on top of WS-Security. But OAuth is more a open source protocol that is being proposed to allow fetching resources from different portals based on a security token.
Claims also has this concept of token (SAML encoded or X509 certificates).
I am trying to understand when do I choose Claims over OAuth and vice versa.
Thanks
© Stack Overflow or respective owner