H.WCF-Security

  1. WCF Security Modes

    1. Message Level Security

    2. Transport Level Security

    3. Transport with Message Credential

    4. Security Modes and WCF Routers : Router can cause significant problem while implementing security, checkout here for more details. http://www.codeproject.com/Articles/458473/Custom-Authentication-and-Security-for-Routing-Ser

    5. Authentication Types

      1. None

      2. Basic (User Name /PW)

      3. NTLM

      4. Windows

      5. Certificate

      6. WS-Trust (Federated)

    6. Authorization Types

      1. Role Based

      2. Identity (Claim) Based

      3. Resource Based (Windows ACL)

    1. Federation and Delegation