Multiple choice technology testing

Select different modes of authentication to web application (select more than one)

  1. Windows authentication

  2. SQL authentication

  3. Form based authentication

  4. Basic authentication

  5. Passport authentication

  6. All of the above

Reveal answer Fill a bubble to check yourself
A,C,D,E Correct answer
Explanation

Windows, Form-based, Basic, and Passport are standard web application authentication modes, particularly in ASP.NET. SQL authentication is used to authenticate to database management systems rather than directly to web applications, making it and "All of the above" incorrect.