Ask Question

Conduct online research on web authentication and define what it is. Describe different authentication methods

+3
Answers (1)
  1. 4 May, 14:50
    0
    It is a standard norms of web designed and governed by "W3c" (World Wide Web consortium). The idea of this is to authenticate user using public-key cryptography. Simply it is a way to handle security system in web based mode.

    1. Cookie based authentication - This serves has the default method of authentication.

    2. Token based: If you need security access only for web application and not mobile, this is preferable

    3. Open ID

    4. Third party access

    5. SAML - If you want "single sign-on" go for this method of authentication

    OTP is also one of the method of authentication.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Conduct online research on web authentication and define what it is. Describe different authentication methods ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers