Which of the following security design patterns provides an alternative by requiring that a user’s
authentication credentials be verified by the database before providing access to that user’s data?
A.
Secure assertion
B.
Authenticated session
C.
Password propagation
D.
Account lockout
Explanation:
Password propagation provides an alternative by requiring that a user’s
authentication credentials be verified by the database before providing access to that user’s data.
Authenticated session allows a user to access more than one access-restricted Web page without
re-authenticating every page. It also integrates user authentication into the basic session model.
the system.