EP1440546A2 - Gestion de l'identification dans un reseau de communication de donnees - Google Patents

Gestion de l'identification dans un reseau de communication de donnees

Info

Publication number
EP1440546A2
EP1440546A2 EP02786579A EP02786579A EP1440546A2 EP 1440546 A2 EP1440546 A2 EP 1440546A2 EP 02786579 A EP02786579 A EP 02786579A EP 02786579 A EP02786579 A EP 02786579A EP 1440546 A2 EP1440546 A2 EP 1440546A2
Authority
EP
European Patent Office
Prior art keywords
user
service
credential
data
user data
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Withdrawn
Application number
EP02786579A
Other languages
German (de)
English (en)
Inventor
Eduard K. De Jong
Moshe Levy
Albert Y. Leung
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Sun Microsystems Inc
Original Assignee
Sun Microsystems Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Priority claimed from US10/033,373 external-priority patent/US20030084172A1/en
Application filed by Sun Microsystems Inc filed Critical Sun Microsystems Inc
Publication of EP1440546A2 publication Critical patent/EP1440546A2/fr
Withdrawn legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/30Authentication, i.e. establishing the identity or authorisation of security principals
    • G06F21/31User authentication
    • G06F21/34User authentication involving the use of external additional devices, e.g. dongles or smart cards
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/30Authentication, i.e. establishing the identity or authorisation of security principals
    • G06F21/31User authentication
    • G06F21/33User authentication using certificates
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/62Protecting access to data via a platform, e.g. using keys or access control rules
    • G06F21/6218Protecting access to data via a platform, e.g. using keys or access control rules to a system of files or objects, e.g. local or distributed file system or database
    • G06F21/6245Protecting personal data, e.g. for financial or medical purposes
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/04Network architectures or network communication protocols for network security for providing a confidential data exchange among entities communicating through data packet networks
    • H04L63/0407Network architectures or network communication protocols for network security for providing a confidential data exchange among entities communicating through data packet networks wherein the identity of one or more communicating identities is hidden
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/08Network architectures or network communication protocols for network security for authentication of entities

Definitions

  • the present invention relates to the field of computer science. More particularly, the present mvention relates to a system and method for managing identification in the World Wide Web.
  • FIG. 1 A is a flow diagram that illustrates a typical method for obtaining user information from a cookie.
  • a Web browser accesses a Web site that uses a cookie.
  • URL Web server Universal Resource Locator
  • FIG. IB is a block diagram that illustrates a cookie.
  • a cookie 120 includes a server identifier and user data.
  • the user data contains information about a user, such as the user's name and address.
  • the privacy afforded by this approach is low because it is relatively easy to determine the identity of the user associated with the user data merely by examining the cookie contents.
  • FIG. 2 is a flow diagram that illustrates a typical method for performing user authentication using a username and a password.
  • a user visits a service provider Web site.
  • the service provider Web site authenticates the user based on a static username and password.
  • This form of user authentication typically includes filling out a form for data that is deemed relevant for the services being rendered on the Web.
  • a determination is made regarding whether the user authentication was successful. If the user authentication was unsuccessful, service is refused at 215. If the user authentication was successful, service is provided at 220.
  • the privacy protection and security afforded by this approach are low.
  • the accuracy and appropriateness of the data gathered on the forms is not guaranteed. For example, if the service provider form completed by the user prompts for a drivers license number, the service provider typically does not determine whether the number entered by the user is appropriate for the service request (e.g. entering a fishing license number when prompted for a drivers license is inappropriate). And the service provider typically does not determine whether the entered drivers license actually belongs to the person who entered the number.
  • Figure 3 illustrates how such user authentication problems are addressed using a "bricks and mortar" approach.
  • Figure 3 is a flow diagram that illustrates a typical method for paying for goods and services in person.
  • a purchaser writes a check to pay for goods or services.
  • a vendor requires credentials that will be appropriate for the method of user authentication needed to accept payment. Examples of such credentials include a driver's license and an ATM card.
  • the user authentication provides a level of trust regarding the identity of the purchaser. Different levels of user authentication are afforded different types of transactions. For example, if the purchaser attempts to buy a relatively inexpensive item, the vendor might accept a check for payment without user authentication.
  • the vendor might require one form of identification such as a driver's license. If the purchaser attempts to buy a relatively expensive item, the vendor might require additional forms of identification.
  • the vendor uses the required forms of user authentication to verify the truthfulness, accuracy and completeness of the credentials (315). If the vendor cannot satisfactorily verify the credentials, the transaction is rejected at 325. If the credentials are satisfactorily verified, the sale is completed at 330.
  • FIG. 4 is a block diagram that illustrates maintaining user-specific information on the World Wide Web.
  • Each Internet user 400-425 accesses Web sites of service providers via a service provider Web server (435-460).
  • Each Web server 435- 460 authenticates the user by prompting for a username and a password.
  • Each Web server 435-460 also maintains a separate set of user data for each (username, password) combination.
  • the user data contains information about each user. For example, one Web site may store the zip code associated with the username so that the current weather at that zip code is presented whenever the user logs in to the Web site. Another Web site might maintain a list of items purchased at the Web site, so that information about similar products can be displayed when the user visits the site again.
  • FIG. 5 is a block diagram that illustrates a centralized user authentication system.
  • a user accesses a server access portal 505.
  • the service access portal 505 collects user authentication data.
  • ticket generator 520 interfaces with a user authentication database 524 to authenticate the user based on the username and password.
  • Ticket generator 520 may be a KerberosTM ticket generator.
  • Ticket generator 520 interfaces with the user authentication database 525 to perform user authentication and to generate a user authentication token at 565.
  • the user is prompted for user data and a chosen password at 545 and this information is sent to a user data generator 530.
  • User data generator 530 interfaces with a user database 535 to store the user data.
  • User data generator 530 also interfaces with the user authentication database 525 to provide user authentication information for the user.
  • user data generator 530 interfaces with ticket generator 520 to generate a user authentication token.
  • the user authentication token is returned to the service provider 505.
  • the user authentication token is returned to the user 500.
  • the service provider 505 uses the user authentication token as a cookie or session identifier in subsequent communications (575, 580) between the user and the service provider. These communications may include requests 585 for user data stored in user database 535. Such requests 585 are received by user data retriever 515. Data retriever 515 retrieves the user data from user database 535 and returns the user data at 590.
  • FIG. 6 is a block diagram that illustrates a mechanism that provides a single logon for access to multiple Web sites.
  • Global authenticator 305 authenticates a user 600-625 by prompting for a (username, password) combination. Once the user 600-625 is authenticated, the user can access each member Web site 635-660 without having to sign on to each particular Web site 635-660.
  • Global authenticator 630 also maintains a profile for each username in global customer database 665.
  • global customer database 665 must include information for a user that is relevant to all sites visited. For example, if a user visits a financial Web site and a medical plan Web site, global customer database 665 will include medical information as well as financial information.
  • global authenticator 630 may be configured to monitor or track an individual's Web activity such as the Web sites visited. Commingling potentially inappropriate data and the ability to monitor Web activity raise privacy concerns.
  • An additional problem with the using the World Wide Web is the lack of ways to create a trail of what a service provider accepts as valid user authentication.
  • a user either logs in using a username and password that any person or program could have entered and is granted access to multiple services indefinitely, or the user enters the wrong username and password and gets nothing.
  • a method for managing identification in a data communications network includes receiving a user-controlled secure storage device and enrolling the user with an authority network site.
  • the enrolling includes providing information requested by the authority network site.
  • the method also includes receiving user data in response to the enrolling, storing the user data in the user-controlled secure storage device, enabling the user-controlled secure storage device to release the user data and using the user data at a service provider network site to obtain a service.
  • a method for enhanced privacy protection in identification in a data communications network includes enrolling for a service on the data communications network, receiving a randomized identifier (ID) in response to the enrolling, storing the randomized ID and using the randomized ID to obtain services on the data communications network.
  • An apparatus for obtaining a service on a data communications network includes an enrollment authority configured to accept an enrollment request.
  • the enrollment authority is further configured to return enrollment results in response to the enrollment request.
  • the enrollment results include user data and the enrollment results may be used obtaining a service from a service provider.
  • a method for enhanced quality of identification in a data communications network includes obtaining a user identifier that includes an identification server ID and an identification randomized ID.
  • the identification server ID identifies an identification server peer group.
  • the identification server peer group includes at least one server that maintains a mapping between an identification randomized ID and a user authentication peer group capable of authenticating a user associated with a particular randomized ID, and a mapping between the identification randomized ID and user information.
  • the method also includes requesting authorization of the user by presenting the user identifier to a corresponding identification server peer group.
  • Each server in the identification server peer group is configured to search for one or more matching entries including the randomized ID.
  • a method for controlling user access to distributed resources on a data communications network includes receiving a resource request.
  • the request includes a rights key credential that includes at least one key to provide access to a resource on the data communications network.
  • the rights key credential also includes a resource identifier that includes a resource server peer group ID and a randomized ID.
  • the resource server peer group ID identifies a resource server peer group.
  • the resource server peer group includes at least one server that maintains a mapping between a randomized ID and the at least one key.
  • the method also includes providing access to the resource using the at least one key.
  • a method for browsing a data communications network includes requesting user data from a user-controlled secure device if a network site that requires the user data is accessed. The request is performed prior to requesting the user data from another device. The method also includes sending the user data to a network server associated with the network site if the user data is received from the user- controlled secure device.
  • a method for servicing data communications network information units includes receiving user data associated with a network site, using the user data if the user data includes static user data and reconstructing the user data before using the user data if the user data includes dynamic user data.
  • an apparatus for browsing a data communications network includes a network browser configured to request user data from a user-controlled secure device if a network site that requires the user data is accessed. The request occurs prior to requesting the user data from another device.
  • the network browser is further configured to send the user data to a network server associated with the network site if the user data is received from the user-controlled secure device.
  • an apparatus for browsing a data communications network includes a smart card configured to receive a request for user data.
  • the smart card is further configured to return the user data if the user data is found and if returning user data for the request is enabled and if the user data includes static user data.
  • the smart card is further configured to reconfigure the user data if the user data is found and if returning user data for the request is enabled and if the user data includes dynamic user data.
  • an apparatus for servicing data communications network information units includes a network server configured to receive user data associated with a network site.
  • the network server is further configured to use the user data if the user data includes static user data.
  • the network server is further configured to reconstruct the user data before using the user data if the user data includes dynamic user data.
  • a method for obtaining a service on a data communications network includes enrolling with an authority and using the enrollment results to obtain a service from a service provider.
  • the enrolling creates enrollment results that include user data.
  • the service provider is capable of communicating with the authority to verify the enrollment results.
  • an apparatus for obtaining a service on a data communications network includes an enrollment authority configured to accept an enrollment request.
  • the enrollment authority is further configured to return enrollment results in response to the enrollment request.
  • the enrollment results include user data, for use in obtaining a service from a service provider.
  • an apparatus for obtaining a service on a data communications network includes a service provider configured to accept a service request and enrollment results obtained from an enrollment authority.
  • the service provider is capable of communicating with the authority to verify the enrollment results and the service provider is configured to provide the service based upon the enrollment results and a response from the enrollment authority.
  • a method for protecting privacy on a data communications network includes receiving a user identifier and specific user data associated with the user identifier.
  • the specific user data includes data about a network user.
  • the method also includes creating generalized user data based on the specific user data and associating the generalized user data with the user identifier.
  • the method also includes returning the user identifier and the generalized user data.
  • a method for protecting privacy on a data communications network includes storing user logon information for at least one service provider server on a user- controlled secure device.
  • the at least one service provider server includes at least one network server that is capable of providing a service to a user.
  • the method also includes logging on to the device, providing access to the at least one service provider server.
  • FIG. 1 A is a flow diagram that illustrates a typical method for obtaining user information from a cookie.
  • FIG. IB is a block diagram that illustrates a cookie.
  • FIG. 2 is a flow diagram that illustrates a typical method for performing user authentication using a username and a password.
  • FIG. 3 is a flow diagram that illustrates a typical method for paying for goods and services in person.
  • FIG. 4 is a block diagram that illustrates maintaining user-specific information on the World Wide Web.
  • FIG. 5 is a block diagram that illustrates a centralized user authentication system.
  • FIG. 6 is a block diagram that illustrates a mechanism that provides a single logon for access to multiple Web sites.
  • FIG. 7 is a block diagram that illustrates conducting secure transactions on the World Wide Web using user data authenticated by an authority in accordance with one embodiment of the present invention.
  • FIG. 8 is a flow diagram that illustrates a method for conducting secure transactions on the World Wide Web using user data authenticated by an authority in accordance with one embodiment of the present invention.
  • FIG. 9A is a block diagram that illustrates a credential in accordance with one embodiment of the present invention.
  • FIG. 9B is a block diagram that illustrates a credential that uses a cryptogram as an identifier in accordance with one embodiment of the present invention.
  • FIG. 10 is a flow diagram that illustrates a method for generating a credential in accordance with one embodiment of the present invention.
  • FIG. 11 is a flow diagram that illustrates a method for processing a credential in accordance with one embodiment of the present invention.
  • FIG. 12 is a flow diagram that illustrates a method for applying credential evaluation policies in accordance with one embodiment of the present invention.
  • FIG. 13 is a flow diagram that illustrates a method for assessing credential data in accordance with one embodiment of the present invention.
  • FIG. 14 is a flow diagram that illustrates a method for performing user authentication in accordance with one embodiment of the present invention.
  • FIG. 15 is a flow diagram that illustrates a method for using a credential to obtain services in accordance with one embodiment of the present invention.
  • FIG. 16 is a block diagram that illustrates assigning multiple identities to an individual in accordance with one embodiment of the present invention.
  • FIG. 17 is a block diagram that illustrates assigning multiple sets of user data for identities in accordance with one embodiment of the present invention.
  • FIG. 18 is a block diagram that illustrates conducting transactions between multiple parties on an open network while maintaining privacy in accordance with one embodiment of the present invention.
  • FIG. 19 is a flow diagram that illustrates a method for conducting transactions between multiple parties on an open network while maintaining privacy in accordance with one embodiment of the present invention.
  • FIG. 20 is a flow diagram that illustrates a method for using user data stored on a user- controlled device to obtain services in accordance with one embodiment of the present invention.
  • FIG. 21 is a flow diagram that illustrates a method for providing a service in accordance with one embodiment of the present invention.
  • FIG. 22 is a flow diagram that illustrates a method for providing a service in accordance with user data in accordance with one embodiment of the present invention.
  • FIG. 23 is a flow diagram that illustrates a method for performing payment authorization using payment data from a secure device in accordance with one embodiment of the present invention.
  • FIG. 24 is a block diagram that illustrates assigning multiple credentials for identities in accordance with one embodiment of the present invention.
  • FIG. 25 is a block diagram that illustrates conducting transactions between multiple parties using service credentials on an open network while maintaining privacy in accordance with one embodiment of the present invention.
  • FIG. 26 is a flow diagram that illustrates a method for conducting transactions between multiple parties using service credentials on an open network while maintaining privacy in accordance with one embodiment of the present invention.
  • FIG. 27 is a block diagram that illustrates using nested credentials in accordance with one embodiment of the present invention.
  • FIG. 28A is a flow diagram that illustrates a method for conducting transactions between multiple parties using service credentials on an open network while maintaining privacy in accordance with one embodiment of the present invention.
  • FIG. 28B is a flow diagram that illustrates a method for using a service credential stored on a user-controlled device to obtain services in accordance with one embodiment of the present invention.
  • FIG. 29 is a flow diagram that illustrates a method for providing a service in accordance with one embodiment of the present invention.
  • FIG. 30A is a flow diagram that illustrates a method for performing a payment authorization using nested payment credentials extracted from a service credential in accordance with one embodiment of the present invention.
  • FIG. 3 OB is a block diagram that illustrates assigning multiple sets of user data for identities in accordance with one embodiment of the present invention.
  • FIG. 31 is a block diagram that illustrates conducting transactions between multiple parties using a smart card on an open network while maintaining privacy in accordance with one embodiment of the present invention.
  • FIG. 32 is a block diagram that illustrates development of an applet as may be used to provide a secure user access control function for a resource-constrained device such as a smart card.
  • FIG. 33 A is a block diagram that illustrates a computer connected to the Internet and equipped with a card reader for receiving a smart card.
  • FIG. 33B is a block diagram that illustrates assigning various types of user data for identities in accordance with one embodiment of the present invention.
  • FIG. 34 is a block diagram that illustrates an identifier in accordance with one embodiment of the present invention.
  • FIG. 35 is a block diagram that illustrates using federated identification servers and federated user authentication servers using a randomized user identifier to gain access to a service while maintaining privacy in accordance with one embodiment of the present invention.
  • FIG. 36 is a flow diagram that illustrates a method for using federated identification servers and federated user authentication servers using a randomized user identifier to gain access to a service while maintaining privacy in accordance with one embodiment of the present invention.
  • FIG. 37 is a flow diagram that illustrates a method for using federated identification servers and federated user authentication servers using a randomized user identifier to gain access to a service while maintaining privacy in accordance with one embodiment of the present invention.
  • FIG. 38 is a block diagram that illustrates enrolling with an identity server in accordance with one embodiment of the present invention.
  • FIG. 39 is a block diagram that illustrates possible credential types in accordance with one embodiment of the present invention.
  • FIG. 40 is a block diagram that illustrates using a randomized identifier for access to distributed resources while maintaining privacy in accordance with one embodiment of the present invention.
  • FIG. 41 is a flow diagram that illustrates a method for presenting a matching entry or entries from an identity server federation to a user authentication server federation to determine a single valid user data entry in accordance with one embodiment of the present invention.
  • FIG. 42A is a block diagram that illustrates data stored in a resource server in accordance with one embodiment of the present invention.
  • FIG. 42B is a block diagram that illustrates data stored in a resource server in accordance with one embodiment of the present invention.
  • FIG. 43 A is a block diagram that illustrates obtaining a resource from a resource server in response to a resource request including a set of rights keys in accordance with one embodiment of the present invention.
  • FIG. 43B is a block diagram that illustrates obtaining a resource from a resource server in response to a resource request including a set of rights keys and a reference to a delivery protection mechanism and optionally a target device in accordance with one embodiment of the present invention.
  • FIG. 43 C is a block diagram that illustrates a rights key credential in accordance with one embodiment of the present invention.
  • FIG. 44 is a flow diagram that illustrates a method for obtaining access to a resource in accordance with one embodiment of the present invention.
  • FIG. 45 is a flow diagram that illustrates a method for obtaining access to a resource requiring multiple keys in accordance with one embodiment of the present invention.
  • FIG. 46A is a block diagram that illustrates a Universal Resource Locator (URL) that includes a rights key credential to access a specific kind of resource stored on a server in a resource server peer group in accordance with one embodiment of the present invention.
  • URL Universal Resource Locator
  • FIG. 46B is a block diagram that illustrates a Hypertext Transfer Protocol (HTTP) message that includes rights key credential data in accordance with one embodiment of the present invention.
  • HTTP Hypertext Transfer Protocol
  • FIG. 46C is a block diagram that illustrates a smart card that includes a rights management applet in accordance with one embodiment of the present invention.
  • FIG. 46D is a block diagram that illustrates dynamic aggregation of user data in accordance with one embodiment of the present invention.
  • FIG. 47 is a flow diagram that illustrates a method for dynamic aggregation of user data in accordance with one embodiment of the present invention.
  • FIG. 48 is a flow diagram that illustrates a method for static aggregation of user data in accordance with one embodiment of the present invention.
  • FIG. 49 is a block diagram that illustrates using a smart card to securely store and reconfigure cookies in accordance with one embodiment of the present invention.
  • FIG. 50 is a block diagram that illustrates using a smart card to securely store and reconfigure cookies in accordance with one embodiment of the present invention.
  • FIG. 51 is a flow diagram that illustrates a method for browsing the World Wide Web (WWW) in accordance with one embodiment of the present invention.
  • WWW World Wide Web
  • network includes local area networks, wide area networks, the Internet, cable television systems, telephone systems, wireless telecommunications systems, fiber optic networks, ATM networks, frame relay networks, satellite communications systems, and the like. Such networks are well known in the art and consequently are not further described here.
  • Embodiments of the present invention are described with reference to the World Wide Web. Any data communications network may be configured like the World Wide Web.
  • the components, processes and/or data structures may be implemented using C or C++ programs running on high performance computers (such as an Enterprise 2000TM server running Sun SolarisTM as its operating system.
  • the Enterprise 2000TM server and Sun SolarisTM operating system are products available from Sun Microsystems, Inc. of Mountain View, California).
  • FIG. 7 a block diagram that illustrates conducting secure transactions on the World Wide Web using user data authenticated by an authority in accordance with one embodiment of the present invention is presented.
  • Three entities are represented: a customer or user 700, an authority 705 and a service provider 715.
  • User 700 represents an entity that requests and receives a service from a service provider.
  • Service provider 715 represents an entity that provides a service.
  • Authority 705 represents an entity that authenticates credentials or other user data to assert an indication of a quality metric or level of truthfulness, accuracy and completeness of the credential or other user data.
  • a credential is a certificate presented to a service provider as an indication of what the presenter is entitled, along with a service request.
  • a user first enrolls with an authority and receives an authenticated credential in return.
  • the user then presents the credential and a service request to a service provider. Accepting a credential is not unconditional.
  • the service provider examines the request and the credential and either denies service or grants the service.
  • a user 700 communicates with an authority 705 to issue a credential request.
  • the request may include associated parameters and data.
  • the associated parameters and data may relate to, by way of example, the identity of a user authentication server 710 capable of performing at least part of the user authentication required for issuance of the requested credential.
  • the request may also include supporting credentials.
  • the authority 705 authenticates the credential or credentials to assert an indication of a quality metric or indication of truthfulness, accuracy and completeness of the credential or credentials.
  • the authority 705 may cooperate with a secondary authority 710 in performing user authentication.
  • the authority returns an authenticated credential to the user 700.
  • Using a credential to obtain a service begins with a service request.
  • the user 700 communicates with a service provider 715 to issue a service request.
  • the request may include credentials and associated credential parameters and data.
  • the service provider 715 assesses the credential request and supporting information.
  • the service provider 715 may cooperate with an authority 705 to perform dynamic credential authentication (740, 745).
  • the authority 705 may also cooperate with a secondary authority 710 in performing user authentication.
  • the service provider provides the requested service.
  • a flow diagram that illustrates a method for conducting secure transactions on the World Wide Web using user data authenticated by an authority in accordance with one embodiment of the present invention is presented.
  • a credential is generated.
  • the credential is created by presenting a credential request and supporting data to an authority.
  • the supporting data may include credentials created earlier by the same authority, or by another authority.
  • the credentials may be non-digital as well. For example, a driver's license or birth certificate may be used.
  • the credentials may be all digital, all non-digital or a combination of digital and non-digital credentials.
  • a credential may be created with limitations placed on its use.
  • the credential may be created for one-time use, for use a limited number of times or for use at a specific location.
  • the credential may be stored on a Web server, smart card, personal digital assistant (PDA), cell phone or the like.
  • An example of a time to use the credential is when the credential is needed to obtain a service.
  • the credential or a reference to the credential is presented to a service provider, which can then render a service.
  • the service may be specified directly or indirectly by information contained in the credential.
  • the service provider may accept the credential data after performing a cryptographical data authentication.
  • a determination is made regarding whether the credential is still valid. This process of using a credential to obtain a service continues until the credential is no longer valid.
  • FIG. 9 A illustrates two credential data formats in accordance with embodiments of the present invention.
  • credential 900 includes a credential identifier 910, a credential cryptogram 915, a credential authority peer group ID 920, credential parameters 925, credential data 930, sealed credential data 935 and nested credentials 940.
  • credential identifier 910 comprises a unique identifier assigned to a user.
  • credential identifier 910 comprises a randomized identifier assigned to the user.
  • Credential cryptogram 915 is used to authenticate credential items 925, 930, 935 and 940.
  • credential cryptogram 915 is also used to authenticate credential authority peer group ID 920.
  • This data authentication may use a key and an algorithm as specified by the credential authority or authorities. The keys and the data authentication algorithm may be specified as a credential parameter 925.
  • the entire credential cryptogram (915, 945) is used as the credential ID. According to other embodiments of the present invention, a subset of the cryptogram is used as the credential ID.
  • Credential authority peer group ID 920 identifies the entity that provided data authentication for the credential 900.
  • the entity that provided data authentication may comprise a single server.
  • the entity that provided data authentication may comprise multiple credential authority servers, one of which maintains credential data corresponding to the credential ID.
  • Credential authority servers comprising a particular credential authority peer group cooperate to locate credential data corresponding to the credential ID.
  • Credential parameters 925 refer to named parameter data.
  • Credential parameters may include, by way of example, data authentication mechanisms or user authentication mechanisms.
  • Credential parameters may also specify the identity of a user authentication server capable of performing at least part of the user authentication required for issuance of the requested credential.
  • the credential parameters 925 may also specify a credential data format and mechanisms used to seal or unseal credential data.
  • the credential parameters 925 may also include a quality of service (QoS) identifier.
  • QoS identifier indicates the verification performed by issuer of the credential during user enrollment.
  • the verification may include user authentication.
  • the verification may also include assessing the quality of any supporting credentials.
  • the verification may also include assessing the truthfulness, accuracy and completeness of the credential data.
  • Credential data 930 comprise data associated with the credential.
  • Sealed credential data 935 comprise encrypted credential data.
  • Nested credentials 940 comprise one or more additional credentials. Note that only credential cryptogram 915 must be authenticated to perform secure nesting.
  • the combination of the credential ID 910, the credential cryptogram 915 and the credential authority peer group ID 920 may be used to represent the entire credential 900.
  • the rest of the credential (reference numerals 925, 930, 935 and 940) may be stored separately.
  • the credential ID 910, credential cryptogram 915 and credential authority peer group ID 920 may be stored in a secure device such as a smart card, while the rest of the credential (reference numerals 925, 930, 935 and 940) is stored on a Web server.
  • FIG. 9B is similar to FIG. 9A except that FIG. 9A includes a separate credential ID 910, whereas the credential illustrated by FIG. 9B uses the credential cryptogram 945 as an identifier.
  • Credential data elements 910-940 may be stored together. Alternatively, some credential elements 910-920 may be used to represent a full credential and other credential elements 925-940 may be stored separately.
  • FIG. 9B a block diagram that illustrates a credential that uses a cryptogram as an identifier in accordance with one embodiment of the present invention is presented.
  • Figure 9B is similar to FIG. 9A except that credential cryptogram 945 in FIG. 9B is also used as an identifier.
  • FIG. 10 a flow diagram that illustrates a method for generating a credential in accordance with one embodiment of the present invention is presented.
  • Figure 10 provides more detail for reference numeral 800 of FIG. 8.
  • a credential authority receives a credential request including one or more supporting credentials.
  • the supporting credentials may include credentials created previously by the credential authority.
  • the supporting credentials may also include credentials created previously by another credential authority.
  • the credentials are processed.
  • a determination is made regarding whether the credentials were processed successfully. If the credentials were not processed successfully, a failure is registered at 1015 and a failure policy is applied at 1020.
  • the failure policy specifies actions to performed when a failure is detected.
  • An exemplary failure policy performs a user notification function when the error is detected.
  • a new credential is created at 1025 and at 1030 the credential is returned to the user that requested it.
  • the entire credential is returned to the user.
  • unique identifying information of the credential is returned and the rest of the credential is stored separately.
  • an embodiment using the credential format of FIG. 9 A would return the credential ID 910, the credential cryptogram 915 and the credential authority peer group ID 920.
  • An embodiment using the credential format of FIG. 9B would return the credential cryptogram 945 and the credential authority peer group ID 950.
  • FIG. 11 a flow diagram that illustrates a method for processing a credential in accordance with one embodiment of the present invention is presented.
  • Figure 11 provides more detail for reference numeral 1005 of FIG. 10.
  • cryptographic data authentication of the credential is performed.
  • credential cryptogram 915 is used to authenticate credential fields 925, 930, 935 and 940.
  • a particular data authentication mechanism may also authenticate the credential peer group ID 920.
  • credential cryptogram 945 is used to authenticate credential fields 955, 960, 965 and 970.
  • a particular data authentication mechanism may also authenticate the credential authority peer group ID 950.
  • a determination is made regarding whether the credential cryptogram authenticates the credential data. If the credential cryptogram does not authenticate the credential data, the process ends with a failure indication at 1145.
  • successful cryptographic data authentication is followed by the application of credential evaluation policies to (1) obtain the credential data if it is stored separately, (2) decrypt encrypted credential data and (3) determine credential data validity.
  • the credential data is assessed to ensure that the credential data is proper in terms of the type of credential data presented, the content of the credential data and the required quality of service (QoS).
  • QoS quality of service
  • user authentication is performed to ensure the credentials are associated with the user who is actually making the credential request. If the result of reference numerals 1100, 1110, 1120 or 1130 is a failure, the process ends with a failure indication at 1145. Otherwise, the process ends successfully at 1140.
  • FIG. 12 a flow diagram that illustrates a method for applying credential evaluation policies in accordance with one embodiment of the present invention is presented.
  • Figure 12 provides more detail for reference numeral 1110 of FIG. 11.
  • the unique identifying information of a credential may be stored separately from the rest of the credential data.
  • a determination is made regarding whether credential data is included in the credential. If credential data is not included in the credential, the credential data is obtained at 1205. If credential data is included in the credential, a determination is made at 1210 regarding whether all embedded credentials that are needed are included in the credential. If not all such credentials are included, the needed credentials are obtained at 1215.
  • the credential data to be unsealed may include nested credential data. If data must be unsealed, it is unsealed at 1225. If no data needs to be unsealed, at 1230 a determination is made regarding whether the credential data is valid. If the data is invalid, the process ends with a failure indication at 1240. If the data is valid, the process ends successfully at 1240.
  • FIG. 13 a flow diagram that illustrates a method for assessing credential data in accordance with one embodiment of the present invention is presented.
  • Figure 13 provides more detail for reference numeral 1120 of FIG. 11.
  • a determination is made regarding whether the type of credential data presented is sufficient for the request made.
  • the credential is evaluated for completeness. For example, if the credential authority requires a driver's license for a particular credential request, a determination is made regarding whether the credential data includes a driver's license. If the credential data does not include a driver's license, the credential data is insufficient for the request. If the credential data is insufficient, the request is rejected. Alternatively, the user could be prompted for the required credential data.
  • the content of the credential data is evaluated. For example, suppose the credential-granting policy for a particular credential requires a valid driver's license. In this case, whether the credential request includes a driver's license is determined at 1300, whereas whether the driver's license is expired is determined at 1305. If this determination ends unsuccessfully, a failure indication is returned at 1325.
  • the process illustrated by FIG. 13 is used to assess credentials both by an authority during the enrollment process, and by a service provider in the process of providing a service. An authority creates a credential and therefore must assign values to credential data such as the QoS indicator.
  • a service provider provides a service and does not need to create a credential (unless the service provider is actually an authority that provides credentials as a service). Thus, at 1330 a determination is made regarding whether a credential needs to be created. If a credential needs to be created, at 1315 the quality of service (QoS) of the credential being created is determined.
  • QoS quality of service
  • an authority or service provider may require a certain level of user authentication.
  • User authentication determines whether the credentials are associated with or belong to the user that is actually making the request, as opposed to someone else masquerading as the real user.
  • User authentication may include, by way of example, asking for additional biometrics such as a fingerprint or retinal scan or the like.
  • User authentication may also include a password challenge delivered to a cell phone known to belong to the user.
  • the QoS is a way of transferring information about how a credential was created to other entities that use or access the credential.
  • the QoS is a reference to a policy statement established by an authority or group of authorities.
  • the QoS parameter of the credential may indicate the authority checked the user's drivers license or birth certificate.
  • a different QoS might indicate the authority checked the user's drivers license, birth certificate and social security card.
  • a credential may include a QoS indicator that indicates the level of user authentication performed by the entity that authenticated the credential.
  • a service provider may determine that the QoS indicated in a credential is insufficient to grant a service request. If so, the service provider may require additional user authentication.
  • the Credential may also contain information regarding a user authentication server that is capable of performing additional user authentication.
  • a logon credential includes a nested credential that asserts a particular process for user authentication.
  • a logon credential includes a nested credential that includes a QoS for user authentication.
  • the logon credential has its own QoS parameter embedded as part of its credential parameter.
  • the logon credential also has a predetermined lifetime.
  • the QoS parameter of the logon credential could require a particular form of additional user authentication (such as a fingerprint or other biometrics) at predetermined intervals or events.
  • a first credential is used to make a new credential having a more limited scope.
  • a first credential that grants access to view a web page or information unit may be used to create a second credential that provides access to a second Web page directly referenced by the first Web page for only 10 minutes.
  • the same first credential might be used to create a third credential that provides access to any other Web pages referenced directly from the current Web page. More examples of using one or more credentials to create another credential are presented below with reference to FIG. 39.
  • FIG. 14 a flow diagram that illustrates a method for performing user authentication in accordance with one embodiment of the present invention is presented.
  • Figure 14 provides more detail for reference numeral 1130 of FIG. 11.
  • a determination is made regarding whether user authentication is required. This determination is based upon the user-provided user authentication credential and the required QoS. If the user-provided user authentication credential provides a QoS that is less than the required QoS, additional user authentication is required. If user authentication is required, at 1405 a determination is made regarding whether user-provided or nested credentials are sufficient to satisfy the required QoS if creating a credential, or as required by a service provider. If these credentials are insufficient, user authentication is performed at 1410.
  • FIG. 15 a flow diagram that illustrates a method for using a credential to obtain services in accordance with one embodiment of the present invention is presented.
  • Figure 15 provides more detail for reference numeral 810 of FIG. 8, including actions performed by a user and a server.
  • a user visits a Web site.
  • a service request and one or more credentials associated with the user are presented to the service provider server.
  • the server receives the service request and credentials.
  • the service provider processes the credentials as described above with respect to FIG. 11.
  • the server determines whether the credentials were processed successfully. If the credentials were processed unsuccessfully, the requested service is denied at 1560 and a service denial 1565 is sent to the user that requested the service.
  • the service is provided at 1570.
  • the user determines whether the service request was successful. If the service request was unsuccessful, a failure indication is made at 1520 and the process ends at 1525. If the service request was successful, the service is used at 1530.
  • Figures 16-33 illustrate embodiments of the present invention that use user data stored in secure user data storage to enhance privacy on the World Wide Web.
  • Figures 17-23 illustrate embodiments of the present invention that use user data stored in secure user data storage.
  • Figures 24-30A illustrate embodiments of the present invention that employ a credential format for user data. The credential format is as was illustrated above with respect to FIGS. 9A and 9B.
  • Figures 30B-33 illustrate embodiments of the present invention that use a smart card for secure user data storage.
  • an individual 1600 may have multiple identities for different purposes.
  • An individual 1600 may be a customer of a payment authority such as a credit card (1602, 1618), a golfer 1604, a member of the military 1606 and a medical patient 1608.
  • An individual may also be a student 1610, an investor 1612, an employee 1614, a university alumnus 1616 and an automobile driver 1620.
  • Each of identities 1602-1620 is tied to relevant data.
  • relevant data for golfer identity 1604 may include the golfer's handicap 1624.
  • Relevant data for medical patient identity 1608 may include a patient's medical history 1628. However, the golfer identity 1604 does not need to know any medical history information 1628 and the medical patient identity 1608 does not need to know about golf handicaps 1624.
  • some or all of the relevant data for an identity may be the same as relevant data for another identity.
  • some relevant data (such as degree program) for student identity 1610 may be the same as relevant data for alumnus identity 1616.
  • FIG. 17 a block diagram that illustrates assigning multiple sets of user data for identities in accordance with one embodiment of the present invention is presented.
  • the user data 1704-1720 is stored in secure user data storage 1702.
  • Secure user data storage 1702 is controlled by a user (user- controlled).
  • the user data 1704-1720 may include encrypted data and/or authenticated data.
  • Secure user data storage 1702 may comprise a portable device such as a cell phone, PDA or smart card or the like.
  • Secure user data storage 1702 may also comprise a file on a Web server or other computer.
  • a portion of the user data is bit-mapped.
  • the user data may be bit-mapped based upon, by way of example, based on membership in a group or category. For example, a portion of a user's data may be bit-mapped according to categories of books that the user is interested in.
  • FIG. 18 a block diagram that illustrates conducting transactions between multiple parties on an open network while maintaining privacy in accordance with one embodiment of the present invention is presented.
  • Figure 18 illustrates buying a product from a vendor Web site.
  • Secure user data storage 1802 stores multiple sets of user data for identities as illustrated previously with respect to reference numeral 1702 of FIG. 17.
  • Secure user data storage 708 may reside on a desktop computer, a smart card, a PDA or the like.
  • a user enrolls with payment agent 1 (1810) at the payment agent's Web site. User data specific to the enrollment of that user is stored in secure user data storage 1802.
  • Payment agent 1 (1810) determines whether user authentication is required. If user authentication is required, payment agent 1 (1810) also determines the required level of user authentication. In addition, payment agent 1 (1810) determines whether user data specific to the enrollment of the user must be encrypted.
  • user enrollment data includes user authentication information used for subsequent visits to a service provider Web site, hi other words, the service provider-specific user or a reference to the user data data is presented to the service provider Web site whenever the user data set is used to visit the same service provider Web site.
  • the user authentication requirements of a particular service provider Web site will determine whether additional user authentication is required.
  • the stored user authentication data may suffice for a repeat visit to an Internet-based email site, but signing into a military Web site may require additional user authentication measures such as biometrics each time the site is visited, regardless of the stored user authentication data.
  • secure user data storage 1802 includes a user data set that has been used to enroll with two Web sites (1810, 1818).
  • the user data set is used to shop for items at the Web site of Vendor A (1806). Once items are selected for purchase, Vendor A 1806 sends the user data to payment agent 1 (1810) for payment authorization.
  • Payment agent 1 (1810) decrypts user data if required user data is encrypted.
  • Payment agent 1 (1810) uses the user data in conjunction with vendor- provided transaction details to determine whether the purchase is authorized.
  • payment agent 1 (1810) sends an authorization indication to Vendor A 1806.
  • Vendor A 1806 creates a fulfillment record that includes order information and the shipping information from the secure user data storage 1802.
  • Vendor A 1806 sends the fulfillment record to Fulfillment Company 1814 and the Fulfillment Company 1814 fulfills the order using shipping information from the fulfillment record originating from the user data.
  • the fulfillment company 1814 transfers the purchased goods to the shipping agent 1818.
  • the shipping agent delivers the goods to the address in the shipping information from secure data storage 1 (1802).
  • a Web site maintains a profile for the user.
  • a profile For the user at a particular Web site.
  • the profile maintains information regarding the nature of the user activities with Vendor A 1806.
  • the profile may maintain information regarding the frequency of visits, the items previously purchased, the items examined but not purchased, the preferred shipping method and the preferred payment method, allowing Vendor A 1806 to provide intelligent services tailored to the buying pattern of a particular user data set.
  • FIG. 19 a flow diagram that illustrates a method for conducting transactions between multiple parties on an open network while maintaining privacy in accordance with one embodiment of the present invention is presented.
  • a user receives a user-controlled storage device, or a key to control access to such a device on the Web.
  • a determination is made regarding whether it is time to enroll with a service provider.
  • user data resulting from the enrollment process is stored on a user-controlled secure storage device. Some user data may be encrypted. Additionally, some user data may be cryptographically authenticated.
  • a determination is made by the user regarding whether it is time to use the user data stored on the user-controlled secure storage device.
  • the user data stored on the user-controlled secure storage device is used to obtain one or more services.
  • user data required to obtain a new service is obtained by dynamically combining the request for new service with at least one user data set obtained from a previous enrollment.
  • a user that shops at a first book vendor Web site may exhibit one or more preferences for books belonging to certain categories, based both on the books purchased at the Web site and on the books examined but not purchased.
  • the first book vendor may save this information in a profile.
  • the user may want to use all or part of this information when the user shops at a second book vendor Web site. Accordingly, a service request made by the user for service at the second book vendor Web site is automatically combined with the profile information used when shopping at the first book vendor Web site, thus creating a new profile for use by the user when shopping at the second book vendor Web site.
  • FIG. 20 a flow diagram that illustrates a method for using user data stored on a user-controlled device to obtain services in accordance with one embodiment of the present invention is presented.
  • Figure 20 provides more detail for reference numeral 1920 of FIG. 19.
  • a user visits a Web site.
  • a service request and associated user data are presented to the service provider server.
  • the server receives the service request and associated user data.
  • the service provider processes the user data to determine whether the user data provided is sufficient to grant the request.
  • the server determines whether the user data was processed successfully. If the user data was processed unsuccessfully, the requested service is denied at 2050 and a service denial 2055 is sent to the user that requested the service.
  • the service is provided at 2060.
  • the user determines whether the service request was successful. If the service request was unsuccessful, a failure indication is made at 2015 and the process ends at 2075. If the service request was successful, the service is used at 2025.
  • Figures 21 and 22 provide more detail for reference numeral 2060 of FIG. 20.
  • Figure 21 illustrates providing a service by customizing a Web site based on user data stored on a user-controlled device
  • FIG. 22 illustrates providing a service by using the user data stored on a user-controlled device to purchase a product and have the product delivered to the user.
  • the examples of providing a service are not intended to be limiting in any way. Those of ordinary skill in the art will recognize that many other forms of service may be provided.
  • FIG. 21 a flow diagram that illustrates a method for providing a service in accordance with one embodiment of the present invention is presented.
  • Figure 21 provides more detail for reference numeral 2060 of FIG. 20.
  • user data is received.
  • one or more Web pages at a Web site is customized based on the user data stored on a user-controlled device.
  • FIG. 22 a flow diagram that illustrates a method for providing a service in accordance with user data in accordance with one embodiment of the present invention is presented.
  • Figure 22 provides more detail for reference numeral 2060 of FIG. 20.
  • a vendor performs payment authorization using payment data from a user-controlled secure device.
  • the vendor creates a fulfillment record that includes order information and the shipping information from the user-controlled secure device.
  • the vendor sends a fulfillment record to a fulfillment company.
  • the fulfillment company fulfills the order using shipping information from the fulfillment record originating from the user data.
  • the fulfillment company transfers the purchased goods to the shipping agent.
  • the shipping agent delivers the goods to the address in the shipping information from the user-controlled secure device.
  • FIG. 23 a flow diagram that illustrates a method for performing payment authorization using payment data from a secure device in accordance with one embodiment of the present invention is presented.
  • Figure 23 provides more detail for reference numeral 2200 of FIG. 22.
  • the vendor sends a payment request to a payment-clearing agent using the payment data originating from the secure device, including transaction details such as the amount to be charged in the request.
  • the payment-clearing agent receives the payment request and the amount to be charged.
  • the payment-clearing agent sends a response.
  • the payment clearing agent may send a transaction ID and the amount charged.
  • all or part of the response may comprise a cryptographically encrypted message.
  • FIGS. 9 A and 9B illustrate embodiments of the present invention that employ a credential format for user data.
  • the credential format is as was illustrated above with respect to FIGS. 9 A and 9B.
  • Use of the credential format is presented for illustrative purposes only. Those of ordinary skill in the art will recognize that other formats may be used.
  • FIG. 24 a block diagram that illustrates assigning multiple credentials for identities in accordance with one embodiment of the present invention is presented.
  • Figure 24 is similar to FIG. 17, except that service credentials 2404-2420 are stored in the secure device 2402. hi other words, the service credentials 2404-2420 of FIG. 24 are based upon and contain, directly or indirectly, the user data 1704-1720 of FIG. 17.
  • FIG. 25 a block diagram that illustrates conducting transactions between multiple parties using service credentials on an open network while maintaining privacy in accordance with one embodiment of the present invention is presented.
  • Figure 25 illustrates buying a product from a vendor Web site.
  • Secure service credential storage 2502 stores multiple sets of service credential for identities as illustrated previously with respect to reference numeral 2402 of FIG. 24.
  • Secure service credential storage 2502 may reside on a desktop computer, a smart card, a PDA or the like.
  • a user enrolls with payment agent 1 (2510) at the payment agent's Web site.
  • a service credential specific to the enrollment of that user is stored in secure service credential storage 2502.
  • Payment agent 1 (2510) determines whether user authentication is required. If user authentication is required, payment agent 1 (2510) also determines the required level of user authentication. In addition, payment agent 1 (2510) determines whether user data included in the service credential specific to the enrollment of the user must be encrypted.
  • user data includes user authentication information used for subsequent visits to a service provider Web site.
  • the authority-specific authentication data or a reference to the data is presented to the service provider Web site whenever the service credential is used to visit the same service provider Web site.
  • the user authentication requirements of a particular service provider Web site will determine whether additional user authentication is required.
  • the stored user authentication data may suffice for a repeat visit to an Internet-based email site, but signing into a military Web site may require additional user authentication measures such as biometrics each time the site is visited, regardless of the stored user authentication data.
  • the user 2500 enrolls with shipping agent 2518, providing specific data such as a shipping address.
  • Data provided at 2528 when enrolling with shipping agent 2518 may differ in whole or in part from data provided when enrolling with payment agent 2510 at 2526.
  • the shipping agent Web site 2518 performs any required data authentication and/or encryption of the service credential and returns the service credential to secure service credential storage 2502.
  • secure service credential storage 2502 includes a service credential set that has been created by enrolling with two Web sites (2510, 2518) functioning as authorities.
  • the service credential set is used to obtain service such as shopping at the Web site of Vendor A (2506).
  • Vendor A 2506 sends the service credential obtained from the secure service credential storage to payment agent 1 (2510) for payment authorization.
  • Payment agent 1 (2510) decrypts any data contained in a service credential if any required data is encrypted.
  • Payment agent (2510) uses data contained in the service credential in conjunction with vendor-provided transaction details to determine whether the purchase is authorized.
  • payment agent 1 (2510) sends an authorization indication to Vendor A 2506.
  • Vendor A 2506 creates a fulfillment message that includes order information and the shipping information obtained from the secure service credential storage 2502. According to one embodiment of the present invention, the fulfillment message comprises a fulfillment credential.
  • Vendor A 2506 sends the fulfillment message to Fulfillment Company 2514 and the Fulfillment Company 2514 fulfills the order using shipping information from the fulfillment message.
  • the Fulfillment Company 2514 transfers the purchased goods to the shipping agent 2518.
  • the shipping agent delivers the goods to the address in the shipping information originating from secure data storage 1 (2502).
  • FIG. 26 a flow diagram that illustrates a method for conducting transactions between multiple parties using service credentials on an open network while maintaining privacy in accordance with one embodiment of the present invention is presented.
  • a service credential is generated.
  • a determination is made regarding whether it is time to use the credential.
  • the service credential is used to obtain services.
  • a determination is made regarding whether the service credential is still valid. If the service credential is still valid, at 2620 a determination is made regarding whether the service credential must be updated. If the service credential must be updated, it is updated at 2625. Execution continues at 2605 when the service credential is still valid.
  • FIG. 27 a block diagram that illustrates using nested credentials in accordance with one embodiment of the present invention is presented.
  • Figure 27 illustrates using the credential format of FIG. 9B for the example discussed with reference to FIG. 25.
  • Login credential 2700 allows the user access to the Web.
  • Logon credential 2700 includes two credential parameters 2808.
  • the "Type” parameter indicates the credential is a "Logon” credential, and credential data is a user profile.
  • the "QoS" parameter indicates a (username, password) combination has been used to authenticate a user.
  • the "expiry” parameter also indicates the credential expires on Ol-JAN-2002.
  • the credential data 2710 includes a bit-mapped customer profile and there is no sealed credential data 2712.
  • Logon credential 2700 also includes nested credentials 2714.
  • Reference numeral 2702 illustrates an expanded view of nested credentials 2714.
  • the nested credentials include a payment credential 2716 and a shipping agent credential 2718.
  • the payment credential parameters 2724 indicate the credential is a credit card payment credential.
  • the credential data 2726 includes the purchase class for which the holder of the credential is approved. Examples of a purchase class include, by way of example, a hotel payment or a book payment for a specific maximum value.
  • the sealed credential data 2728 includes the card holder details such as the account number and the actual credit limit.
  • the shipping agent credential parameters 2736 indicate the credential is a "shipping" credential.
  • the credential data 2738 includes the customer's nearest shipping agent location. and the type of service.
  • the sealed credential data 2740 includes the shipping agent account number and the shipping address.
  • FIG. 28A a flow diagram that illustrates a method for conducting transactions between multiple parties using service credentials on an open network while maintaining privacy in accordance with one embodiment of the present invention is presented.
  • a secure service credential storage device is received.
  • a determination is made regarding whether it is time to enroll with an authority.
  • a service credential is generated based on user information provided in the enrollment request.
  • the credential cryptogram and credential authority peer group ID are stored. They may be stored in a user-controlled personal device. Examples of user-controlled personal devices include, by way of example, a smart card, a cell phone, a personal digital assistant (PDA) or the like.
  • PDA personal digital assistant
  • FIG. 28B a flow diagram that illustrates a method for using a service credential stored on a user-controlled device to obtain services in accordance with one embodiment of the present invention is presented.
  • Figure 28B provides more detail for reference numeral 2825 of FIG. 28 A.
  • FIG. 28B is similar to FIG. 20 except that FIG. 28B illustrates using a service credential whereas FIG. 20 illustrates using user data.
  • FIG. 29 a flow diagram that illustrates a method for providing a service in accordance with one embodiment of the present invention is presented.
  • Figure 29 provides more detail for reference numeral 2850 of FIG 28B.
  • a vendor performs payment authorization using a nested payment credential extracted from a customer service credential specific to what is being bought.
  • the vendor creates a fulfillment message that includes order information and the shipping credential extracted from the customer service credential:
  • the fulfillment message comprises a fulfillment credential.
  • the vendor sends the fulfillment message to the fulfillment company.
  • the fulfillment company fulfills the order using the nested shipping credential extracted from the fulfillment message.
  • the fulfillment company transfers the purchased goods to the shipping agent.
  • the shipping agent delivers the goods to the address encrypted in the sealed part of the credential.
  • the fulfillment message is stored on a secure service credential storage device.
  • the fulfillment message is stored on a portable device such as a PDA, cell phone or smart card.
  • a digital key to a Web locker that contains the fulfillment credential is stored on the device. The user then brings the secure service credential storage device to the vendor's store and presents the service credential to the vendor in person. The vendor processes the credential and performs any required user authentication. Once the user is properly authenticated, the vendor presents the purchased item to the customer.
  • FIG. 30A a flow diagram that illustrates a method for performing a payment authorization using nested payment credentials extracted from a service credential in accordance with one embodiment of the present invention is presented.
  • Figure 30A provides more detail for reference numeral 2900 of FIG. 29.
  • the vendor sends a payment request to the payment-clearing agent using the nested payment credential from the service credential, including in the request transaction details such as the amount to be charged.
  • the payment-clearing agent decrypts the sealed part of the nested credential.
  • the payment-clearing agent sends a response.
  • the clearing agent may send a response that includes a transaction identifier and the amount charged. .
  • all or part of the response may comprise a cryptographically encrypted message.
  • Figures 30B-33 illustrate embodiments of the present invention that use a smart card for secure user data storage.
  • Resource-constrained devices are generally considered to be those that are relatively restricted in memory and/or computing power or speed, as compared to typical desktop computers and the like. Although the particular implementation discussed below is described in reference to a smart card, the invention can be used with other resource-constrained devices including, but not limited to, cellular telephones, boundary scan devices, field programmable devices, personal digital assistants (PDAs) and pagers, as well as other miniature or small footprint devices. The invention can also be used on non-resource constrained devices.
  • processor may be used to refer to a physical computer or a virtual machine.
  • FIG. 30B a block diagram that illustrates assigning multiple sets of user data for identities in accordance with one embodiment of the present invention is presented.
  • Figure 31A is similar to FIG. 17, except a smart card 3050 is used for secure data storage (reference numeral 1702 of FIG. 17).
  • FIG. 31 a block diagram that conducting transactions between multiple parties using a smart card on an open network while maintaining privacy in accordance with one embodiment of the present invention is presented.
  • Figure 31 is similar to FIG. 18, except a smart card (3102, 3104) is used for secure user data storage (reference numerals 1802 and 1804 of FIG. 18).
  • FIG. 32 a block diagram that illustrates development of an applet as may be used to provide a secure user access control function for a resource- constrained device such as a smart card is presented.
  • Development of an applet for a resource-constrained device such as a smart card 3240 begins in a manner similar to development of a JavaTM program.
  • a developer writes one or more JavaTM classes and compiles the source code with a JavaTM compiler to produce one or more class files 3210.
  • the applet can be run, tested and debugged, for example, on a workstation using simulation tools to emulate the environment on the card 3240.
  • the class files 3210 are converted to a converted applet (CAP) file 3216 by a converter 3214.
  • the converter 3214 can be a JavaTM application being executed by a desktop computer.
  • the converter 3214 can accept as its input one or more export files 3212 in addition to the class files 3210 to be converted.
  • An export file 3212 contains naming or linking information for the contents of other packages that are imported by the classes being converted. ⁇
  • the CAP file 3216 includes all the classes and interfaces defined in a single JavaTM package and is represented by a stream of 8-bit bytes. All 16- bit and 32-bit quantities are constructed by reading in two or four consecutive 8-bit bytes, respectively.
  • the CAP file 3216 includes a constant pool component (or "constant pool") 3218 which is packaged separately from a methods component 3220.
  • the constant pool 3218 can include various types of constants including method and field references which are resolved either when the program is linked or downloaded to the smart card 3240 or at the time of execution by the smart card.
  • the methods component 3220 specifies the application instructions to be downloaded to the smart card 3240 and subsequently executed by the smart card.
  • the CAP file 3216 can be stored on a computer-readable medium 3217 such as a hard drive, a floppy disk, an optical storage medium, a flash device or some other suitable medium.
  • a computer-readable medium 3217 such as a hard drive, a floppy disk, an optical storage medium, a flash device or some other suitable medium.
  • the computer-readable medium can be in the form of a carrier wave, e.g., a network data transmission, or a radio frequency (RF) data link.
  • RF radio frequency
  • the CAP file 3216 then can be copied or transferred to a terminal 3222 such as a desktop computer with a peripheral card reader 3224.
  • the card reader 3224 allows infom ation to be written to and retrieved from the smart card 3240.
  • the card reader 3224 includes a card port (not shown) into which the smart card 3240 can be inserted. Once inserted, contacts from a connector press against the surface connection area on the smart card 3240 to provide power and to permit communications with the smart card, although, in other implementations, contactless communications can be used.
  • the terminal 3222 also includes an installation tool 3226 that loads the CAP file 3216 for transmission to the card 3240.
  • the smart card 3240 has an input/output (I/O) port 3242 that can include a set of contacts through which programs, data and other communications are provided.
  • the card 3240 also includes an installation tool 3246 for receiving the contents of the CAP file 3216 and preparing the applet for execution on the card 3240.
  • the installation tool 3246 can be implemented, for example, as a JavaTM program and can be executed on the card 3240.
  • the card 3240 also has memory, including volatile memory such as RAM 3250.
  • the card 3240 also has ROM 3252 and non-volatile memory, such as EEPROM 3254.
  • the applet prepared by the controller 3244 can be stored in the EEPROM 3254.
  • the applet is executed by a virtual machine 3249 running on a microprocessor 3248.
  • the virtual machine 3249 which can be referred to as the Java CardTM virtual machine, need not load or manipulate the CAP file 3216. Rather, the Java CardTM virtual machine 3249 executes the applet code previously stored as part of the CAP file 3216.
  • the division of functionality between the Java CardTM virtual machine 3249 and the installation tool 3246 allows both the virtual machine and the installation tool to be kept relatively small.
  • JavaTM virtual machine and the JavaTM programming language are described in T, Lindholm et al, The JavaTM Virtual Machine Specification (1997), and K. Arnold et al., The JavaTM Programming Language Second Edition, (1998).
  • Application programming interface (API) classes for the smart card platform can be written as JavaTM source files which include package designations, where a package includes a number of compilation units and has a unique name. Package mechanisms are used to identify and control access to classes, fields and methods.
  • the Java CardTM API allows applications written for one Java CardTM-enabled platform to run on any other Java CardTM-enabled platform. Additionally, the Java CardTM API is compatible with formal international standards such as ISO 7816, and industry-specific standards such as Europay/MasterCard/Visa (EMV).
  • EMV Europay/MasterCard/Visa
  • ASIC application-specific integrated circuit
  • controller 3244 uses an installation tool 3246 for receiving the contents of the CAP file 3216 and preparing the applet to be executed by a processor 3248.
  • the installation tool 3246 can be implemented, for example, as a JavaTM ' program that has been suitably converted to execute on the smart card 3240.
  • the controller 3244 comprises a virtual machine program 3249 running on a microprocessor 3248.
  • the virtual machine 3249 need not load or manipulate the CAP file 3216. Rather, the virtual machine 3249 executes the applet code in the Cap file 3216.
  • the division of functionality between the virtual machine 3249 and the installation tool 3246 allows both the virtual machine and the installation tool to be kept relatively small.
  • the controller 3244 can be hardwired, for example, as an application-specific integrated circuit (ASIC) or it can be implemented as a combination of a hardware and firmware.
  • ASIC application-specific integrated circuit
  • a computer 3322 is equipped with a card reader
  • the computer 3322 may be connected to a data communications network 3345 that communicates with a plurality of other computing devices, such as a server 3347. It is possible to load data and software onto a smart card over the data communications network 3345 using card equipped devices, Downloads of this nature can include applets or other programs to be loaded onto a smart card as well as profile data, digital cash and other information used in accordance with a variety of electronic commerce and other applications.
  • the instructions and data used to control processing elements of the card reader and of the smart card may be stored in volatile or non- volatile memory or may be received directly over a communications link e.g., as a carrier wave containing the instructions and/or data.
  • the network 3345 can be a LAN or a WAN such as the Internet or other network.
  • multiple user data formats may be used to store user data in the same secure user data storage device.
  • secure user data storage device TBD uses five user data formats: service credential (3340, 3344, 3356, 3358), cookie (3342, 3350), data format A (3346), text file (3348, 3354) and data format B (3352).
  • service credential 3340, 3344, 3356, 3358
  • cookie 3342, 3350
  • data format A 3346
  • text file 3348, 3354
  • data format B 3352
  • FIG. 33B is a block diagram that illustrates assigning various types of user data for identities in accordance with one embodiment of the present invention.
  • Figures 34-41 illustrate embodiments of the present invention that use a randomized user ID to protect a users identity on the World Wide Web.
  • Randomized ID refers to a pseudo-random identifier
  • Identifier 3400 includes an identification server ID 3405 and a randomized ID 3410.
  • the identification server ID 3405 identifies a collection of one or more federated identity servers, including one identity server containing additional information associated with the randomized ID 3410.
  • the identification randomized ID 3410 is computed over data that is associated with the ID and that is stored in one of the federated identification servers.
  • the computation comprises using a cryptographic algorithm, in which case the ID 3410 comprises a cryptogram of the stored data as described previously with respect to reference numeral 915 of FIG. 9 A and reference numeral 945 of FIG. 9B.
  • FIG. 35 a block diagram that illustrates using federated identification servers and federated user authentication servers using a randomized user identifier to gain access to a service while maintaining privacy in accordance with one embodiment of the present invention is presented.
  • Figure 35 illustrates two mechanisms by which a user 3530 uses a personal device (3540, 3545, 3550) connected to a client host 3500 to gain access to one or more service provider servers 3515. Both mechanisms use the randomized ID of FIG. 34 to identify a user, thus protecting user privacy.
  • the first mechanism employs a portal 3505 in communication with the client host 3500.
  • the portal performs identification and user authentication functions to enable connecting to a service provider 3515 via a personal device such as a smart card 3540, PDA 3545 or cell phone 3550.
  • the second mechanism allows access to services either directly from a personal device (3540, 3545, 3550) or from a personal device (3540, 3545, 3550) via a client host 3500.
  • Client host 3500 comprises a terminal or kiosk capable of receiving user input and presenting user information.
  • Client host 3500 provides a user interface to the Web.
  • Client host 3500 may be configured with a card reader to accept a smart card.
  • Service portal 3505 includes a user interface such as a Web page tailored for starting the Web experience.
  • the service portal 3505 is the place where a user obtains a logon credential.
  • the logon credential may include a timestamp and an indication of the QoS of the user authentication performed. Service providers may require additional user authentication.
  • Service provider servers 3515 represent all Web servers accessible on the
  • Service provider servers which are referenced through the service portal 3505.
  • Service provider servers are referenced through the service portal 3505.
  • service provider servers 3515 may include credential authorities, shipping agents, payment agents, order fulfillment companies and the like. Therefore, service provider servers 3515 may be accessed by the user via the service portal 3505. One or more of the service provider servers 3515 may also be accessed directly using a credential that references a service provider server, either directly or via a nested credential.
  • Federated identity servers 3520 assert the truthfulness, accuracy and completeness of data to be stored according to the quality statements associated with the data.
  • a QoS may be a reference to a policy statement that indicates the level of verification performed.
  • Federated user authentication servers 3525 perform user authentication services in a peer group fashion, such as in the Gnutella the peer-to-peer search protocol and JXTATM.
  • the PDA 3545 and cell phone 3550 may communicate with client host
  • the PDA 3545 and cell phone 3550 devices may be equipped with a card reader to accept an external smart card. If equipped with an external card reader and a communications link to a client host 3500 a PDA 3545 or cell phone 3550 may be used as a card reader 3535. Alternatively, the PDA 3545 and cell phone 3550 may be used without an external smart card. Additionally, cell phone 3550 may communicate directly with service provider servers 3515.
  • client host 3500 maintains a list of preferred service portals. A connection via a service portal on the preferred list is attempted before connecting via another service portal.
  • Direct Access to Service Provider Servers
  • the portal acts as an authority or single sign on service server in that it performs user authentication and creates an authenticated logon message.
  • the logon message comprises a credential as described with reference to FIGS. 9 A and 9B.
  • the logon credential is then returned to the user for subsequent use as a single-sign-on token.
  • the user may store the single-sign-on token on a personal device such as a smart card, cell phone or PDA.
  • the logon credential or single-sign-on token enables the user to directly access the service provider server.
  • the user activates access control on the PDA, smart card or cell phone and sends the single-sign-on token to the service provider server.
  • the service provider server may require additional user authentication, depending upon the type of service requested.
  • FIG. 36 a flow diagram that illustrates a method for using federated identification servers and federated user authentication servers using a randomized user identifier to gain access to a service while maintaining privacy in accordance with one embodiment of the present invention is presented.
  • a randomized user identifier is obtained.
  • a determination is made regarding whether it is time to use the credential.
  • the randomized ID is presented to a service portal.
  • a service portal sends a user authentication request to the identity server federation that contains the randomized identifier.
  • all servers in the identity server peer group search for a match with the randomized identifier.
  • the federated identity peer group is comprised of sub-groups and each sub-group is assigned a priority value. A randomized ID is searched for according to sub-group priority. The sub-group having the highest priority searches for a randomized ID first. If the randomized ID is not found, the sub-group having the next-highest priority value performs the search.
  • FIG. 37 a flow diagram that illustrates a method for using federated identification servers and federated user authentication servers using a randomized user identifier to gain access to a service while maintaining privacy in accordance with one embodiment of the present invention is presented.
  • a user enrolls for a service.
  • a randomized ID is received in response to the enrolling.
  • a printed randomized ID is received.
  • a barcode representing the randomized ID is received.
  • the randomized ID is stored.
  • a determination is made regarding whether it is time to use the ID.
  • the randomized ED is used to obtain services.
  • a policy between the randomized ID creator and the randomized ID user determines whether a randomized ID is valid.
  • the randomized ID is valid for a predetermined amount of time.
  • the randomized ID is valid for a predetermined number of uses. In other words, the ID may be used for a predetemiined number of times before it becomes invalid.
  • FIG. 38 a block diagram that illustrates enrolling with an identity server in accordance with one embodiment of the present invention is presented.
  • user 3825 communicates a user identity credential request to federated identity servers 3815, using either the client host 3800 directly, or by using the client host 3800 via a personal device such as a smart card 3835, PDA 3840 or cell phone 3845.
  • the user includes in the user identity credential request 3850 data to be stored.
  • the request may also include a preferred user authentication mechanism and a quality of service (QoS) indicator.
  • Federated identity servers 3815 verify the truthfulness, accuracy and completeness of the data to be stored according to the QoS indicator.
  • the verification may include data authentication as described above.
  • the verification may also include user authentication.
  • the federated identity servers 3815 enroll the user in one of the federated user authentication services that may be requested to perform one or more specific user authentication procedures to authenticate the user in a future logon request.
  • the federated identity servers 3815 return a user identity credential to the user 3825 via client host 3800.
  • user authentication includes issuing a challenge to a user's personal device (3835, 3840, 3845) directly from a federated user authentication server 3820.
  • user authentication includes issuing a challenge from a federated user authentication server 3820 to a user's personal device (3835, 3840, 3845) via a client host 3800.
  • a response to a challenge is communicated directly to the federated user authentication server 3820 that issued the challenge.
  • a response to a challenge is communicated via a client host 3800 to the federated user authentication server 3820 that issued the challenge.
  • the response to the challenge is cryptographically processed by a cell phone, smart card, PDA.
  • service portal 3805 returns a logon credential to the client 3825 via client host 3800.
  • the user may use the logon credential to obtain services from service providers that are accessible via the service portal 3805.
  • Reference numeral 3900 represents creating a user identity credential.
  • a user identity credential comprises a randomized ID and the ID of an identification authority.
  • a user identity credential indicates a user has enrolled for single-sign-on services provided by a federation of user identity servers. Creating a user identity credential was described above with respect to FIG. 38.
  • a logon credential 3905 may be stored as "Session ID cookie" on a client host.
  • a logon credential 3905 includes an indication of when the logon credential will expire, and the client host IP address or any other unique identifier, thus fixing a particular client host to a logon credential and the user represented by the credential.
  • a logon credential is thus limited in time and place. Creating a logon credential was described above with respect to FIG. 38.
  • a logon credential indicates a user is logged in through a particular client host at a particular place. This enables secure delivery of proprietary or paid for information, or other content that must be delivered to the conect device.
  • a logon credential may be stored on a client host because it is only valid when a user is working on that client host.
  • a new dynamic user identity credential 3900 may be obtained in the process of obtaining the logon credential 3905. It may be updated with additional user data and credentials 3910 in a reenrollment process. Alternatively, the logon credential 3905 maybe used to create a service credential.
  • a service credential is a one-time token for a session with a specific server that may be obtained by applying a logon credential when accessing a service, while a logon credential may be used for multiple simultaneous sessions for multiple service providers.
  • a service provider creates a service credential for its own use.
  • a service credential may applied to obtain further specific services, either for immediate use or fulfillment, or for postponed use or fulfillment. If the service credential is applied for immediate use of a service, a fulfillment credential 3925 may be dynamically created to satisfy the requested use.
  • Reference numeral 3939 represents the consumption or use of the fulfillment credential, after which time the fulfillment credential can no longer be used and can be discarded.
  • a rights key credential 3935 may be created.
  • the entire rights key credential may be stored on a secure client host or personal device.
  • the rights key credential may be stored in a locker 3950 and a locker access credential is created 3955 and then stored 3960 on a secure host or personal access device.
  • the first method stores the entire rights key credential on a secure device
  • the second method stores or locks the entire rights key on a resource server somewhere on the Web, and stores a key to the rights key on a secure device.
  • a Locker access credential is a special rights key credential, where the resources protected by the rights key are other credentials.
  • An exemplary use of a locker mechanism is as follows: A user shops a vendor Web site and purchases the rights to listen to a selection of music tracks for a year. A set of rights key credentials is used to store the rights purchased by the user and the rights keys are used later to access the resource(s) directly.
  • any of the logon credential, service credential and fulfillment credential are cookies.
  • FIG. 40 a block diagram that illustrates using a randomized identifier for access to distributed resources while maintaining privacy in accordance with one embodiment of the present invention is presented.
  • user data is distributed among multiple places. Access to resources owned by a user is protected by one or more credentials.
  • a credential includes a randomized ID, revealing nothing about the identity of the recipient. This search and match operation completely hides the identity of entity accessing the data, thus preventing leaking information about the identity of the user opening or gaining access to the resource.
  • having data distributed over several peer groups ensures privacy because no single entity can actually use the information each of these groups stores.
  • a user authentication server federation performs user authentication on matching entries from an identity server federation.
  • the user authentication server federation performs a sufficient level of user authentication to support the required QoS.
  • the user authentication may receive a credential supporting a first QoS, perform additional user authentication and then return a credential supporting a higher level QoS.
  • FIG. 41 a flow diagram that illustrates a method for presenting a matching entry or entries from an identity server federation to a user authentication server federation to determine a single valid user data entry in accordance with one embodiment of the present invention is presented.
  • Figure 41 provides more detail for reference numeral 3635 of FIG. 36.
  • a user record for the user that has been found by the identification server is retrieved.
  • a determination is made regarding whether the required QoS for user authentication can be met by the current user authentication server. If the current user authentication server cannot meet the required QoS, at 4110 a request is made for one or more other cooperating user authentication servers to perform additional user authentication.
  • the client is engaged with using a challenge-response protocol or other protocol to obtain the required QoS.
  • QoS' is an indication of how much effort has been made by the user authentication servers working together to establish that the user is actually present at a terminal and intent on proceeding with the service request such as, by way of example, a purchase transaction.
  • the user authentication credential is returned.
  • user authentication includes determining a cell phone number for a user and issuing a user authentication challenge to the user via the cell phone.
  • the user authentication challenge may be, by way of example, a password challenge.
  • user authentication includes the use of biometrics such as a retinal scan or fingerprint.
  • user authentication includes asking a smart card to engage in a cryptographic protocol to confirm that the user has entered a PIN number for the card.
  • the user authentication includes asking a smart card to engage in a protocol to authenticate a user using biometrics stored on the card.
  • PIN pad is used to enter a PIN number for the card.
  • user authentication includes a combination of password/PIN and biometrics.
  • the user authentication server federation includes at least one user- authentication server that is specialized to perform a single type of user authentication. Having separate user authentication servers that perform different functions enhances privacy because the data about an individual is spread among multiple servers.
  • Figures 42 A - 46C illustrate embodiments of the present invention that use one or more credential to access data.
  • FIG. 42 A a block diagram that illustrates data stored in a resource server in accordance with one embodiment of the present invention is presented.
  • a resource server stores resources 4200 and associated rights key credential identifiers.
  • a resource may be, by way of example, access to a Web page or audio track.
  • Each rights key credential includes one or more cryptographic keys that allow access to the associated resource.
  • the identifiers 4205 are identifiers of credentials that give access to a resource.
  • the user When a user wants to use a resource, the user presents a rights key credential and a request for a resource to a resource server.
  • the resource server finds a resource matching the rights key credential. Rights keys in the credential are used to open or gain access to the resource.
  • the entire rights key credential is stored on a secure device.
  • the credential ID is stored in a secure device and the rest of the rights key credential is stored separately.
  • One example use of this embodiment is where the resource is requested by a third party (such as a merchant accessing user data) that is not the owner but has permission of the owner to access the resource.
  • a third party such as a merchant accessing user data
  • the resource owner may authorize the third party to access the owner's credential and copy it into the third party's credential mechanism, thus providing the third party with indirect access to the resource protected by the credential.
  • a second rights key ID may be associated with the resource referring to the rights key credential held by the owning user.
  • FIG. 42B a block diagram that illustrates data stored in a resource server in accordance with one embodiment of the present invention is presented.
  • Figure 42 is similar to FIG. 42A, except that FIG. 42B includes references to one or more cryptographic protection mechanism 4220 that are available for use to provide a cryptographic protection when delivering the resource content to the user.
  • FIG. 43 A a block diagram that illustrates obtaining a resource from a resource server in response to a resource request including a set of rights keys in accordance with one embodiment of the present invention is presented.
  • FIG. 43B a block diagram that illustrates obtaining a resource from a resource server in response to a resource request including a set of rights keys and a reference to a delivery protection mechanism and optionally a target device in accordance with one embodiment of the present invention is presented.
  • resources are delivered to the client host or the optionally provided target device under protection of the referenced cryptographic mechanism.
  • the credential data field 4365 and the sealed credential data field 4370 include cryptographic key data.
  • Public keys may be stored in the credential data field 4365, while secret keys are stored in the sealed credential data field 4370.
  • Nested credentials 4375 may refer to credentials that relate to a resource delivery mechanism. For example, a user with a credential that entitles the user to play an MP3 file may indicate a connection should be made directly with a client device such as an MP3 player via an infrared connection to a client host. This increases user control over the use of remotely-stored resources.
  • FIG. 44 a flow diagram that illustrates a method for obtaining access to a resource in accordance with one embodiment of the present invention is presented.
  • a resource server is sent a resource request that includes a rights key credential.
  • the resource server matches the key with an identifier in a set of identifiers associated with a resource.
  • a determination is made regarding whether a new ID must be created. If a new ID must be created, it is created at 4415. If in this case, the ID is returned to the user.
  • the resource found at 4405 is returned.
  • FIG. 45 a flow diagram that illustrates a method for obtaining access to a resource requiring multiple keys in accordance with one embodiment of the present invention is presented. Multiple keys may be used, by way of example, when the owner of a resource and the entity requesting the resource are different entities.
  • a resource server is sent a resource request that includes a first rights key credential and a second rights key credential.
  • the resource server matches both keys with identifiers in a set of identifiers associated with a resource.
  • a detennination is made regarding whether a new ID must be created. None, one or both of the IDs may need to be created. If a new ID must be created, it is created at 4515.
  • the resource found at 4505 is returned.
  • Figure 46 A is a block diagram that illustrates a Universal Resource
  • Locator that includes a rights key credential to access a specific kind of resource stored on a server in a resource server peer group in accordance with one embodiment of the present invention.
  • the URL 4600 includes a resource server peer group 4620, a resource directory for a particular type of resource 4625, and the rights key for the resource 4630.
  • Figure 46B is a block diagram that illustrates a Hypertext Transfer
  • HTTP HyperText Transfer Protocol
  • Figure 46C is a block diagram that illustrates a smart card that includes a rights management applet in accordance with one embodiment of the present invention.
  • Figures 46D, 47 and 48 illustrate embodiments of the present invention that use approximated user data to obtain services for a user in a manner that is privacy- sensitive.
  • the term “Aggregation” refers to transforming specific user data into less specific and thus more approximate user data and the term “Aggregation authority” refers to an authority that performs this function. Aggregation includes obtaining information about a user that is not exact. For example, a service provider might store the number of times any Web page with a certain attribute was accessed, instead of storing the Web page URL or the Web page itself.
  • An aggregation authority may be classified in terms of the aggregation policies the authority applies.
  • An external aggregation authority applies publicly accepted aggregation policies.
  • a peer aggregation authority applies aggregation policies shared with another peer aggregation authority.
  • An internal aggregation authority applies its own private aggregation policies.
  • a peer group authority may restrict access to its policies to its peers.
  • Aggregation itself may be static or dynamic.
  • static aggregation refers to perfonning aggregation based only upon user-provided information.
  • An aggregation authority receives user-provided information, applies an aggregation policy to the user-provided data and returns approximated user data to the user.
  • dynamic aggregation refers to performing aggregation based upon both user-provided information and local information gathered about the user during an interaction with a service
  • a service provider receives user data from a user.
  • the service provider also stores and gathers its own information about the user.
  • the service provider presents both types of user data to an authority.
  • the aggregation authority applies an aggregation policy to the combined data to obtain new approximated user data and returns the new approximated user data to the service provider.
  • FIG. 46D a block diagram that illustrates dynamic aggregation of user data in accordance with one embodiment of the present invention is presented.
  • Figure 46D includes a user 4645, a first vendor Web site 4635, a second vendor Web site 4640 and an authority 4630.
  • the user 4645 shops at first vendor Web site 4635 and second vendor Web site 4640.
  • the vendors (4635, 4640) communicate with the authority 4640.
  • To obtain approximated user data based on more specific user data such as user activity at the vendor Web site.
  • the approximated user data becomes part of the user data that the user retains for use when visiting other Web sites.
  • the user data is stored in secure user data storage.
  • a user 4645 presents a user profile to a first book vendor 4635.
  • the first book vendor 4635 collects information about the type of books viewed or purchased using the first book vendor's Web site.
  • the book vendor 4635 may note the user purchased a number of science fiction novels and a number of gardening books.
  • the book vendor presents this collected user data and the user profile obtained from the user 4645 to an authority 4630.
  • the authority applies an aggregation policy to the user profile and the collected user data to obtain approximated user data.
  • one possible aggregation policy may be to rate a user interest in book categories, using a commonly accepted set of categories.
  • the user data indicate the user 4645 is interested in neither science fiction nor gardening, and if the collected user data indicates the user 4645 recently purchased ten books in each category from book vendor 4635, the user data is modified to include a rating of the user's interest in these two categories.
  • the user 4645 may subsequently shop at a second book vendor Web site.
  • the user 4640 presents a user profile including the approximated user data created when the user visited the first vendor 4635 Web site.
  • the second book vendor 4640 may use the approximated user infonnation to tailor the user's experience while shopping at the second Vendor Web site.
  • the second book vendor 4640 may also collect information about the type of books viewed or purchased using the second book vendor's Web site, present this information to the authority 4630 and receive updated approximated user data, using a process similar to that which was discussed with respect to the first vendor 4635.
  • FIG. 47 a flow diagram that illustrates a method for dynamic aggregation of user data in accordance with one embodiment of the present invention is presented.
  • a service provider receives a service request and associated user data.
  • user profile information is collected.
  • the user data and user profile information or a reference to the information is presented to an authority.
  • the service provider receives approximated user information from the authority.
  • the approximated user information is returned to the user.
  • FIG. 48 a flow diagram that illustrates a method for static aggregation of user data in accordance with one embodiment of the present invention is presented.
  • user data is received.
  • an aggregation policy is applied to the user data to obtain approximated user data.
  • the approximated user data is returned to the user.
  • aggregated user data is stored in a credential.
  • a profile includes one or more credentials that in turn include aggregated user data.
  • a profile is thus a form of aggregation of information about a user.
  • part of the data in the profile is bit-mapped.
  • Aggregation is privacy-protecting because the information stored is not exact. Therefore, it reveals nothing about a user as an individual. Any user could be described using approximated user information without revealing the user's identity. Furthermore, the mechanism for compiling the information may be hidden.
  • FIG. 49 a block diagram that illustrates using a smart card to securely store and reconfigure cookies in accordance with one embodiment of the present invention is presented.
  • a computer 4930 is equipped with a card reader 4935 for receiving a smart card 4940.
  • the computer 4930 may be connected to a network 4920 that communicates with a plurality of other computing devices, such as a Web server 4900.
  • Web server 4900 includes cookie-processing logic 4915, reconfigured cookies 4910 and at least one secret 4905 shared with applet 4945 on smart card 4940.
  • Smart card 4940 also includes cookie-processing logic 4960 and storage for at least one cookie 4955.
  • Web Server 4900 issues a cookie request that is received by computer 4930. If the requested cookie is on the smart card 4940 and if the cookie comprises a dynamic cookie, cookie-processing logic 4960 uses the shared secret 4940 to reconfigure the cookie bit pattern and the reconfigured cookie is sent to Web server 4900 via computer 4930. Cookie-processing logic 4915 on Web server 4900 receives the reconfigured cookie and determines whether the cookie needs to be reconstructed. If the cookie needs to be reconstructed, cookie-processing logic 4915 reconstructs the cookie using shared secret 4905. Because cookies are reconfigured before being sent, a packet sniffer 5025 or similar device cannot match cookie data with a particular user.
  • a cookie is associated with a timestamp. If the timestamp indicates the cookie is stale, the cookie is not processed.
  • all cookies on a card are static, thus obviating the need for shared secrets (4905, 4950).
  • a cookie management credential specifies the type of cookie management to be performed.
  • FIG. 50 a block diagram that illustrates using a smart card to securely store and reconfigure cookies in accordance with one embodiment of the present invention is presented.
  • Figure 50 is similar to FIG. 49, except that the secret 5065 resides only on Web server 5000 and is not shared with smart card 5040. Additionally, cookie update logic (5005, 5050) is used to periodically update cookies on the smart card 5040.
  • cookie update logic 5005, 5050
  • FIG. 51 a flow diagram that illustrates a method for browsing the World Wide Web (WWW) in accordance with one embodiment of the present invention is presented.
  • the card is placed in a card reader.
  • a browser accesses a Web site.
  • a determination is made regarding whether a cookie is needed. If a cookie is needed, the browser requests a cookie from the card at 5145.
  • the card receives the cookie request and determines whether the card has a cookie matching the request. If the card has a cookie matching the request, at 5110 a determination is made regarding whether the user has enabled the card to return cookies for the request such as entering a PIN. If the card has enabled cookies for the request, at.
  • the browser makes a determination regarding whether a cookie was returned from the card. If no cookie was returned from the card, a cookie is obtained from off the card, such as a local hard drive, and the cookie is sent to the server at 5160.
  • the cookie from the card is sent to the server at 5160.
  • the server determines whether a cookie was returned from the browser. If no cookie was returned from the browser, the process terminates at 5185. If a cookie was returned from the browser, at 5170 a determination is made regarding whether the cookie needs to be reconstructed. If the cookie needs to be reconstructed, it is reconstructed at 5175 and used at 5180. If the cookie does not need to be reconstructed. In either case, it is used at 5180.
  • Embodiments of the present invention have a number of advantages.
  • Service providers can exchange information about a person without revealing inappropriate or unnecessary information, thus business transactions may be conducted over an open network such as the Internet while maintaining privacy.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • General Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Signal Processing (AREA)
  • Health & Medical Sciences (AREA)
  • Bioethics (AREA)
  • General Health & Medical Sciences (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Computing Systems (AREA)
  • Medical Informatics (AREA)
  • Databases & Information Systems (AREA)
  • Storage Device Security (AREA)
  • Meter Arrangements (AREA)

Abstract

L'invention concerne un procédé permettant d'obtenir un service dans un réseau de communication de données. Ce procédé consiste à procéder à une inscription auprès d'une autorité et à utiliser les résultats de l'inscription pour obtenir un service auprès d'un fournisseur de service. Cette inscription génère des résultats d'inscription qui comprennent des données utilisateur. Le fournisseur de services peut communiquer avec l'autorité afin de vérifier les résultats de l'inscription.
EP02786579A 2001-10-29 2002-10-29 Gestion de l'identification dans un reseau de communication de donnees Withdrawn EP1440546A2 (fr)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US33373 1998-03-02
US10/033,373 US20030084172A1 (en) 2001-10-29 2001-10-29 Identification and privacy in the World Wide Web
PCT/US2002/034687 WO2003039095A2 (fr) 2001-10-29 2002-10-29 Gestion de l'identification dans un reseau de communication de donnees

Publications (1)

Publication Number Publication Date
EP1440546A2 true EP1440546A2 (fr) 2004-07-28

Family

ID=32592285

Family Applications (1)

Application Number Title Priority Date Filing Date
EP02786579A Withdrawn EP1440546A2 (fr) 2001-10-29 2002-10-29 Gestion de l'identification dans un reseau de communication de donnees

Country Status (4)

Country Link
EP (1) EP1440546A2 (fr)
JP (1) JP2006502459A (fr)
AU (1) AU2002350046A1 (fr)
WO (1) WO2003039095A2 (fr)

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0981519A (ja) * 1995-09-08 1997-03-28 Kiyadeitsukusu:Kk ネットワーク上の認証方法
US7272723B1 (en) * 1999-01-15 2007-09-18 Safenet, Inc. USB-compliant personal key with integral input and output devices

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See references of WO03039095A3 *

Also Published As

Publication number Publication date
WO2003039095A2 (fr) 2003-05-08
JP2006502459A (ja) 2006-01-19
AU2002350046A1 (en) 2003-05-12
WO2003039095A3 (fr) 2004-01-22

Similar Documents

Publication Publication Date Title
US7085840B2 (en) Enhanced quality of identification in a data communications network
US7275260B2 (en) Enhanced privacy protection in identification in a data communications network
US7496751B2 (en) Privacy and identification in a data communications network
US20030084302A1 (en) Portability and privacy with data communications network browsing
US20030084171A1 (en) User access control to distributed resources on a data communications network
US7237118B2 (en) Methods and systems for authentication of a user for sub-locations of a network location
US6668322B1 (en) Access management system and method employing secure credentials
EP1461718B1 (fr) Identite pour reseau reparti
CA2403383C (fr) Systeme, procede et produit de programme informatique pour fournir des services d'authentification unifies pour applications en ligne
EP1440546A2 (fr) Gestion de l'identification dans un reseau de communication de donnees
KR101066729B1 (ko) 네트워크 위치의 하위 위치에 대한 사용자의 인증을 위한 방법 및 시스템
Richardson et al. A Single Sign-On Identity Management System Without a Trusted Third Party

Legal Events

Date Code Title Description
PUAI Public reference made under article 153(3) epc to a published international application that has entered the european phase

Free format text: ORIGINAL CODE: 0009012

17P Request for examination filed

Effective date: 20040520

AK Designated contracting states

Kind code of ref document: A2

Designated state(s): AT BE BG CH CY CZ DE DK EE ES FI FR GB GR IE IT LI LU MC NL PT SE SK TR

AX Request for extension of the european patent

Extension state: AL LT LV MK RO SI

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: THE APPLICATION IS DEEMED TO BE WITHDRAWN

18D Application deemed to be withdrawn

Effective date: 20080501