Valid CAS-004 Dumps shared by ExamDiscuss.com for Helping Passing CAS-004 Exam! ExamDiscuss.com now offer the newest CAS-004 exam dumps, the ExamDiscuss.com CAS-004 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com CAS-004 dumps with Test Engine here:
A software developer needs to add an authentication method to a web application. The following requirements must be met: - The web application needs to use well-supported standards. - The initial login to the web application should rely on an outside, trusted third party. - The login needs to be maintained for up to six months. Which of the following would best support these requirements? (Choose two.)
Correct Answer: A,C
To meet the requirements for authentication using trusted third parties and session maintenance, SAML (Security Assertion Markup Language) and JWT (JSON Web Token) are the best options. SAML is widely used for single sign-on (SSO) and federated authentication, allowing users to authenticate with an external identity provider (trusted third party). JWT is commonly used for maintaining authenticated sessions across web applications and is well-suited for long-term session management, like the six-month duration mentioned. Together, these solutions meet the requirements for standards-based authentication and long-lasting sessions.