tjais-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[dgAIS] Re: [DotGNU]Identity


From: Hans Zandbelt
Subject: [dgAIS] Re: [DotGNU]Identity
Date: Mon, 04 Mar 2002 14:03:08 +0100

David,

I think that the PHP modules that I'm developing do what you
are looking for.
The following is a "sample.php" that I use for testing:

<?php
require_once('/projects/idsec/php/requester/IDsecRequester.inc');
// profile object is available in $GLOBALS['IDSEC_PROFILE']
// settings can be retrieved with 
$GLOBALS['IDSEC_PROFILE']->getAttributeValue1(<name>)
// for example:
$profile = $GLOBALS['IDSEC_PROFILE'];
$city    = $profile->getAttributeValue1('Private.City');
?>

The include file will perform an IDsec protocol handshake
that asks the  client application for a so-called "session certificate".
This is a token that points to a user profile stored somewhere
on the internet.
The exact whereabouts can be found in the Internet Draft.

Hans.


------------------------------------------------------------
Hans Zandbelt                         address@hidden 
Telematica Instituut                     http://www.telin.nl 
P.O.Box 589, 7500 AN                   Phone: +31 53 4850445 
Enschede, Netherlands                    Fax: +31 53 4850400 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]