exam questions

Exam CAS-004 All Questions

View all questions & answers for the CAS-004 exam

Exam CAS-004 topic 1 question 548 discussion

Actual exam question from CompTIA's CAS-004
Question #: 548
Topic #: 1
[All CAS-004 Questions]

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.)

  • A. SAML
  • B. Kerberos
  • C. JWT
  • D. RADIUS
  • E. EAP
  • F. Remote attestation
Show Suggested Answer Hide Answer
Suggested Answer: AC 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Steel16
5 days, 7 hours ago
Selected Answer: AC
o SAML (Security Assertion Markup Language): This is a widely used standard for single sign-on (SSO), allowing users to authenticate once with a third-party provider (like Google or LinkedIn) and access multiple applications with the same credentials. It supports long-term access tokens, fulfilling the six-month requirement. o JWT (JSON Web Token): This is a standard for securely transmitting information between two parties. It can be used to store authentication data and refresh tokens, enabling long-term sessions. JWT is stateless, meaning the server doesn't need to maintain session information on its side, further aligning with the requirements. OAuth uses JWT format for claims data.
upvoted 1 times
...
grelaman
5 months ago
Selected Answer: AC
A. SAML (Security Assertion Markup Language) SAML is a widely adopted, XML-based open standard for exchanging authentication and authorization data between parties, specifically between an Identity Provider (IdP) and a Service Provider (SP). SAML is a widely adopted, XML-based open standard for exchanging authentication and authorization data between parties, specifically between an Identity Provider (IdP) and a Service Provider (SP). C: JWT (JSON Web Token) JSON Web Token (JWT) is a proposed Internet standard that uses signed tokens to communicate with previously established authentication information in an SSO environment. For example, a server could generate a token that has the claim “logged in as tmcmillan” and provide that to a client. The client could then use that token to prove that it is logged in as tmcmillan. JWTs can include expiration claims and can be designed to maintain sessions for extended periods, such as six months.
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago