Exam CAS-004 All QuestionsBrowse all questions from this exam
Question 494

An application security engineer is performing a vulnerability assessment against a new web application that uses SAML. The engineer wants to identify potential authentication issues within the application. Which of the following methods would be most appropriate for the engineer to perform?

    Correct Answer: D

    Dynamic analysis involves testing the application while it is running, which allows the engineer to examine how the application behaves in real-time. This is especially important when dealing with web applications using SAML for authentication, as it enables the identification of potential issues such as SAML token manipulation, replay attacks, and other authentication-related vulnerabilities under actual operating conditions.

Discussion
23169fdOption: D

Dynamic Analysis: This method involves testing the application while it is running to identify vulnerabilities that can be exploited in real-time. For a web application using SAML (Security Assertion Markup Language) for authentication, dynamic analysis allows the security engineer to simulate various authentication scenarios, including SAML assertions, to check for potential issues like SAML token manipulation, replay attacks, and other authentication-related vulnerabilities.