WO2001071961A9 - System, method and computer program product for providing unified authentication services for online applications - Google Patents
System, method and computer program product for providing unified authentication services for online applicationsInfo
- Publication number
- WO2001071961A9 WO2001071961A9 PCT/US2001/009188 US0109188W WO0171961A9 WO 2001071961 A9 WO2001071961 A9 WO 2001071961A9 US 0109188 W US0109188 W US 0109188W WO 0171961 A9 WO0171961 A9 WO 0171961A9
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- user
- server
- authentication
- present
- policy
- Prior art date
Links
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L63/00—Network architectures or network communication protocols for network security
- H04L63/08—Network architectures or network communication protocols for network security for authentication of entities
- H04L63/083—Network architectures or network communication protocols for network security for authentication of entities using passwords
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F21/00—Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F21/30—Authentication, i.e. establishing the identity or authorisation of security principals
- G06F21/31—User authentication
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L63/00—Network architectures or network communication protocols for network security
- H04L63/08—Network architectures or network communication protocols for network security for authentication of entities
- H04L63/0861—Network architectures or network communication protocols for network security for authentication of entities using biometrical features, e.g. fingerprint, retina-scan
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L63/00—Network architectures or network communication protocols for network security
- H04L63/10—Network architectures or network communication protocols for network security for controlling access to devices or network resources
- H04L63/105—Multiple levels of security
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L63/00—Network architectures or network communication protocols for network security
- H04L63/12—Applying verification of the received information
- H04L63/123—Applying verification of the received information received data contents, e.g. message integrity
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2221/00—Indexing scheme relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F2221/21—Indexing scheme relating to G06F21/00 and subgroups addressing additional information or applications relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F2221/2117—User registration
Definitions
- the present invention relates generally to a system, method and computer program product for controlling access to information, and more particularly to providing unified authentication services in an Application Service Provider
- the Internet is a world- wide set of interconnected computer networks that can be used to access a growing amount and variety of information electronically.
- the Internet today works especially well with the rapid access and exchange of public or non-confidential information.
- One method of accessing information on the Internet is known as the
- FIG. 1 is a network block diagram showing a plurality of clients and servers connected to the Internet.
- the Internet's popularity can be contributed in part to tools or protocols that have been developed to allow any user to take advantage of what the Internet has to offer.
- a web browser is a software application that makes it easy for users to locate and display web pages. Examples of web browsers include Netscape Navigator and Microsoft's Internet Explorer.
- a web browser is one example of a communication protocol-enabled client, as described herein. Other examples of a communication protocol-enabled client may include, but is not limited to, a TCP/IP client and a wireless client.
- HTTP HyperText Transfer Protocol
- HTTP is called a stateless protocol because each command is executed independently, without any knowledge of the commands that came before it or after it. This is one reason why it is difficult to implement web sites that react intelligently to user input. This feature of HTTP has been addressed in a number of new technologies that compliment HTTP, including ActiveX, Java, JavaScript and cookies.
- a cookie for example, is a message given to a web browser by a web server. Cookies are a general mechanism which server side connections can use to both store and retrieve information on the client side of the connection. This addition of a simple, persistent, client-side state significantly extends the capabilities of web-based client/server applications.
- a server when returning an HTTP object to a user, may also send a piece of state information which the user will store. Included in that state object is a description of the range of URLs for which that state is valid. Any future HTTP requests made by the user which fall in that range will include a transmit-al of the current value of the state object from the user back to the server.
- the state object is a cookie. This simple mechanism provides a powerful tool which enables a host of new types of applications to be written for web-based environments.
- SSL Secure Sockets Layer
- SSL is aprotocol used for fr-msr-mtting private documents via the Internet.
- SSL works by using a private session key that is known only to the web browser for that particular session. The session key changes for each session. The session key is used to encrypt data that is transferred over the SSL connection.
- Many web sites use the SSL protocol to obtain confidential user information, such as credit card numbers.
- S-HTTP Secure HTTP
- SSL creates a secure connection between a client and a server over which any amount of data can be sent securely
- S-HTTP is designed to transmit individual messages securely. SSL and S-HTTP, therefore, can be seen as complementary rather than competing technologies.
- an Internet provider of information needs to balance adequate confidential information protection with the ease of information access and exchange over the Internet.
- registered users of web applications should have some control over the level of protection provided to their accounts managed by web applications to ensure adequate user comfort levels are achieved.
- the user should only have to enroll once (i.e., provide his or her credentials) and then have these credentials reused for authentication to all of the user's accounts.
- the system for remotely enrolling, authenticating and providing unified authentication services in an ASP setting to a user to access requested information via a communication medium includes client side components. Also included in the system is a filter coupled to the client side components via the communication medium and a user management component coupled to the client side components via the communication medium.
- the user management component allows end-users to register their credentials once.
- the user management component allows end-users to define the level of protection of access to their web application accounts.
- the system also includes server side components coupled to the filter and to the user management component via the communication medium.
- the client side components include an authentication control component that manages the process of capturing user credentials and communicates the result of the capturing process to the filter.
- the server side components include an authentication server.
- the authentication server stores data related to a plurality of users and at least one policy that is associated with the user.
- the user policy defines an authentication level where the authentication level defines the probability that the user is authorized to access the requested information.
- the authentication server receives the user credentials from the filter, attempts to authenticate the user by executing the user policy and communicates to the filter whether the user is authenticated.
- the filter interacts with a server containing the requested information once the user is authenticated by the authentication server.
- the present invention provides client side components that include an authentication control component and an enroll application.
- the enroll application is responsible for driving presentation logic that interacts with the user when presenting user credentials.
- the authentication control component is responsible for managing the process of capturing user credentials and communicating the result of the capturing process to the server side components.
- FIG. 1 is a network block diagram showing a plurality of clients and servers connected to the Internet;
- FIG.2 is a block diagram representing an example operating environment of the present invention according to an embodiment;
- FIG. 3 illustrates an example computer that may be used to implement components of the present invention according to an embodiment
- FIG. 4 illustrates the communication components performing the necessary functions required when the communication protocol is a wireless communication protocol according to an embodiment of the present invention
- FIG. 5A illustrates the communication components performing the necessary functions required when the communication protocol is for a local network or an intranet according to an embodiment of the present invention
- FIG. 5B illustrates the communication components performing the necessary functions required when the communication protocol is for the Internet according to an embodiment of the present invention
- FIG. 6 illustrates tasks of the listen object of the authentication function according to an embodiment of the present invention
- FIG.7 illustrates tasks of the comm object of the authentication function according to an embodiment of the present invention
- FIG. 8 illustrates tasks of the authenticate object of the authentication function according to an embodiment of the present invention
- FIG. 9 illustrates tasks of the listen object of the remote enrollment function according to an embodiment of the present invention
- FIG. 10 illustrates tasks of the enroll object of the remote enrollment function according to an embodiment of the present invention
- FIG. 11 illustrates a high level message flow between the components of the present invention for authenticating a user using a web browser according to an embodiment of the present invention
- FIG. 12 illustrates a high level message flow between the components of the present invention for remotely enrolling a user using web browser 212 according to an embodiment of the present invention
- FIG. 13 illustrates tasks of the user management component according to an embodiment of the present invention
- FIG. 14 illustrates a high level message flow between the components of , the present invention for user management using a web browser according to an embodiment of the present invention.
- FIG. 15 is a high level flowchart illustrating the present invention requesting and then storing user credentials and requested policies in order to allow the user to define the level of protection of access to one or more of the user's online application accounts according to an embodiment of the present invention.
- the inventors of the present invention recognized that a solution did not exist that effectively balances protection of confidential information defined by end-users with the ease of access to the same confidential information via a communication medium, such as the Internet. It is important to note that while the present invention is described with reference to the Internet, it is not meant to limit the present invention. The present invention also applies to intranets, wireless networks, and so forth.
- Jane may decide to protect her online banking account with a policy that requires her to pass a fingerprint scanner, a voice recognition system and a face recognition system to access her account. Whereas, Jane may only want to protect her discounted vacations account with a fingerprint scanner. Jane will be required by the present invention to provide her credentials once, which include a finge rint measurement, a voice measurement and a face measurement.
- the present invention is implemented in an Application Service Provider (ASP) setting.
- ASP Application Service Provider
- an ASP is a third-party entity that manages and distributes software-based services and solutions to customers across a wide area network from a central data center.
- the solution must not decrease the popularity of the Internet in terms of the ease of rapid information access and exchange currently provided by the Internet.
- the architecture of the system of the present invention must be a cross-platform, high performance, extensible, and highly scalable solution for authenticating communication protocol-enabled clients, as well as remotely enrolling the credentials of communication protocol-enabled clients.
- Single sign-on provides each user with one password to access all web application resources (including public or non-confidential information and confidential information). Most users can remember one password without writing it down. While this reduces the complexity and cost of administering information protection, it reduces the probability that the user gaining access to the information is authentic. While single sign-on using a password is acceptable to authenticate users who access non-confidential information, single sign-on using a password is not acceptable to authenticate users who access confidential information, in addition to other types of information. The probability that the user gaining access is authentic can be increased by forcing each user to use multiple passwords, tokens, smart cards or biometric devices to access different types of information (e.g., confidential versus non-confidential information).
- FIG.2 is a block diagram representing an example operating environment of the present invention. It should be understood that the example operating environment in FIG. 2 is shown for illustrative purposes only and does not limit the invention. Other implementations of the operating environment described herein will be apparent to persons skilled in the relevant art(s) based on the teachings contained herein, and the invention is directed to such other implementations.
- an authentication server 202 communication components 204, a filter 206, a user management component 207, an authentication control component 208, device specific components 210, a web browser 212 and one or more of web/application server 214 is shown.
- An embodiment of the functional modules or components of the present invention includes authentication server 202, communication components 204, filter 206, a user management component 207 and authentication control component 208.
- the components of the present invention can each be classified under the following categories including: client side components; filter component; user management component; server side components and remote enrollment components.
- Authentication server 202 and communication components 204 are classified as server side components.
- Authentication control component 208, along with device specific components 210 and web browser 212, is classified as client side components.
- Filter 206 is classified as a filter component.
- User management component 207 is classified as a user management component.
- authentication control component 208 and communication components 204 are classified as remote enrollment components.
- the server side components and the remote enrollment components are designed to be platform independent and only require that the communication with them be done over a standard, published protocol (e.g., HTTP protocol (RFC 2068)).
- authentication control component 208 is classified as both a client side component and a remote enrollment component.
- communication components 204 are classified as both a server side component and a remote enrollment component. The reuse of these components in different classifications (or functions) of the present invention is the result of implementing the components in an object oriented programming language.
- An advantage of any object-oriented program is that it enables programmers to create modules (that perform functions) that do not have to be changed when a new type of object is added.
- An object includes both the data and functions required to perform a task.
- created modules do not need to be changed when a new type of object (or function) is added.
- This implementation of the present invention reduces complexity and thus increases efficiency.
- the categories (and their respective components) of the present invention are described next.
- authentication server 202 and communication components 204 are classified as server side components.
- Authentication server 202 is connected to communication components 204 (see FIG.2).
- Authentication server 202 is described in detail in related, co-pending U.S. Application No. 09/264,726 and U.S. Application No. 09/517,121 (see, "Cross-Reference to Related Applications" above).
- authentication server 202 is briefly described next.
- Authentication server 202 is the engine of the present invention and stores collections of data required by the present invention. Both the functions of the engine and the data stored in authentication server 202 will be discussed in further detail below.
- the types of data stored in authentication server 202 are partially determined through the operations of an enrollment station and an administration station (not shown).
- the enrollment station is used to enroll users that are to be authenticated by the present invention.
- the enrollment station has attached to it every type of device (e.g., biometric devices like finge ⁇ rint scanners, voice or face recognition systems, etc., or security tokens such as RSA tokens, VASCO tokens, and so forth) used by the present invention to enroll and ultimately authenticate users.
- biometric devices like finge ⁇ rint scanners, voice or face recognition systems, etc.
- security tokens such as RSA tokens, VASCO tokens, and so forth
- the user may be enrolled with as many devices as the adn inistrator deems necessary.
- the administration station is used by the administrator of the present invention to perform overall management duties.
- the administrator can also use the administration station to generate various reports.
- the reports may include a list of different types of data stored in authentication server 202 (e.g., a list of the currently enrolled users in the present invention).
- the a ⁇ ministration station is typically used to setup the initial data in authentication server 202.
- the satellite enrollment station is used to enroll users into the present invention at remote locations.
- the satellite enrollment station may have as many devices attached to it as the administration station, but alternatively may also be a scaled down version of the administration station.
- the present invention allows for web browsers (i.e., communication protocol-enabled clients) to act as remote enrollment stations.
- Authentication server 202 also includes authentication components (i.e, authentication objects) that are not shown in FIG.2. Authentication components interact with communication components 204 to provide the necessary function to perform user authentication. Authentication components will be described in more detail below.
- authentication server 202 also includes enrollment components (not shown in FIG.2) that interact with communication components
- authentication server 202 is connected to communication components 204.
- Communication components 204 include different types of objects that perform specific functions, including a listen object and a comm object (which are described below). These types of objects are used to provide the necessary communication by the present invention when the user is attempting to be authenticated'.
- the present invention provides a solution that effectively balances the protection of confidential information with the ease of access to the same confidential information via a communication medium, such as the Internet. It is important to note that while the present invention is described with reference to the Internet, it is not meant to limit the present invention. The present invention also applies to intranets, wireless networks, and so forth.
- communication components 204 perform the necessary communication functions to authenticate the user via that particular medium. This is shown with reference to FIGs.4, 5 A and 5B.
- FIG. 4 communication components 204 perform the necessary functions for a wireless network.
- FIG.5 A illustrates communication components 204 performing the necessary functions for a local network or intranet.
- FIG. 5B illustrates communication components 204 performing the necessary functions for the Internet. Communication components 204, authentication components, and how they interact with each other, will be described next with the communication medium being the Internet, although the present invention is not limited to the Internet.
- the listen object is instantiated by authentication server 202 at the time it starts up.
- the listen object is responsible for the following tasks as illustrated by FIG. 6.
- the flowchart starts at step 602.
- the listen object acts like a HTTP daemon listening on the standard SSL port (i.e., port 443) for incoming SSL connection requests, as illustrated by step 602. Control then passes to step 604.
- step 604 once the listen object receives a SSL connection request, the listen object ensures that the request is processed by the comm object, as described below. Control then passes back to step 602, where the listen object listens for incoming SSL connection requests. The listen object is only destroyed once authentication server 202 is turned off.
- the listen object ensures that the request is processed in step 604.
- the listen object may be implemented as a standard daemon-thread, worker-thread-pool model where a single daemon thread accepts all incoming connection requests and hands off the newly created socket (for each connection) to one of the worker threads in the pool. The daemon thread can then go back to listening for more incoming connections.
- the number of threads in the pool may be a configurable parameter. Threads are well known in the relevant art.
- the listen obj ect may use an IO Completion Port to provide a single point of receiving requests from and transmitting responses to clients. This technique also lends naturally to asynchronous communication mechanisms, which have been shown to improve performance of IO centric processes. IO Completion Ports and asynchronous communication mechanisms are also well known in the relevant art. The comm object of the present invention will be discussed next.
- a comm object is instantiated for each new client session.
- a client session results when a user at web browser 212 attempts to access web/application server 214. Once the authentication process is completed, an error occurs, or a timeout occurs, the corresponding comm object is destroyed.
- the comm object is responsible for the following tasks as illustrated by FIG. 7.
- the flow begins at step 702.
- the comm object negotiates a session key with web browser 212 for symmetric encryption/decryption of data. This may involve exchanging of server-side certificates as well as client-side certificates. Control then passes to step 704.
- step 704 the comm object receives data from web browser 212 encrypted with the session key. Control then passes to step 706.
- step 706 the comm object decrypts the data received in step 704. Control then passes to step 708.
- step 708 the comm object parses the HTTP headers and content in the decrypted data. Control then passes to step 710.
- step 710 the comm obj ect creates a data obj ect conforming to a specific format from the received data and hands it off to the authentication components of authentication server 202 (i.e., authenticate object) or a policy object (via the authenticate object).
- Policy objects are explained in detail in related, co-pending U.S. Application No. 09/264,726 and U.S. Application No. 09/517,121.
- a policy object differs depending on the specific policy being used. It is policy that determines the method or way in which a user is to be authenticated by the authentication components of authentication server 202.
- step 712 the comm object receives the data object back from the authenticate object or the policy object and formats it according to HTTP specifications. Control then passes to step 714.
- step 714 the comm object encrypts the data with the session key to be sent back to web browser 212. Control then passes to step 716.
- step 716 the comm object sends the encrypted data to web browser 212. It is important to note that some or all of the above steps may be repeated several times if the policy requires multi-factored authentication.
- the flowchart in FIG. 7 ends at this point. As stated above, the comm object is destroyed once the authentication process is completed, if an error occurs, or if a timeout occurs.
- the authentication components (i.e., authenticate object) of the present invention is described next.
- the authenticate object is also instantiated for each new client session. As with the communication objects described above, authentication objects may also be communication medium specific.
- the tasks of the authenticate object is illustrated in FIG. 8. In FIG. 8, control starts at step 802. In step 802, the authenticate object retrieves the policy (or policy object) from the database (or database object) that is to be used to authenticate the user. Control then passes to step 804.
- step 804 the authenticate object informs communication components 204 of all necessary messages that are required for communication with web browser 212 (via filter 206 and via authentication control component 208). Once the authentication message exchange is complete, control passes to step 806. In step 806, the authenticate object returns the final result to filter 206 (via communication components 204), which in turn interacts with server/web application 214 to allow (or disallow) access to the user.
- the interaction between filter 206 and server/web application 214 to hand-off control of the access with the user is referred to by the present invention as integration.
- FIG. 8 ends at this point.
- the client side components of the present invention are described next.
- Authentication control component 208 along with device specific components 210 and web browser 212, are classified as client side components by the present invention.
- Device specific components 210 are software libraries and other components that are specific to an identification device (e.g., biometric devices like fingerprint scanners, voice or face recognition systems, etc., or security tokens such as RSA tokens, NASCO tokens, and so forth).
- Device specific components 210 are typically shipped by the device manufacturers and usually include an Application Programming Interface (API) that can be used to interface with the device. API's are well known in the relevant art.
- API Application Programming Interface
- Authentication control component 208 works in conjunction with device specific components 210 to manage the process of capturing a user credential, doing any local processing that is necessary and communicating the result of this processing to filter 206.
- authentication control component 208 can be implemented as ActiveX control for certain web browsers (e.g., Internet Explorer) and implemented as a plug-in that contains the same logic as the Active X control for other web browsers (e.g., Netscape).
- the client side components of the present invention provide two features including software integrity and one-time download. Once authentication control component 208 is downloaded on the client computer or machine, malicious users may tamper with it. To prevent this, client software integrity is checked each time before authentication control component 208 is used. This may be accomplished by performing a hash on the code for authentication control component 208, as well as the code for device specific components 210. If any changes are discovered, then the original code for authentication control component 208 and/or device specific components 210 are downloaded before the authentication of the present invention proceeds.
- the one-time download feature of the present invention deals with the fact that a particular version of authentication control component 208 is downloaded only once on a user's computer, either at enrollment time or the first time the user tries to authenticate from a computer that does not have authentication control component 208. Thereafter, each new version of authentication control component 208 is also downloaded only once on the user' s computer.
- the filter component is described next.
- Filter 206 is a lightweight component that resides with web/application server 214 (i.e., any web server or application server that requires the authentication services of the present invention).
- the code for filter 206 is preferably written in the native language (e.g., C, C++, Java, etc) of web/application server 214 for optimum performance.
- filter 206 looks at all requests sent from web browser 212 and intercepts any request for authentication from web browser 212. Filter then forwards the authentication requests to authentication server 202.
- Filter 206 is designed to interoperate with existing web servers including, but not limited to, Netscape Enterprise Server (NES), Microsoft Internet Information Server (MS IS), Apache, etc., to provide authentication services for accessing web sites. Filter 206 may also be used with application servers including, but not limited to, BEA WebLogic, SilverStream Application Server, Oracle AppServer, Sun NetDynamics, Microsoft Site Server, etc., to provide authentication services for web applications including online b- ⁇ r ⁇ king, online stock trading, and so forth. As shown in FIG. 2, filter 206 is connected to one or more of web/application server 214. Web/application 412 represents both a web server and an application server as mentioned above. Remote enrollment components of the present invention are described next.
- the present invention allows users to register their credentials remotely (over the Internet, intranets, wireless networks, and so forth).
- the remote enrollment components of the present invention include authentication control component 208, communication components 204 and a middle-tier enroll application.
- authentication control component 208 may also be used for enrollment as well as authentication (client side component).
- communication components 204 include a listen object and a comm obj ect.
- communication components 204 interact with the enrollment components of authentication server 202 (i.e., enroll objects, which is the counte ⁇ art of authentication object described above). This allows "one-time" download of authentication control component 208 either at the time of enrollment, or if the user moves to a different computer than the one they enrolled on, authentication control component 208 is downloaded the first time the user tries to authenticate from that different computer.
- the remote enrollment functionality of the present invention requires authentication control component 208 to capture the user's credentials (e.g., biometric measurement, password, etc.) and send the credentials to the enroll object to be stored in the database of authentication server 202 for future authentication of the user by the present invention.
- authentication control component 208 to capture the user's credentials (e.g., biometric measurement, password, etc.) and send the credentials to the enroll object to be stored in the database of authentication server 202 for future authentication of the user by the present invention.
- the enroll application drives the presentation logic of the remote enrollment process.
- the enroll application is responsible for creating the user visible HTML that is viewed in web browser 212.
- Several technologies may be used to implement the user visible HTML including, but not limited to, Active Server Pages (ASP), Java Server Pages (JSP), JANA Servlets, Microsoft ISAPI and Netscape NSAPI.
- the enroll application acts as the go-between authentication control component 208 on one side and the listen obj ect, the comm object and the enroll object on the other side. The tasks of the listen object, the comm object and the enroll object are described next.
- the listen object is instantiated by authentication server 202 at the time authentication server 202 starts up.
- the listen object is responsible for the following tasks as illustrated by FIG. 9.
- the flowchart starts at step 902..
- the listen object acts like a HTTP daemon listening on the standard SSL port (i.e., port 443) for incoming SSL connection requests, as illustrated by step 902. Control then passes to step 904.
- step 904 once the listen object receives a SSL connection request, the listen object looks at the parameters of the request and determines whether control should be transferred to the enroll object, the comm object, or any other functional object the present invention supports. Note that FIG. 6 illustrates the case where there is only one type of request possible (i.e., an authentication request). Control then passes to step 906. In step 906, the listen obj ect ensures that the request is processed. Control then passes back to step 902, where the listen object listens for incoming SSL connection requests. The listen object is only destroyed once authentication server 202 is turned off.
- a comm object is instantiated for each new client session.
- a client session results when a user at web browser 212 attempts to access web/application server 214. Once the enrollment process is completed, an error occurs, or a timeout occurs, the corresponding comm object is destroyed.
- the comm object is responsible for the same tasks as illustrated by FIG. 7.
- the enroll obj ect is the counterpart of the authentication obj ect described above, in that it implements the logic for and drives the message exchange with authentication control component 208 (through the enroll application).
- a new instance of the enroll object is also instantiated for each new client session.
- enroll objects may also be communication medium specific.
- the tasks of the enroll object are illustrated in FIG. 10. In FIG. 10, control starts at step 1002. In step 1002, the enroll object creates the policy (or policy object) for the user. Control then passes to step 1004.
- step 1004 based on the created policy, the enroll object requests the necessary credentials from the user to be stored as a template. For example, if the policy requires that the user be tested on both a fingerprint device and a hand print device, the enroll object requests the biometric measurements of the user's fingerprint and hand-print. Control then passes to step 1006.
- step 1006 the enroll object stores the policy and credentials (or templates) in the database of authentication server 202.
- the flowchart in FIG. 10 ends at this point.
- the present invention allows a user to register his or her credentials once with the present invention.
- the present invention then reuses the user's credentials to authenticate the user to access one or more potentially unrelated online accounts provided by web/application servers 214.
- the present invention also allows the user to determine which policy and types of identification devices should be used to authenticate the user to a particular user online account provided by web/application server 214.
- web/application server 214 may either require that the user register with the present invention or simply provide the user with the opportunity to register with the present invention.
- Another way in which a user can first be associated with the present invention is for the user to directly contact the present invention to determine which web/application servers 214 utilize the present invention. For example, if the user is looking for an online banking application/provider and is concerned with protecting his or her confidential account information, the user may actually choose his or her online banking provider based on whether the online banking provider utilizes the present invention.
- User management component includes user management component 207. It is the function of user management component 207 to maintain a central data center that stores and manages (and thus reuses) user credentials for authentication to potentially unrelated online accounts provided by web/application servers 214. User management component 207 drives the presentation logic of the user management process.
- User management component 207 may drive the interaction with the user through authentication control component 208 by presenting wizards and/or the user visible HTML pages that are viewed in web browser 212 to capture the policy(ies) (which includes the necessary identification devices to execute the policy(ies)) specified by the user and user credentials (e.g., biometric measurement, password, etc.).
- user management component 207 interacts with authentication server 202 to provide the policy that should be used when attempting to authenticate the user to a particular online account.
- User management component 207 may be developed using any of the industry standard platforms including, but not limited to, Java Servlets, Ente ⁇ rise Java Beans, IS API extensions, Active Server Page programs, and so forth.
- FIG. 15 is a high level flowchart illustrating the present invention requesting and then storing user credentials and requested policies in order to allow the user to define the level of protection of access to one or more of the user's online accounts.
- the present invention requests that the user indicate which policy to use for a particular online account provided by web/application server 214. This may also include allowing the user to determine the identification devices used to implement the user-determined policy. As will be described further below, the user may indicate the same policy for all of the user's online accounts, or use different policies for each account.
- the user's online accounts may be provided by the same web/application server 214 or different web/application servers 214.
- the present invention guides the user to supply credentials (e.g., biometric measurement, password, etc.) needed to execute the policies.
- credentials e.g., biometric measurement, password, etc.
- the storage and management of user credentials for providing to end-users unified authentication services for online or web applications is decoupled from the authentication and enrollment functions of the present invention.
- authentication control component 208 that captures the user's desired policy and, then based on the desired policy, captures the required credentials. Control then passes to step 1504.
- step 1504 user management component 207 receives the user' s desired polices for each of the user's online accounts and user credentials from authentication control component 208. Control then passes to step 1506.
- step 1506 user management component 207 stores the received user credentials and desired polices in a cental location.
- the database of authentication server 202 may act as the central location or data center for the user management function of the present invention. As will be described below in detail, there are many different ways in which this information may be organized to facilitate the present invention. The flowchart in FIG. 15 ends at this point.
- the present invention may organize data in a central data center so as to tie a single user to multiple unrelated web applications is described next.
- the present invention assigns an ID to each user that uniquely identifies the user.
- this ID is a Globally Unique ID (or GUID) which uniquely identifies the user to the present invention.
- GUID Globally Unique ID
- a user "John Smith” has an account with several different web applications mcluding tradeonline.com for his day trading, drugonline.com for filling his medical prescriptions, and bankonline.com for his banking needs. It is important to note that each of these web applications may potentially not know the other applications exists. (One thing they have in common is that they have all agreed to work with the present invention to allow users to define the level of protection that is allotted to the user's account.) Therefore, each of the web applications have provided John Smith with unique usernames.
- the present invention maps each of John Smith's account usernames to the same GUID.
- the following Table 2 can then be used to map John Smith's GUID to the policy that should be used to authenticate the user. (Assume that John Smith has decided to use the same policy for each of his accounts.)
- the user is made aware of his or her GUID.
- the advantage to this is that the user can enter his or her GUID instead of his or her username for an account with a web/application server 214. Of course this would require some intelligence in the web/application server 214 to recognize the GUID.
- Table 1 can be eliminated.
- the present invention can go directly to Table 2 to determine the policy for the GUID.
- John Smith wants to use different policies for each of his accounts.
- Table 3 illustrates how this is done by the present invention.
- a table similar to Table 2 above can be eliminated.
- the policy ID in Table 2 and Table 3 represents a policy already defined by the present invention and stored in the database of authentication server 202.
- the user may indicate the same policy for all of the user's online accounts, or use different policies for each online account.
- the GUID may have a 1:1 or an m:n relationship with a user policy.
- pre-defined policies provided by the present invention include an OR policy, an AND policy, a CONTINGENT policy, a RANDOM policy, a THRESHOLD policy, a multi-user policy, a multi-location policy, a multi- template policy, a user dependent policy, a location restriction policy, and a computer/device specific policy.
- the present invention also allows the administrator to define or configure other policies.
- control starts at step 1302.
- step 1302 the user management component 207 receives the username for the web application or online account the user is attempting to access. Again, this username is unique to the user with regard to the particular web application. Control then passes to step 1304.
- step 1304 the user management component 207 maps the username to the user's GUID of the present invention. Again, this may be done by utilizing a table such as Table 1 above. Control then passes to step 1306.
- step 1306 the user management component 207 maps the user's GUID to the user's policy (or policy object) of the present invention. This may be done utilizing a table such as Table 2 above. Control then passes to step 1308.
- step 1308 the user management component 207 indicates to authentication server 202 which policy to use when attempting to authenticate the user to the online account or web application.
- the flowchart in FIG. 13 ends at this point.
- Authentication server 202, communication components 204, filter 206, user management component 207, authentication control component 208, enrollment station, administration station and satellite enrollment station could be implemented using computer 300 as shown in FIG. 3. Obviously, more than one of these functional components could be implemented on a single computer 300.
- the present invention may be implemented using hardware, software or a combination thereof and may be implemented in a computer system or other processing system. In fact, in one embodiment, the invention is directed toward one or more computer systems capable of carrying out the functionality described herein.
- the computer system 300 includes one or more processors, such as processor 304.
- the processor 304 is connected to a communication bus 306.
- Various software embodiments are described in terms of this example computer system. After reading this description, it will become apparent to a person skilled in the relevant art how to implement the invention using other computer systems and/or computer architectures.
- Computer system 300 also includes a main memory 308, preferably random access memory (RAM), and can also include a secondary memory 310.
- the secondary memory 310 can include, for example, a hard disk drive 312 and/or a removable storage drive 314, representing a floppy disk drive, a magnetic tape drive, an optical disk drive, etc.
- the removable storage drive 314 reads from and/or writes to a removable storage unit 318 in a well known manner.
- Removable storage unit 318 represents a floppy disk, magnetic tape, optical disk, etc. which is read by and written to by removable storage drive 314.
- the removable storage unit 318 includes a computer usable storage medium having stored therein computer software and/or data.
- secondary memory 310 may include other similar means for allowing computer programs or other instructions to be loaded into computer system 300.
- Such means can include, for example, a removable storage unit 322 and an interface 320. Examples of such can include a program cartridge and cartridge interface (such as that found in video game devices), a removable memory chip (such as an EPROM, or PROM) and associated socket, and other removable storage units 322 and interfaces 320 which allow software and data to be transferred from the removable storage unit 318 to computer system 300.
- Computer system 300 can also include a communications interface 324.
- Communications interface 324 allows software and data to be transferred between computer system 300 and external devices. Examples of communications interface 324 can include a modem, a network interface (such as an Ethernet card), a communications port, a PCMCIA slot and card, etc.
- Software and data transferred via communications interface 324 are in the form of signals which can be electronic, electromagnetic, optical or other signals capable of being received . by communications interface 324. These signals 326 are provided to communications interface via a channel 328. This channel 328 carries signals
- 326 can be implemented using wire or cable, fiber optics, a phone line, a cellular phone link, an RF link and other communications channels.
- computer program medium and “computer usable medium” are used to generally refer to media such as removable storage device 318, a hard disk installed in hard disk drive 312, and signals 326. These computer program products are means for providing software to computer system 300.
- Computer programs are stored in main memory and/or secondary memory 310. Computer programs can also be received via communications interface 324. Such computer programs, when executed, enable the computer system 300 to perform the features of the present invention as discussed herein. In particular, the computer programs, when executed, enable the processor 304 to perform the features of the present invention. Accordingly, such computer programs represent controllers of the computer system 300.
- the software may be stored in a computer program product and loaded into computer system 300 using removable storage drive 314, hard drive 312 or communications interface 324.
- the control logic when executed by the processor 304, causes the processor 304 to perform the functions of the invention as described herein.
- the invention is implemented primarily in hardware using, for example, hardware components such as application specific integrated circuits (ASICs).
- ASICs application specific integrated circuits
- the invention is implemented using a combination of both hardware and software.
- Object-oriented programming is a type of programming in which programmers define not only the data type of a data structure, but also the types of operations (functions) that can be applied to the data structure. In this way, the data structure becomes an obj ect that includes both data and functions.
- programmers can create relationships between one object and another. For example, objects can inherit characteristics from other objects.
- object-oriented programming techniques enable programmers to create modules that do not need to be changed when a new type of object is added.
- a programmer can simply create a new object that inherits many of its features from existing objects. This makes object-oriented programs easier to modify.
- object-oriented programming language OOPL
- C++ and Smalltalk are two of the more popular languages, and there are also object-oriented versions of Pascal.
- One or more of computers 302 is connected by a network.
- An embodiment of the present invention uses a type of network architecture called a peer-to-peer object architecture.
- a type of network architecture called client/server architecture Before peer-to-peer object architecture can be understood, a type of network architecture called client/server architecture must be described.
- Client/server architecture is a network architecture in which each computer or process on the network is either a client or a server.
- Servers are computers or processes dedicated to managing disk drives (file servers), printers (print servers), applications/functions or network traffic
- a server is any computer or device that allocates resources for an application.
- Clients are personal computers or workstations on which users run applications. Clients rely on servers for resources, such as files, devices, execution of functions and even processing power.
- an embodiment of the present invention uses a type of network architecture called a peer-to-peer object architecture.
- a peer-to-peer object architecture is when each computer in the network has equivalent capabilities and responsibilities. This differs from client/server architectures, in which some computers are dedicated to serving the others. Therefore, in an embodiment of the present invention, all computers 302 can operate as either a server or a client. The engine and data stored in authentication server 202 is described next.
- authentication server 202 of FIG. 2 is the engine of the present invention. In an embodiment of the present invention, it is this engine
- authentication server 202 stores data accessed by the present invention.
- the ways in which the data stored in authentication server 202 can be configured include as a database and as a directory. Both the database and directory configurations are described in detail in related, co-pending U.S. Application No. 09/264,726 and U.S. Application No. 09/517,121.
- the various collections of data stored in authentication server 202, along with a typical sequence of steps an administrator may take to initially setup authentication server 202, are also described in detail in related, co-pending U.S. Application No.09/264,726 and U.S. Application No.09/517,121.
- Typical data stored in authentication server 202 include, but are not limited to, templates, policies (or policy IDs), groups, device IDs, user IDs, computer IDs and application IDs. Additional data may include one or more tables that map the user' s unique username for a web application to the user' s GUID, and then to the user-specified policy.
- One or more unique templates is created and stored in authentication server 202 each time a user enrolls on a different identification device.
- a template stores the user's unique measurement for a particular biometric device (which is then used to match against the user's "live” measurement when the device is attempting to identify the user) or password, etc., for a non-biometric device.
- Policies of the present invention determine the method or way in which a user is to be authenticated by authentication server 202.
- Specific examples of pre-defined policies provided by the present invention include an OR policy, an AND policy, a CONTINGENT policy, a RANDOM policy, a THRESHOLD policy, a multi-user policy, a multi-location policy, a multi-template policy, a user dependent policy, a location restriction policy, and a computer/device specific policy.
- the present invention also allows the administrator to define or configure other policies.
- Each pre-defined policy has a list of devices associated with it.
- the list of devices identifies the identification devices that are used to execute the particular policy.
- Each device in the list of devices may have a threshold value and a timeout value associated with it (this is typically true with biometric devices).
- the threshold value e.g., false acceptance rate
- the timeout value indicates the time in which the device has to identify the user to the level of identification indicated by the threshold value.
- Groups in the present invention are a logical way of combining one or more users that need access to the same set of information stored on web/application server 214.
- all users in the Internet may be allowed to access the login page of an online application that allows users to trade stocks.
- USB24458 group For the same online application, the user and only other users specific by the user would be in the group that is allowed to access confidential information of the user. Therefore, one of the groups can be defined as "USR24458 group.”
- USB24458 group when a user is put into “USR24458 group,” that user (once authenticated by the present invention) has access to the same resources as all the other users in
- Each user can be put into one or more groups.
- the user When the user attempts to gain access to information in a particular group, the user must be authenticated by whichever policy is associated with that particular group.
- a device ID identifies an identification device.
- Each identification device has a unique ID.
- the collection of device IDs allows the present invention to uniquely identify each identification device attached to Communication protocol-enabled clients (web browsers) in the Internet.
- a user ID uniquely identifies a user utilizing the present invention. The message flows between the components of the present invention to authenticate the user and to remotely enroll the user are described next in Section E and Section F, respectively.
- FIG. 11 illustrates a high level message flow between the components of the present invention for authenticating a user using web browser 212 according to an embodiment of the present invention.
- the user When the user tries to access a web site or a web application that is using the services of the present invention, the user is prompted to enter the "username" that the user registered with during the enrollment process. This "username" is sent to filter 206, as shown by flow line 1102.
- filter 206 Once filter 206 receives the "username,” filter 206 then sends a request to authentication server 202 (via communication components 204) to retrieve the
- Authentication server 202 retrieves the "username" policy and templates and returns them to filter 206 (via communication components 204), as shown by flow line 1106.
- filter 206 challenges the user to present the user's credentials, as shown by flow line 1108.
- authentication control component 208 guides the user through any necessary biometric measurement capture and matching processes. • Authentication control component 208 then sends the results of the challenge to filter 206 who forwards those results to authentication server 202 (via communication components 204), as shown by flow lines 1110 and 1112, respectively.
- authentication server 202 decides whether the match was good enough and if additional credentials are required (as in the case of multi factored authentications or policies) to access the particular information requested by the user. If multi factored authentication is required, then flow lines 1106 through 1112 are repeated as many times as necessary.
- authentication server is able to execute the user's policy and determines whether the user has been authenticated, communication components
- filter 204 forwards the result to filter 206, as shown by flow line 1114.
- filter 206 interacts with web/application server 214 to allow the user access to its requested information.
- filter 206 either allows or denies the user access to the requested information, as shown by flow line 1116.
- flow line 1116 The message flow between components for remote enrollment of the present invention will be described next.
- FIG.12 illustrates a high level message flow between the components of the present invention for remotely enrolling a user using web browser 212 according to an embodiment of the present invention.
- the message flow for remote enrollment is very similar to the message flow for authentication.
- the enroll application manages the interaction with the user.
- For authenticating the user to use the enroll application itself several techniques may be used by the present invention. For example, the existing username-password combination that a user uses to access the application or web site today may be used. Another example is a one-time password or PIN may be generated and mailed (electronically or otherwise) to the user. In either case, the enroll object
- the user submits the one-time password or PIN to filter 206, as shown in flow line 1202.
- Filter 206 then requests one-time authentication for the user by the enroll object, as shown by flow line 1204.
- Filter 206 forwards this request to authentication control component 208, as shown by flow linel208.
- Authentication control component 208 (via the enroll application) captures the necessary biometric measurements from the user and then posts the results of this capture to filter 206, as shown by flow linel210. The results of this capture are then forwarded from filter 206 to the enroll obj ect to store the results in authentication server 202, as shown by flow line 1212. The user at this point has been enrolled in the present invention.
- the component API and extensibility of the present invention are described next.
- FIG. 14 illustrates a high level message flow between the components of the present invention to provide unified authentication services to a user using web browser 212 according to an embodiment of the present invention.
- the user When the user tries to access an account provided by web/application server 214 that is using the services of the present invention, the user is prompted to enter the "username” that they registered with for that account (for example, "jsmith.user.tradeonIine.com”). This "username” is sent to filter 206, as shown by flow line 1402. Once filter 206 receives the "username,” filter 206 then forwards the
- user management component 207 determines the GUID and policy (which includes any necessary identification devices needed to execute the policy) to use to authenticate the user. User management component 207 then forwards the policy to authentication server 202, as shown by flow line 1406.
- Authentication server 202 then authenticates as normal utilizing the policy provided to it by user management component 207, as shown by flow line 1408.
- the server side components i.e., authentication server 202 and communication components 204
- filter 206 and enroll application present a well-defined interface to web-enabled clients. These interfaces consist of a set of URLs that can be requested using HTTP GET or POST methods.
- the API and related conventions shown below are only examples of how to implement these interactions. These examples are not meant to limit the present invention. All URL requests could be required to follow the syntax below:
- METHOD Type of HTTP method Can be GET or POST
- the server-side components, filter 206 and the enroll application expect requests in a specific format.
- the responses to these requests also follow a specific format.
- BNF is an acronym for "Backus-Naur Form," which is a metasyntactic notation used to specify the syntax of programming languages, command sets, and the like.
- BNF of a request of the present invention that includes an identification of the type of object that needs to be created and the data to send to the object.
- the architecture can easily be extended to allow other web functionality to be added to authentication server 202.
- Such an example of another functionality includes remote administration of authentication server 202.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Security & Cryptography (AREA)
- Computer Hardware Design (AREA)
- General Engineering & Computer Science (AREA)
- Computing Systems (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Theoretical Computer Science (AREA)
- Biomedical Technology (AREA)
- General Health & Medical Sciences (AREA)
- Software Systems (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Health & Medical Sciences (AREA)
- Information Transfer Between Computers (AREA)
- Computer And Data Communications (AREA)
Abstract
Description
Claims
Priority Applications (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CA2403383A CA2403383C (en) | 2000-03-23 | 2001-03-23 | System, method and computer program product for providing unified authentication services for online applications |
JP2001570010A JP2004524591A (en) | 2000-03-23 | 2001-03-23 | Systems, methods, and computer program products for providing integrated authentication services for online applications |
AU2001243706A AU2001243706A1 (en) | 2000-03-23 | 2001-03-23 | System, method and computer program product for providing unified authenticationservices for online applications |
Applications Claiming Priority (4)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US19147100P | 2000-03-23 | 2000-03-23 | |
US60/191,471 | 2000-03-23 | ||
US69506000A | 2000-10-25 | 2000-10-25 | |
US09/695,060 | 2000-10-25 |
Publications (2)
Publication Number | Publication Date |
---|---|
WO2001071961A1 WO2001071961A1 (en) | 2001-09-27 |
WO2001071961A9 true WO2001071961A9 (en) | 2001-12-20 |
Family
ID=26887076
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/US2001/009188 WO2001071961A1 (en) | 2000-03-23 | 2001-03-23 | System, method and computer program product for providing unified authentication services for online applications |
Country Status (4)
Country | Link |
---|---|
JP (1) | JP2004524591A (en) |
AU (1) | AU2001243706A1 (en) |
CA (1) | CA2403383C (en) |
WO (1) | WO2001071961A1 (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9009798B2 (en) | 2000-03-23 | 2015-04-14 | Citibank, N.A. | System, method and computer program product for providing unified authentication services for online applications |
Families Citing this family (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
GB2386445A (en) * | 2002-03-13 | 2003-09-17 | Hewlett Packard Co | Application server functions |
US8458775B2 (en) | 2006-08-11 | 2013-06-04 | Microsoft Corporation | Multiuser web service sign-in client side components |
CN105450629A (en) * | 2015-10-29 | 2016-03-30 | 东莞酷派软件技术有限公司 | Biological-information-verification-based router connecting method and apparatus, and router |
Family Cites Families (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH06223041A (en) * | 1993-01-22 | 1994-08-12 | Fujitsu Ltd | Rarge-area environment user certification system |
US5724423A (en) * | 1995-09-18 | 1998-03-03 | Telefonaktiebolaget Lm Ericsson | Method and apparatus for user authentication |
US5930804A (en) * | 1997-06-09 | 1999-07-27 | Philips Electronics North America Corporation | Web-based biometric authentication system and method |
US6052468A (en) * | 1998-01-15 | 2000-04-18 | Dew Engineering And Development Limited | Method of securing a cryptographic key |
US6178511B1 (en) * | 1998-04-30 | 2001-01-23 | International Business Machines Corporation | Coordinating user target logons in a single sign-on (SSO) environment |
-
2001
- 2001-03-23 WO PCT/US2001/009188 patent/WO2001071961A1/en active Search and Examination
- 2001-03-23 CA CA2403383A patent/CA2403383C/en not_active Expired - Lifetime
- 2001-03-23 JP JP2001570010A patent/JP2004524591A/en not_active Withdrawn
- 2001-03-23 AU AU2001243706A patent/AU2001243706A1/en not_active Abandoned
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9009798B2 (en) | 2000-03-23 | 2015-04-14 | Citibank, N.A. | System, method and computer program product for providing unified authentication services for online applications |
US9438633B1 (en) | 2000-03-23 | 2016-09-06 | Citibank, N.A. | System, method and computer program product for providing unified authentication services for online applications |
Also Published As
Publication number | Publication date |
---|---|
WO2001071961A1 (en) | 2001-09-27 |
CA2403383A1 (en) | 2001-09-27 |
CA2403383C (en) | 2011-06-28 |
AU2001243706A1 (en) | 2001-10-03 |
JP2004524591A (en) | 2004-08-12 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US9438633B1 (en) | System, method and computer program product for providing unified authentication services for online applications | |
US8042162B2 (en) | Method and system for native authentication protocols in a heterogeneous federated environment | |
US8561161B2 (en) | Method and system for authentication in a heterogeneous federated environment | |
US8554930B2 (en) | Method and system for proof-of-possession operations associated with authentication assertions in a heterogeneous federated environment | |
US8607322B2 (en) | Method and system for federated provisioning | |
US7085840B2 (en) | Enhanced quality of identification in a data communications network | |
US7496751B2 (en) | Privacy and identification in a data communications network | |
US7275260B2 (en) | Enhanced privacy protection in identification in a data communications network | |
US7725562B2 (en) | Method and system for user enrollment of user attribute storage in a federated environment | |
US7587491B2 (en) | Method and system for enroll-thru operations and reprioritization operations in a federated environment | |
JP4370258B2 (en) | Method, data processing system, and computer program for managing user sessions (method and system for integrated signoff in a heterogeneous environment) | |
US9143502B2 (en) | Method and system for secure binding register name identifier profile | |
US20040128546A1 (en) | Method and system for attribute exchange in a heterogeneous federated environment | |
US20040128541A1 (en) | Local architecture for federated heterogeneous system | |
US20030084171A1 (en) | User access control to distributed resources on a data communications network | |
US20030084302A1 (en) | Portability and privacy with data communications network browsing | |
JP2005516533A (en) | Single sign-on on the Internet using public key cryptography | |
CA2403383C (en) | System, method and computer program product for providing unified authentication services for online applications | |
CA2398584C (en) | System, method and computer program product for enrolling and authenticating communication protocol-enabled clients for access to information | |
EP1440546A2 (en) | Managing identification in a data communications network |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AK | Designated states |
Kind code of ref document: A1 Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NO NZ PL PT RO RU SD SE SG SI SK SL TJ TM TR TT TZ UA UG UZ VN YU ZA ZW |
|
AL | Designated countries for regional patents |
Kind code of ref document: A1 Designated state(s): GH GM KE LS MW MZ SD SL SZ TZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE TR BF BJ CF CG CI CM GA GN GW ML MR NE SN TD TG |
|
121 | Ep: the epo has been informed by wipo that ep was designated in this application | ||
AK | Designated states |
Kind code of ref document: C2 Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NO NZ PL PT RO RU SD SE SG SI SK SL TJ TM TR TT TZ UA UG UZ VN YU ZA ZW |
|
AL | Designated countries for regional patents |
Kind code of ref document: C2 Designated state(s): GH GM KE LS MW MZ SD SL SZ TZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE TR BF BJ CF CG CI CM GA GN GW ML MR NE SN TD TG |
|
COP | Corrected version of pamphlet |
Free format text: PAGES 1/16-16/16, DRAWINGS, REPLACED BY NEW PAGES 1/16-16/16; DUE TO LATE TRANSMITTAL BY THE RECEIVING OFFICE |
|
REG | Reference to national code |
Ref country code: DE Ref legal event code: 8642 |
|
WWE | Wipo information: entry into national phase |
Ref document number: 2403383 Country of ref document: CA |
|
ENP | Entry into the national phase in: |
Ref country code: JP Ref document number: 2001 570010 Kind code of ref document: A Format of ref document f/p: F |
|
122 | Ep: pct app. not ent. europ. phase | ||
DFPE | Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101) |