Security
saml.txt
Associated article: SAML & Single Sign-On
Tags: Web Development Security
Published source code accompanying the article by S. Srivatsa Sivan in which he examines techniques for single sign-on, which refers to the ability of a system to authenticate users once, then subsequently authorize or reject those users across multiple services. Sivan implements the technique using of the Security Assertions Markup Language (SAML).
SAML & Single Sign-On by S. Srivatsa Sivan Listing One GET http://www.portal.com HTTP 1.0 <other HTTP components > Listing Two HTTP 1.0 200 OK Content-type : text/html ContentLength : nnnn <form> <...Login form...> </form> &...


