medium
Single Answer
0

Leonidas is concerned about eavesdropping on the SAML traffic and also wants to ensure that forged assertions will not be successful. What should he do to prevent these potential attacks?

Answer Options

A

Use SAML's secure mode to provide secure authentication.

B

Implement TLS using a strong cipher suite, which will protect against both types of attacks.

C

Implement TLS using a strong cipher suite and use digital signatures.

D

Implement TLS using a strong cipher suite and message hashing.

Correct Answer: C

Explanation

TLS provides message confidentiality and integrity, which can prevent eavesdropping. When paired with digital signatures, which provide integrity and authentication, forged assertions can also be defeated. SAML does not have a security mode and relies on TLS and digital signatures to ensure security if needed. Message hashing without a signature would help prevent modification of the message but won't necessarily provide authentication.

View Reference Material