requiredClaims
<param> tag is used to identify pieces of
information known as claims (i.e. person's first name, last name)
which the web site (a.k.a "relying party") needs in order a user to
authenticate using an information card. For your reference, the full
URI (for instance the givenname claim) is as follows:
http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givenname
POST URL and is ready to be
processed by the HTTP POSTed to
SSL-encrypted URLs. Please consult your web server's documentation
on how to set up SSL encryption.
";
var_dump($result->getMessages());
print "";
}
}
?>
Simple Login Demo
HTTP
POST. These files are used to validate the destination
of the information posted to the server and are a requirement when
using Information Cards.
getIdentity() method.
Simple Login Demo
process() method to process
the information card and return the results.
givenname) as a property of
the object or through the getClaim() method.
getClaim()
method. However, if your requiredClaims mandate that
you request claims from multiple different sources/namespaces then
you will need to extract them explicitly using this method (simply
pass it the full URI of the claim to retrieve its value from within
the information card). Generally speaking however, the
getIssuer() method is
provided within the http://schemas.xmlsoap.org/ws/2005/05/identity/claims/privatepersonalidentifier
claim as part of the requiredClaims of the request. If
this claim is requested then the getCardID() method.
process() (standalone) or authenticate()
method as a setAdapter() method should be used. In the example below,
we set a