Confirmed users
1,022
edits
| Line 190: | Line 190: | ||
The verification step would be quite straightforward: the relying party would simply POST an assertion to a verifier over SSL along with their expected audience string, the verifier would verify the assertion as in 4.2, and return a result code. The audience test is necessary, as it prevents replay attacks using assertions captured at other sites. | The verification step would be quite straightforward: the relying party would simply POST an assertion to a verifier over SSL along with their expected audience string, the verifier would verify the assertion as in 4.2, and return a result code. The audience test is necessary, as it prevents replay attacks using assertions captured at other sites. | ||
<font color=green>This requires that the server enforce that audience matches the reverse DNS of the requesting site?</font> | |||
== Certification == | == Certification == | ||