SEARCH
0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Prev | Current Page 336 | Next

Vittorio Bertocci, Garrett Serack, Caleb Baker

"Understanding Windows CardSpace: An Introduction to the Concepts and Challenges of Digital Identities"

0:assertion' >
NAME="requiredClaims"
VALUE="http://.../claims/emailaddress
http://.../claims/givenname"
>
NAME="optionalClaims"
VALUE="http://.../claims/webpage
>

type="submit"
value="Submit A Card >"
/>


Using CardSpace in the Browser 227
The XHTML extension, which calls the binary behavior object in
Internet Explorer, is shown in this listing:

method="post"
action="TokenProcessingPage.aspx" >
name='CardSpaceToken'
style='behavior:url
(#default#informationCard)'
issuer='http://.../issuer/self'
tokenType=
'urn:oasis:names:tc:SAML:1.0:assertion'
>
claimType='http://.../claims/emailaddress'
optional='false' />
claimType='http://.../claims/givenname'
optional='false'/>
claimType='http://.../claims/webpage'
optional='true'/>

type="submit"
value="Submit A Card >"
/>


Both of these examples have the same meaning. They both
make a call to CardSpace, requesting a Personal Card, requiring
the email address and given name claims, and asking for an
optional Web page claim.
Immediately apparent in both examples is that the objects work
within a standard Web form.


Pages:
324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348