WO1998038759A2 - Generic user authentication for network computers - Google Patents

Generic user authentication for network computers Download PDF

Info

Publication number
WO1998038759A2
WO1998038759A2 PCT/US1998/000450 US9800450W WO9838759A2 WO 1998038759 A2 WO1998038759 A2 WO 1998038759A2 US 9800450 W US9800450 W US 9800450W WO 9838759 A2 WO9838759 A2 WO 9838759A2
Authority
WO
WIPO (PCT)
Prior art keywords
user
user information
program
web
web server
Prior art date
Application number
PCT/US1998/000450
Other languages
French (fr)
Other versions
WO1998038759A3 (en
Inventor
Patrick Samuel Botz
Thomas Michael Moskalik
Devon Daniel Snyder
Carol Jean Woodbury
Original Assignee
International Business Machines Corporation
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
Application filed by International Business Machines Corporation filed Critical International Business Machines Corporation
Priority to EP98902469A priority Critical patent/EP1055164B1/en
Priority to DE69838262T priority patent/DE69838262T2/en
Priority to JP10537635A priority patent/JP2000508153A/en
Publication of WO1998038759A2 publication Critical patent/WO1998038759A2/en
Publication of WO1998038759A3 publication Critical patent/WO1998038759A3/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/14Handling requests for interconnection or transfer
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/40Network security protocols
    • 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
    • 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
    • H04L63/083Network architectures or network communication protocols for network security for authentication of entities using passwords
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/10Network architectures or network communication protocols for network security for controlling access to devices or network resources
    • H04L63/102Entity profiles
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/10Network architectures or network communication protocols for network security for controlling access to devices or network resources
    • H04L63/105Multiple levels of security
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/51Discovery or management thereof, e.g. service location protocol [SLP] or web services
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/22Parsing or analysis of headers
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/30Definitions, standards or architectural aspects of layered protocol stacks
    • H04L69/32Architecture of open systems interconnection [OSI] 7-layer type protocol stacks, e.g. the interfaces between the data link level and the physical level
    • H04L69/322Intralayer communication protocols among peer entities or protocol data unit [PDU] definitions
    • H04L69/329Intralayer communication protocols among peer entities or protocol data unit [PDU] definitions in the application layer [OSI layer 7]

Definitions

  • the present invention relates to network systems using Internet technology. More particularly, the present invention relates to the authentication of users submitting job requests from web clients.
  • a current trend in network computing is to provide lower cost workstations without sacrificing end-user capabilities.
  • Such workstations are being made available through the exploitation of the emerging Internet technologies that continue to be developed.
  • new network solutions such as IBM's Network Station, utilize a World Wide Web environment wherein each client workstation behaves like a Web client (i.e., it utilizes a Web browser) connected to an HTTP (Hypertext Transfer Protocol) server.
  • HTTP Hypertext Transfer Protocol
  • Web based applications on web servers are implemented through CGI (Common Gateway Interface) programs, scripts or some other form of application program interface (API), such as Netscape'sTM NSAPI, Microsoft'sTM ISAPI, or Java's Servlet API.
  • CGI Common Gateway Interface
  • API application program interface
  • CGI programs Similar to the act of retrieving HTML (Hypertext Markup Language) documents on web servers from web clients, CGI programs provide the means by which web clients can run applications in real time on web servers and receive back dynamically created output. CGI programs are executed each time a client requests a URL (Uniform Resource Locator) corresponding to the CGI program.
  • URL Uniform Resource Locator
  • a limitation involved in the running of CGI programs is the fact that a web based server does not typically keep track or know which user is running a given CGI program. This can create potential security problems, particularly in the case where it is desirous to have programs behave differently depending upon the privilege level of the user.
  • HTTP servers are known to include processes for performing very limited forms of basic user authentication. These servers, however, require that the web user provide a password each time the client is directed to a new server. Given the number of servers that may be involved in a web based network, this presents serious limitations. Thus, a system is required that can provide user authentication over a complete web based network.
  • the present invention provides a system and method for identifying and responding to a user's authority level on a web based network.
  • the invention includes a network system having a web server, such as an HTTP server, at least one web client that includes a mechanism for submitting user information along with CGI execution requests to the web server, and at least one self authenticating CGI program that is initially executable under a default user mode or user ID.
  • the CGI program includes a means for examining the user information, a means for determining the privilege level of the user, a means for causing the program to run in a non-default mode, a means for storing and returning the user information back to the web client, and a means for returning the CGI program back to a default user mode.
  • the present invention provides a method of providing user authentication that includes the steps of providing a web server that initially extracts user information from the end user during a one time logon procedure.
  • the web server then stores password information for the user in a security object on the web server and stores other user information in hidden variables and sends the user information back to the web client in an HTML form.
  • All subsequent CGI execution requests from the web client include the following steps. First, the user information is returned back to the web server with the execution request in the HTML hidden variables. Next, execution of the CGI program is commenced under a default user mode or ID on the web server.
  • the user information received with the execution request is then examined and the authority level of the user is determined. The authority level of the user may be determined by obtaining password information from the security object.
  • this invention contemplates a network system having many HTTP servers, each comprising a generic or common protocol for implementing the herein disclosed user authentication system and method.
  • any web server API application program interface
  • any web server API such as Netscape'sTM NSAPI, Microsoft'sTM ISAPI, or Java's Servlet API, or any other type of web program interface type may be substituted for CGI as described herein.
  • FIG. 1 depicts a block diagram of a web based client server network in accordance with a preferred embodiment of the present invention.
  • FIG. 2 depicts pseudo code from a CGI program and associated subroutines in accordance with a preferred embodiment of the present invention.
  • FIG. 3 depicts a flow diagram of a method of implementing user authentication in accordance with a preferred embodiment of the present invention.
  • FIG. 1 depicts a web based client server network 10. Included is a file server 16 that includes an HTTP server 18, a plurality of CGI programs 20, a security object 22, and a storage device 21. Also shown is a web client
  • the communication link between web client 12 and file server 16 may be accomplished with any type of transmission link including ethernet, twisted pair, token ring, telephone wires, optical fibers, coaxial cable and/or a wireless transmission system.
  • the network system 10 operates as follows.
  • a web client 12 seeks to execute a CGI program on the file server 16, it submits a CGI execution request 24 to the HTTP server 18.
  • a set of user information 29 is also submitted that includes a user ID 13, an IP (Internet protocol) address 15 and an admin-user flag 17 (described below).
  • additional user information such as an encrypted password, part number, time and date information, etc., may also be included.
  • the HTTP server When the HTTP server receives the request, it launches the execution of a particular CGI program 20 under a default execution profile or mode 25.
  • the CGI program 20 which then begins to run under the default mode, launches a series of novel procedure calls that perform user authentication.
  • the procedures include a mechanism for examining the user information, a mechanism for determining the authority privilege level of the user, a mechanism for causing the CGI program to run under a non-default user profile 23, a mechanism for returning the user information back to the web client (typically with the results of the CGI execution), and a mechanism for returning the CGI job back to its default mode or profile 25.
  • the code for running these jobs may be included in the CGI programs 20 themselves, or may be stored elsewhere within or near the file server 16.
  • Authentication and/or authorization is thus accomplished 1) by providing a transparent means by which user information can be continuously retrieved from and returned to the web browser 14 each time a CGI program is executed; and 2) by providing a means by which CGI programs can dynamically change their own execution profile within the server's operating system.
  • the user information 29 is transferred back and forth between the client 12 and server 16 using hidden codes or HTML hidden variables for each CGI execution.
  • hidden codes or HTML hidden variables for each CGI execution.
  • Hidden variables are a defined mechanism within the HTML language that may be included as part of a form 19 within an HTML document. Hidden variables within a form are variables that are transparent to the user under normal viewing conditions. Forms are used in web-based HTML applications as one method for transferring information back and forth between a client 12 and a server 16.
  • hidden variables are used to send a user ID (stored in NSM_TAG_NSMUSER) "DEVON,” an IP address (stored in NSM_TAG_NSMAPADDR) of 9.5.100.109, an admin-user value (stored in NSM_TAG_NSMADMIN) of "YES,” and a plurality of additional information.
  • the web browser 14 may include a means for storing and managing the user information 29 until the next CGI request occurs by the browser 14.
  • Cookies are nuggets of data that are sent to the browser 14 from a web server 16.
  • a cookie 11 can contain any type of data. Cookies 1 1 are then returned to the server 16 if the particular link (or URL) is in the Cookies' database.
  • the preferred embodiment does not transfer an actual password back and forth between the client and server, this is recognized as a possible alternate embodiment for this invention and is described below.
  • the preferred embodiment operates by first extracting a user password 27 and storing it in a security object 22. (Extraction is typically done during an initial logon procedure.) The password 27 can then be readily re-obtained later by the server 16 from the security object 22 based upon the user information 29. This implementation provides increased security since password information is never transmitted back to the browser 14.
  • an alternate embodiment would be to include an encrypted password in the user information 29 that can be passed from the client 12 to the server 16. This would eliminate the need for the security object 22 on the server 16 since each password would be delivered directly to the server 16 during each CGI execution request 24.
  • the mechanism for determining the authority of the end user is thus accomplished by first using the user ID 13 to retrieve the user's password 27 from the security object
  • This retrieval process may be initiated by a system call from within the CGI program 20.
  • the CGI program can cause the operating system to run the program under a non-default user profile 23. This allows the same CGI program to behave differently depending upon the end-user's authority, thereby providing system authorization.
  • Unique to this embodiment is the inclusion of a mechanism or system call from within the CGI program 20 which causes the CGI program 20 to switch the mode or profile from a default profile 25 to a specific user profile 23.
  • Storage device 21 may be any known device capable of storing computer readable information. Examples of storage devices include CD-ROM, magnetic diskettes, tapes, transmission mediums, etc.
  • This system and method is further enhanced by the passing back and forth of an admin-user flag 17 for determining which screens to provide to the end user. For example, if the user is a systems administrator, screens may be downloaded to the client workstation that provide menu options not available to other users. If the end user happens to be a systems administrator, relevant CGI programs 20 may then be executed under his or her specific non-default user profile 23 (thereby allowing for remote configuration etc.) Once the program functions were performed, the CGI job would then be returned to run under the default profile 25.
  • CGI program 28 (which may be aninstance of the CGI programs 20 on file server 16 as shown in FIG. 1) is shown in pseudo code with associated procedures SWAP_PROFILE 30 and SWAP_BACK 32.
  • each CGI program 28 first collects user information 29 that typically includes a user ID 13 and IP address 15 from the hidden variables in an HTML form 19.
  • SWAP_PROFILE 30 which will retrieve the user's password 27 from the security object 22 and then cause the CGI program 28 to be executed under a non-default user profile 23.
  • user information 29 (e.g., user ID, password, IP address) is extracted from an end user during a logon procedure at a client site 12. This information 29 is then passed to the web server 16. It is important to note that this extraction is only required a single time.
  • the password 27 is stored in a security object 22 and the remaining user information is placed in hidden variables in a form and sent back to the web client 12 for future use.
  • any subsequent CGI execution requests by a web client 12 include the following steps. First, the web client 12 causes the user information 29 to be returned to the web server along with any CGI execution requests
  • the HTTP server 18 Upon receiving an execution request, the HTTP server 18 causes the CGI program to be launched under a default user mode 25 on the web server 25.
  • the CGI program 20 then makes the necessary system calls to examine the user information received with the execution request 24. From this information 29, the CGI program 20 determines the authority level of the user.
  • the CGI program 20 then makes additional system calls to cause the HTTP server 18 to run the CGI program under a non-default user mode 23 if appropriate (i.e., it is run under a current user id or profile of the user).
  • the CGI program 20 causes user information 29 to be again stored in HTML hidden variables and returned to the web client with the results of the execution 26.
  • the CGI program makes the appropriate system calls to cause the HTTP server to return the CGI program back to default mode 25.
  • this invention may cover a home security system wherein each client (e.g., a house alarm) may be networked to a server (e.g., a security company).
  • each client e.g., a house alarm
  • a server e.g., a security company

Abstract

The present invention provides a system and method of performing user authentication on web based applications, such as IBM's Network Station Configuration Preference Manager. In particular, the system and method save and continuously pass user information (29) back and forth between a web client (12) and a web server (16). The user information (29) can then be used by CGI programs (20) being executed on the web server (16) for authentication purposes. Specifically, each CGI program will examine the user information (29), determine the authority privileges of the user, run the CGI program under a non-default user mode, return user information back to the web client (12), and return the CGI job to run in a default user mode.

Description

GENERIC USER AUTHENTICATION FOR NETWORK COMPUTERS
FIELD OF THE INVENTION
The present invention relates to network systems using Internet technology. More particularly, the present invention relates to the authentication of users submitting job requests from web clients.
BACKGROUND OF THE INVENTION
A current trend in network computing is to provide lower cost workstations without sacrificing end-user capabilities. Such workstations are being made available through the exploitation of the emerging Internet technologies that continue to be developed. In particular, new network solutions, such as IBM's Network Station, utilize a World Wide Web environment wherein each client workstation behaves like a Web client (i.e., it utilizes a Web browser) connected to an HTTP (Hypertext Transfer Protocol) server. While these new workstations typically have less computing power than traditional personal computers or UNIX workstations (thereby reducing cost), they are better equipped to take advantage of various applications on file servers such as
IBM's AS/400, PC servers, RS/6000, System/390 etc.
Web based applications on web servers are implemented through CGI (Common Gateway Interface) programs, scripts or some other form of application program interface (API), such as Netscape's™ NSAPI, Microsoft's™ ISAPI, or Java's Servlet API.
Similar to the act of retrieving HTML (Hypertext Markup Language) documents on web servers from web clients, CGI programs provide the means by which web clients can run applications in real time on web servers and receive back dynamically created output. CGI programs are executed each time a client requests a URL (Uniform Resource Locator) corresponding to the CGI program. A limitation involved in the running of CGI programs is the fact that a web based server does not typically keep track or know which user is running a given CGI program. This can create potential security problems, particularly in the case where it is desirous to have programs behave differently depending upon the privilege level of the user.
Accordingly, it is of particular importance with such systems that utilize Internet technologies to provide some means of user authentication. Unlike with existing terminal emulation networking, web-based systems do not necessarily know, or care to know, who the user is that wants to run a particular CGI program or what the user's level of privileges are. As noted, this can become a serious limitation if an end user is a systems administrator, and the end user needs to perform system configuration functions from a remote workstation. For example, a systems administrator should be able to pull up non-default screens and execute protected programs not available to the general public. (E.g., certain menu options, such as the option to manipulate a password file, should not be available to every user.)
While it is known to have CGI programs execute differently depending upon the user profile or ED supplied to the operating system, this obviously cannot be accomplished unless the operating system knows the identity (and perhaps the password) of the end user. As noted above however, most web-based file servers provide no built-in system for recognizing web users. While it may be possible to ask for a user ID and password each time a subset of CGI programs are executed, such a system would create far too much overhead since the number of programs requiring user ID or profile checking may be extremely high. Rather, what is preferred is a system that keeps track of who the user is each time a CGI program is executed and then acts accordingly.
Some HTTP servers are known to include processes for performing very limited forms of basic user authentication. These servers, however, require that the web user provide a password each time the client is directed to a new server. Given the number of servers that may be involved in a web based network, this presents serious limitations. Thus, a system is required that can provide user authentication over a complete web based network. SUMMARY OF THE INVENTION
The present invention provides a system and method for identifying and responding to a user's authority level on a web based network. In a first aspect, the invention includes a network system having a web server, such as an HTTP server, at least one web client that includes a mechanism for submitting user information along with CGI execution requests to the web server, and at least one self authenticating CGI program that is initially executable under a default user mode or user ID. The CGI program includes a means for examining the user information, a means for determining the privilege level of the user, a means for causing the program to run in a non-default mode, a means for storing and returning the user information back to the web client, and a means for returning the CGI program back to a default user mode.
In a second aspect, the present invention provides a method of providing user authentication that includes the steps of providing a web server that initially extracts user information from the end user during a one time logon procedure. The web server then stores password information for the user in a security object on the web server and stores other user information in hidden variables and sends the user information back to the web client in an HTML form. All subsequent CGI execution requests from the web client include the following steps. First, the user information is returned back to the web server with the execution request in the HTML hidden variables. Next, execution of the CGI program is commenced under a default user mode or ID on the web server. The user information received with the execution request is then examined and the authority level of the user is determined. The authority level of the user may be determined by obtaining password information from the security object. Next, the CGI program makes the appropriate system calls to cause the CGI program to run under a non-default user mode or ID. The user information is then again stored in HTML hidden variables and returned to the web client along with the results of the CGI program execution. Finally, the CGI program makes the appropriate system calls to cause the CGI program to return to execution in its default user mode. Additionally, it should be recognized that this invention contemplates a network system having many HTTP servers, each comprising a generic or common protocol for implementing the herein disclosed user authentication system and method.
Finally, while this disclosure focuses on an implementation using CGI programs, it should be recognized that the systems and methods described herein may include any program types that are initiated by a web server. Thus, any web server API (application program interface), such as Netscape's™ NSAPI, Microsoft's™ ISAPI, or Java's Servlet API, or any other type of web program interface type may be substituted for CGI as described herein.
BRIEF DESCRIPTION OF THE DRAWINGS
FIG. 1 depicts a block diagram of a web based client server network in accordance with a preferred embodiment of the present invention.
FIG. 2 depicts pseudo code from a CGI program and associated subroutines in accordance with a preferred embodiment of the present invention.
FIG. 3 depicts a flow diagram of a method of implementing user authentication in accordance with a preferred embodiment of the present invention.
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENT
Referring now to the figures, FIG. 1 depicts a web based client server network 10. Included is a file server 16 that includes an HTTP server 18, a plurality of CGI programs 20, a security object 22, and a storage device 21. Also shown is a web client
12 running a web browser 14 that is in communication with file server 16. The communication link between web client 12 and file server 16 may be accomplished with any type of transmission link including ethernet, twisted pair, token ring, telephone wires, optical fibers, coaxial cable and/or a wireless transmission system.
The network system 10 operates as follows. When a web client 12 seeks to execute a CGI program on the file server 16, it submits a CGI execution request 24 to the HTTP server 18. Pursuant to this invention and along with the execution request 24, a set of user information 29 is also submitted that includes a user ID 13, an IP (Internet protocol) address 15 and an admin-user flag 17 (described below). It should be understood that additional user information, such as an encrypted password, part number, time and date information, etc., may also be included.
When the HTTP server receives the request, it launches the execution of a particular CGI program 20 under a default execution profile or mode 25. The CGI program 20, which then begins to run under the default mode, launches a series of novel procedure calls that perform user authentication. The procedures include a mechanism for examining the user information, a mechanism for determining the authority privilege level of the user, a mechanism for causing the CGI program to run under a non-default user profile 23, a mechanism for returning the user information back to the web client (typically with the results of the CGI execution), and a mechanism for returning the CGI job back to its default mode or profile 25. The code for running these jobs may be included in the CGI programs 20 themselves, or may be stored elsewhere within or near the file server 16.
Authentication and/or authorization is thus accomplished 1) by providing a transparent means by which user information can be continuously retrieved from and returned to the web browser 14 each time a CGI program is executed; and 2) by providing a means by which CGI programs can dynamically change their own execution profile within the server's operating system.
In this preferred embodiment, the user information 29 is transferred back and forth between the client 12 and server 16 using hidden codes or HTML hidden variables for each CGI execution. Below is an example of a piece of HTML code that utilizes hidden variables within an HTML form.
<FORM NAME="mainForm">
<INPUT TYPE="HIDDEN" NAME="NSM_TAG_PROD" VALUE="5733A07">
<INPUT TYPE="HIDDEN" NAME="NSM_TAG_NSMUSER"
NALUE="DEVON">
<INPUT TYPE=MHIDDEN" NAME="NSM_TAG_NSMIPADDR" NALUE="9.5.100.109">
<IΝPUT TYPE="H1DDEN" NAME="NSM_TAG_NSMTERM" NALUE="NO">
<DSfPUT TYPE="HIDDEN" NAME="NSM_TAG_NSMADMIN" NALUE="YES">
<IΝPUT TYPE="HIDDEN" NAME="NSM_TAG_KEY"
NALUE=,'855223380_50"> <DSfPUT TYPE="HIDDEΝ" NAME="NSM_TAG_NLN" NALUE="MRI2924">
<IΝPUT TYPE=MHIDDEN" NAME="NSM_TAG_SERNER" NALUE="<BASE
HREF=http://9.5.151.42/QIBM/ΝetworkStation/MRI2924/>">
<INPUT TYPE="HIDDEN" NAME="NSM_TAG_JVM_INSTALL"
NALUE="YES"> <IΝPUT TYPE="HIDDEN" NAME="NSM_TAG_NAV_INSTALLM
NALUE="NO">
<INPUT TYPE="HIDDEN" NAME="NSM_TAG_NSB_INSTALL"
NALUE="NO">
</FORM> Hidden variables are a defined mechanism within the HTML language that may be included as part of a form 19 within an HTML document. Hidden variables within a form are variables that are transparent to the user under normal viewing conditions. Forms are used in web-based HTML applications as one method for transferring information back and forth between a client 12 and a server 16. (Thus, forms may be used to extract and return information from a user to a server, such as when a user is prompted for information, or they may be used to return information to a user, such as when an HTML documents is returned to the browser 14 by a CGI program.) In this case, hidden variables are used to send a user ID (stored in NSM_TAG_NSMUSER) "DEVON," an IP address (stored in NSM_TAG_NSMAPADDR) of 9.5.100.109, an admin-user value (stored in NSM_TAG_NSMADMIN) of "YES," and a plurality of additional information.
As noted above, user information 29 is uploaded to the server during each CGI execution request 24 and returned back to the client with the results of each CGI program 26. Thus, because the server receives and immediately returns the user information, there is generally no need to worry about long-term storage and management of user information 29 on the server. On the client side however, the web browser 14 may include a means for storing and managing the user information 29 until the next CGI request occurs by the browser 14.
It should be recognized that while this preferred embodiment handles the transportation of user information 29 with hidden HTML variables, any alternate means is likewise within the purview of this invention. For example, the transportation of user information could be accomplished with "Cookies" 1 1. Cookies are nuggets of data that are sent to the browser 14 from a web server 16. A cookie 11 can contain any type of data. Cookies 1 1 are then returned to the server 16 if the particular link (or URL) is in the Cookies' database.
While the preferred embodiment does not transfer an actual password back and forth between the client and server, this is recognized as a possible alternate embodiment for this invention and is described below. The preferred embodiment operates by first extracting a user password 27 and storing it in a security object 22. (Extraction is typically done during an initial logon procedure.) The password 27 can then be readily re-obtained later by the server 16 from the security object 22 based upon the user information 29. This implementation provides increased security since password information is never transmitted back to the browser 14.
As noted, an alternate embodiment would be to include an encrypted password in the user information 29 that can be passed from the client 12 to the server 16. This would eliminate the need for the security object 22 on the server 16 since each password would be delivered directly to the server 16 during each CGI execution request 24.
While this system may be less secure, it would be less complicated to implement in a network that utilized a high number of servers (e.g., the world wide web).
The mechanism for determining the authority of the end user is thus accomplished by first using the user ID 13 to retrieve the user's password 27 from the security object
22. This retrieval process may be initiated by a system call from within the CGI program 20. With the password 27, the CGI program can cause the operating system to run the program under a non-default user profile 23. This allows the same CGI program to behave differently depending upon the end-user's authority, thereby providing system authorization. Unique to this embodiment is the inclusion of a mechanism or system call from within the CGI program 20 which causes the CGI program 20 to switch the mode or profile from a default profile 25 to a specific user profile 23.
The CGI programs 20 and security object 22 will typically be stored on or near the server in storage device 21. Storage device 21 may be any known device capable of storing computer readable information. Examples of storage devices include CD-ROM, magnetic diskettes, tapes, transmission mediums, etc.
This system and method is further enhanced by the passing back and forth of an admin-user flag 17 for determining which screens to provide to the end user. For example, if the user is a systems administrator, screens may be downloaded to the client workstation that provide menu options not available to other users. If the end user happens to be a systems administrator, relevant CGI programs 20 may then be executed under his or her specific non-default user profile 23 (thereby allowing for remote configuration etc.) Once the program functions were performed, the CGI job would then be returned to run under the default profile 25.
Referring now to FIG. 2, an example of a CGI program 28 (which may be aninstance of the CGI programs 20 on file server 16 as shown in FIG. 1) is shown in pseudo code with associated procedures SWAP_PROFILE 30 and SWAP_BACK 32. Here it can be seen that each CGI program 28 first collects user information 29 that typically includes a user ID 13 and IP address 15 from the hidden variables in an HTML form 19. The program 28 then calls SWAP_PROFILE 30 which will retrieve the user's password 27 from the security object 22 and then cause the CGI program 28 to be executed under a non-default user profile 23. Once the body of the CGI program 28 is completed, the user ID and EP address are stored in the next HTML hidden variables along with an admin-user flag 17 in an HTML form, and returned back to the user with the results from the execution. Thus, a continuous means of passing user information back and forth between the client 12 and server 16 is provided. Finally, the sub-routine SWAP_BACK 32 is called which changes the job back to a default user mode 25. It should be recognized that these procedures can be readily generalized to be provide a generic user authentication for any file server system.
Referring now to FIG. 3, a flow chart is shown depicting a typical method of implementation. First, user information 29 (e.g., user ID, password, IP address) is extracted from an end user during a logon procedure at a client site 12. This information 29 is then passed to the web server 16. It is important to note that this extraction is only required a single time. Next, the password 27 is stored in a security object 22 and the remaining user information is placed in hidden variables in a form and sent back to the web client 12 for future use. From this point on, any subsequent CGI execution requests by a web client 12 include the following steps. First, the web client 12 causes the user information 29 to be returned to the web server along with any CGI execution requests
24. Upon receiving an execution request, the HTTP server 18 causes the CGI program to be launched under a default user mode 25 on the web server 25. The CGI program 20 then makes the necessary system calls to examine the user information received with the execution request 24. From this information 29, the CGI program 20 determines the authority level of the user. The CGI program 20 then makes additional system calls to cause the HTTP server 18 to run the CGI program under a non-default user mode 23 if appropriate (i.e., it is run under a current user id or profile of the user). Next, the CGI program 20 causes user information 29 to be again stored in HTML hidden variables and returned to the web client with the results of the execution 26. Finally, the CGI program makes the appropriate system calls to cause the HTTP server to return the CGI program back to default mode 25. These sequence of steps are thereafter repeated as mentioned for each subsequent CGI execution request 24.
While the embodiments discussed above deal primarily with a traditional web- based network, it should be recognized that this invention has applications that are much more expansive. For example, this invention may cover a home security system wherein each client (e.g., a house alarm) may be networked to a server (e.g., a security company).
It may cover web-tv applications, consumer electronics, and automotive systems. For example electronic devices may be configured to automatically browse web pages for warranty information. Automobiles may dial up a network to receive navigation information. Thus, any client-server environment that requires authorization may fall within the purview of this invention.
Additionally, it should be recognized that while HTML is the industry standard scripting language for web systems, any known or future scripting languages may be utilized herein. Finally, the embodiments and examples set forth herein were presented in order to best explain the present invention and its practical application and to thereby enable those skilled in the art to make and use the invention. However, those skilled in the art will recognize that the foregoing description and examples have been presented for the purposes of illustration and example only. The description as set forth is not intended to be exhaustive or to limit the invention to the precise form disclosed. Many modifications and variations are possible in light of the above teaching without departing from the spirit and scope of the following claims. ADVANTAGES
It is therefore an advantage of the present invention to provide user authentication in a web based network environment.
It is therefore a further advantage of the present invention to use an HTML form to pass user information back and forth between the client and the server thereby eliminating the need to prompt for user information.
It is a further advantage of the present invention to provide a means by which CGI programs can change execution modes in an HTTP server environment based on a privileged level of an end user.
It is a further advantage of the present invention to provide a security object on a web server for temporarily storing password information for users logged on to the network.

Claims

We claim: 1. A network having a user authentication system, said network system comprising: a web server having an operating system that executes programs under a plurality of user modes; a web client having a mechanism that submits user information along with program execution requests to said web server; and a program being initially executable under a default user mode, said program having a first mechanism that examines said user information and a second mechanism that dynamically causes said operating system on said web server to run said program under a non-default user mode.
2. The network of claim 1 wherein said user information includes a user ID.
3. The network of claim 1 wherein said user information includes an IP address.
4. The network of claim 1 wherein said program comprises a common gateway interface.
5. The network of claim 1 wherein said program further includes a system that uses said user information to determine a privilege level of the user logged onto said web client.
6. The network of claim 1 wherein said program further includes a third mechanism that dynamically causes said operating system on said web server to switch said program to run back under said default user mode.
7. The network of claim 1 further comprising a system that extracts said user information from a user during a logon procedure.
8. The network of claim 1 wherein said program further includes a system that returns a new set of user information to said web client.
9. The network of claim 1 wherein said program includes a web server application program interface.
10. The network of claim 1 wherein said user information is stored in html hidden variables.
11. The network of claim 1 wherein said user information is stored in a cookie.
12. The network of claim 1 wherein said user information is transparent to the user.
13. A program product comprising: a recordable media; and a program recorded on said recordable media and being initially executable under a default user mode on an operating system running on a web based server, said program comprising a first mechanism that extracts user information from a plurality of hidden variables in a first html form submitted by a web client and a second mechanism that causes said operating system to run said program a non-default user mode.
14. The program product of claim 13 further comprising a mechanism that stores user information in hidden variables in a second html form and that returns said user information to said web client.
15. The program product of claim 13 further comprising a mechanism that retrieves a user password from said server based upon said user information.
16. The program product of claim 13 wherein said user information includes a user ID and an IP address.
17. A system for identifying and responding to a user's authority level on a web- based network, said system comprising: a mechanism that sends and receives user information back and forth between a web client and a web server; a plurality of programs, said programs being stored on said web server and being initially executable under a default user mode; a first subroutine callable from each of said programs, said first subroutine examines said user information sent from said web client; a second subroutine callable from each of said programs, said second subroutine uses said user information to determine the authority level of the user on said web client; and a third subroutine callable from each of said programs, said third subroutine uses said authority level of the user to cause each of said programs to run under a non-default user mode on said web server.
18. The system of claim 17 further comprising a fourth subroutine callable from each of said programs, said fourth subroutine causes said programs to return to run under a default user mode on said web server.
19. The system of claim 17 wherein said second routine includes a mechanism that retrieves a password for the user from said web server in order to determine the authority level of the user.
20. The system of claim 17 wherein said password is stored in a security object on said web server during a logon procedure.
21. The system of claim 17 wherein said user information is stored in html hidden variables.
22. The system of claim 17 wherein said user information is stored in a cookie.
23. A method of automatically authenticating a user on a web based network during the execution of programs on a web server when submitted from a web client, comprising the steps of: sending user information to the web client each time a program finishes executing on said web server; returning said user information from the web client to the web server during a new execution request by said web client; launching a new program from said web server under a default user mode; examining said user information received with said execution request; determining an authority level of the user based upon said user information; and causing the new program to be run under a non-default user mode.
24. The method of claim 23 further comprising the initial one-time step of collecting user information during a logon procedure.
25. The method of claim 23 further comprising the step of storing a user password in a security object on said web server during said logon procedure.
26. The method of claim 23 further comprising the steps of returning a new set of user information to said web client.
27. The method of claim 23 further comprising the step of causing the new program to run back under said default user mode.
28. The method of claim 25 wherein said step of determining the authority level of the user based upon said user information includes the step of using said user information to retrieve said password stored in said security object.
29. The method of claim 25 wherein said user information is stored in html hidden variables.
30. The method of claim 25 wherein said user information is stored in a cookie.
31. A method of setting the appropriate level of authority during the execution of programs initiated by a web server when requested by a web client having a user logged thereon, wherein said user has a predetermined user privilege level, said method comprising the steps of: extracting user information for said user during a logon procedure; storing said user information as html hidden variables in an html form and returning said html hidden variables to said web client; for each subsequent request by said web client to execute one of said programs, performing the steps of: sending said html hidden variables back to said web server along with said execution request; commencing execution of said program under a default mode; examining said user information in said html hidden variables; using said user information to determine the level of authority of the user; dynamically causing the program to be executed under the appropriate level of user authority; storing said user information as html hidden variables in a new html form and returning said html hidden variables to said web client; and returning said program to its default mode.
32. The method of claim 31 wherein said user information includes an EP address.
33. The method of claim 31 wherein said user information includes a user ID.
34. The method of claim 31 wherein said user information includes an admin- user flag.
35. A method of automatically authenticating a user on a web based network during the execution of programs on any one of a plurality of web servers when submitted from a web client, comprising the steps of: returning user information back to the web client from one of said web servers each time a program finishes executing a job for said web client, wherein said user information is stored in html hidden variables; sending said user information from the web client to the next web server responsible for implementing the next program execution request by said web client; initiating execution of said next program from said web server under a default user mode; examining said user information received with said program execution request; determining an authority level of the user based upon said user information; and causing the new program to be run under a non-default user mode.
36. The method of claim 35 wherein said programs include a common gateway interface.
37. The method of claim 35 wherein said programs include an application program interface.
38. A program product, comprising: a first plurality of hidden codes that store user information created by a browser, said first plurality of hidden codes being transmittable to a web server; a second plurality of hidden codes that store user information created by a job running on said web server, said second set of hidden codes being transmittable to said browser; and signal-bearing media bearing the first and second plurality of hidden codes.
39. The program product of claim 38 wherein said first and second plurality of hidden codes reside in an html form.
40. The program product of claim 38 wherein said first and second plurality of hidden codes are identical.
41. The program product of claim 38 wherein said first and second plurality of hidden codes include a user ID.
42. The program product of claim 38 wherein said first and second plurality of hidden codes include an EP address.
43. The program product of claim 38 wherein said first and second plurality of hidden codes include an admin-user address.
PCT/US1998/000450 1997-02-14 1998-01-06 Generic user authentication for network computers WO1998038759A2 (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
EP98902469A EP1055164B1 (en) 1997-02-14 1998-01-06 Generic user authentication for network computers
DE69838262T DE69838262T2 (en) 1997-02-14 1998-01-06 GENERAL USER AUTHENTICATION FOR NETWORK CALCULATOR
JP10537635A JP2000508153A (en) 1997-02-14 1998-01-06 General-purpose user authentication method for network computers

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US08/800,485 US5908469A (en) 1997-02-14 1997-02-14 Generic user authentication for network computers
US08/800,485 1997-02-14

Publications (2)

Publication Number Publication Date
WO1998038759A2 true WO1998038759A2 (en) 1998-09-03
WO1998038759A3 WO1998038759A3 (en) 1999-02-25

Family

ID=25178518

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US1998/000450 WO1998038759A2 (en) 1997-02-14 1998-01-06 Generic user authentication for network computers

Country Status (7)

Country Link
US (1) US5908469A (en)
EP (1) EP1055164B1 (en)
JP (1) JP2000508153A (en)
KR (1) KR100331525B1 (en)
DE (1) DE69838262T2 (en)
TW (1) TW498278B (en)
WO (1) WO1998038759A2 (en)

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2355322A (en) * 1999-10-05 2001-04-18 Authoriszor Ltd System and method for positive client identification
GB2355905A (en) * 1999-10-05 2001-05-02 Authoriszor Ltd Providing network site security using pseudo uniform resource locators (PURLs)
GB2355904A (en) * 1999-10-05 2001-05-02 Authoriszor Ltd Providing network site security using pseudo uniform resource locators (PURLs)
GB2357229A (en) * 1999-12-08 2001-06-13 Hewlett Packard Co Security protocol with messages formatted according to a self describing markup language
EP1177480A1 (en) * 1999-04-09 2002-02-06 Steen, Henry B. III Remote data access and system control
US6654814B1 (en) 1999-01-26 2003-11-25 International Business Machines Corporation Systems, methods and computer program products for dynamic placement of web content tailoring
US6993651B2 (en) 1999-12-08 2006-01-31 Hewlett-Packard Development Company, L.P. Security protocol
US7036010B2 (en) 1999-12-08 2006-04-25 Hewlett-Packard Development Company, L.P. Method and apparatus for a secure communications session with a remote system via an access-controlling intermediate system
US7237107B2 (en) 1999-12-08 2007-06-26 Hewlett-Packard Development Company, L.P. Method and apparatus for discovering a trust chain imparting a required attribute to a subject
US7340601B2 (en) 1999-12-08 2008-03-04 Hewlett-Packard Development Copmany, L.P. Electronic certificate
US7448066B2 (en) 2002-09-19 2008-11-04 International Business Machines Corporation Application server object-level security for distributed computing domains
EP2192747A1 (en) * 2008-11-28 2010-06-02 Alcatel, Lucent Method for providing access to a web server, web server and computer
WO2011029371A1 (en) * 2009-09-08 2011-03-17 华为技术有限公司 Method, management device and system for automatic capacity enlargement

Families Citing this family (129)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5774670A (en) * 1995-10-06 1998-06-30 Netscape Communications Corporation Persistent client state in a hypertext transfer protocol based client-server system
US6070185A (en) * 1997-05-02 2000-05-30 Lucent Technologies Inc. Technique for obtaining information and services over a communication network
US7290288B2 (en) 1997-06-11 2007-10-30 Prism Technologies, L.L.C. Method and system for controlling access, by an authentication server, to protected computer resources provided via an internet protocol network
US6571290B2 (en) 1997-06-19 2003-05-27 Mymail, Inc. Method and apparatus for providing fungible intercourse over a network
US8516132B2 (en) 1997-06-19 2013-08-20 Mymail, Ltd. Method of accessing a selected network
US6049877A (en) * 1997-07-16 2000-04-11 International Business Machines Corporation Systems, methods and computer program products for authorizing common gateway interface application requests
JP3922482B2 (en) * 1997-10-14 2007-05-30 ソニー株式会社 Information processing apparatus and method
US6092196A (en) * 1997-11-25 2000-07-18 Nortel Networks Limited HTTP distributed remote user authentication system
US6012098A (en) * 1998-02-23 2000-01-04 International Business Machines Corp. Servlet pairing for isolation of the retrieval and rendering of data
JP3645085B2 (en) * 1998-03-12 2005-05-11 富士通株式会社 Terminal operation system and recording medium
US6098093A (en) * 1998-03-19 2000-08-01 International Business Machines Corp. Maintaining sessions in a clustered server environment
US6154751A (en) * 1998-05-14 2000-11-28 International Business Machines Corporation Method for executing a user-requested CGI program in a new authentication context while protecting operation of a default web server program
US6211874B1 (en) 1998-05-15 2001-04-03 International Business Machines Corporation Method for parallel selection of URL's
US6314573B1 (en) * 1998-05-29 2001-11-06 Diva Systems Corporation Method and apparatus for providing subscription-on-demand services for an interactive information distribution system
WO1999062261A1 (en) * 1998-05-29 1999-12-02 Diva Systems Corporation Interactive information distribution system and method
WO1999066692A1 (en) 1998-06-19 1999-12-23 Netsafe, Inc. Method and apparatus for providing connections over a network
US6237030B1 (en) * 1998-06-30 2001-05-22 International Business Machines Corporation Method for extracting hyperlinks from a display document and automatically retrieving and displaying multiple subordinate documents of the display document
US6212564B1 (en) * 1998-07-01 2001-04-03 International Business Machines Corporation Distributed application launcher for optimizing desktops based on client characteristics information
US6308275B1 (en) * 1998-07-10 2001-10-23 At Home Corporation Web host providing for secure execution of CGI programs and method of doing the same
US6389543B1 (en) * 1998-08-31 2002-05-14 International Business Machines Corporation System and method for command routing and execution in a multiprocessing system
US6311278B1 (en) * 1998-09-09 2001-10-30 Sanctum Ltd. Method and system for extracting application protocol characteristics
US6470453B1 (en) 1998-09-17 2002-10-22 Cisco Technology, Inc. Validating connections to a network system
US6289378B1 (en) * 1998-10-20 2001-09-11 Triactive Technologies, L.L.C. Web browser remote computer management system
ATE268484T1 (en) 1998-10-28 2004-06-15 Verticalone Corp SYSTEM AND METHOD FOR AUTOMATIC ACCESS TO PERSONAL DATA
US6389458B2 (en) * 1998-10-30 2002-05-14 Ideaflood, Inc. Method, apparatus and system for directing access to content on a computer network
US20070255810A1 (en) * 1998-10-30 2007-11-01 Shuster Brian M Modifying apparent browser operation
US7672879B1 (en) 1998-12-08 2010-03-02 Yodlee.Com, Inc. Interactive activity interface for managing personal data and performing transactions over a data packet network
US7085997B1 (en) 1998-12-08 2006-08-01 Yodlee.Com Network-based bookmark management and web-summary system
US8069407B1 (en) 1998-12-08 2011-11-29 Yodlee.Com, Inc. Method and apparatus for detecting changes in websites and reporting results to web developers for navigation template repair purposes
US7752535B2 (en) 1999-06-01 2010-07-06 Yodlec.com, Inc. Categorization of summarized information
US7146505B1 (en) * 1999-06-01 2006-12-05 America Online, Inc. Secure data exchange between date processing systems
US8065155B1 (en) 1999-06-10 2011-11-22 Gazdzinski Robert F Adaptive advertising apparatus and methods
US6763379B1 (en) 1999-10-14 2004-07-13 Ideaflood, Inc. System, apparatus and method for presenting and displaying content on a wide area network
US7401115B1 (en) 2000-10-23 2008-07-15 Aol Llc Processing selected browser requests
JP4629291B2 (en) * 1999-10-25 2011-02-09 インターナショナル・ビジネス・マシーンズ・コーポレーション Method and system for verifying client requests
US7293281B1 (en) * 1999-10-25 2007-11-06 Watchfire Corporation Method and system for verifying a client request
US7099956B2 (en) * 2000-01-31 2006-08-29 Ideaflood, Inc. Method and apparatus for conducting domain name service
US20030018578A1 (en) * 2000-02-03 2003-01-23 Schultz Roger Stephen Product registration using an electronically read serial number
US20010029484A1 (en) * 2000-02-03 2001-10-11 Schultz R. Steven Electronic transaction receipt system and method
US7552087B2 (en) * 2000-02-03 2009-06-23 Afterbot, Inc. Electronic transaction receipt system and method
US7742989B2 (en) * 2000-02-03 2010-06-22 Afterbot, Inc. Digital receipt generation from information electronically read from product
AU2001237696A1 (en) * 2000-03-03 2001-09-12 Sanctum Ltd. System for determining web application vulnerabilities
IL135571A0 (en) * 2000-04-10 2001-05-20 Doron Adler Minimal invasive surgery imaging system
US6823463B1 (en) * 2000-05-16 2004-11-23 International Business Machines Corporation Method for providing security to a computer on a computer network
US20020019800A1 (en) * 2000-05-16 2002-02-14 Ideaflood, Inc. Method and apparatus for transacting divisible property
US7478434B1 (en) 2000-05-31 2009-01-13 International Business Machines Corporation Authentication and authorization protocol for secure web-based access to a protected resource
US7124203B2 (en) * 2000-07-10 2006-10-17 Oracle International Corporation Selective cache flushing in identity and access management systems
US7464162B2 (en) * 2000-07-10 2008-12-09 Oracle International Corporation Systems and methods for testing whether access to a resource is authorized based on access information
US7249369B2 (en) * 2000-07-10 2007-07-24 Oracle International Corporation Post data processing
US7194764B2 (en) * 2000-07-10 2007-03-20 Oracle International Corporation User authentication
US7007092B2 (en) * 2000-10-05 2006-02-28 Juniper Networks, Inc. Connection management system and method
US7263550B1 (en) 2000-10-10 2007-08-28 Juniper Networks, Inc. Agent-based event-driven web server architecture
US7185364B2 (en) * 2001-03-21 2007-02-27 Oracle International Corporation Access system interface
KR100422327B1 (en) * 2001-03-09 2004-03-10 문지환 Realtime Control System and Method of User Browser
US7313822B2 (en) * 2001-03-16 2007-12-25 Protegrity Corporation Application-layer security method and system
US7882555B2 (en) * 2001-03-16 2011-02-01 Kavado, Inc. Application layer security method and system
US7110858B2 (en) * 2001-04-09 2006-09-19 Koninklijke Philips Electronics N.V. Object identification uses prediction of data in distributed network
AU2002316936A1 (en) * 2001-05-30 2002-12-09 Endress+Hauser Wetzer Gmbh+Co. Kg Paperless recorder for tamper-proof recording of product process information
US7231661B1 (en) * 2001-06-21 2007-06-12 Oracle International Corporation Authorization services with external authentication
US6973625B1 (en) 2001-07-06 2005-12-06 Convergys Cmg Utah Method for creating browser-based user interface applications using a framework
US8346848B2 (en) * 2001-08-16 2013-01-01 Juniper Networks, Inc. System and method for maintaining statefulness during client-server interactions
US7472091B2 (en) * 2001-10-03 2008-12-30 Accenture Global Services Gmbh Virtual customer database
US7441016B2 (en) * 2001-10-03 2008-10-21 Accenture Global Services Gmbh Service authorizer
US7225256B2 (en) * 2001-11-30 2007-05-29 Oracle International Corporation Impersonation in an access system
US6993596B2 (en) * 2001-12-19 2006-01-31 International Business Machines Corporation System and method for user enrollment in an e-community
JP3931710B2 (en) * 2002-03-22 2007-06-20 ヤマハ株式会社 Server apparatus, communication terminal apparatus, distribution system, and distribution program
US7430590B1 (en) 2002-04-17 2008-09-30 Everdream Corporation Method and system to manage services for multiple managed computer systems
IL149583A0 (en) * 2002-05-09 2003-07-06 Kavado Israel Ltd Method for automatic setting and updating of a security policy
US7356711B1 (en) 2002-05-30 2008-04-08 Microsoft Corporation Secure registration
US7801945B1 (en) 2002-07-03 2010-09-21 Sprint Spectrum L.P. Method and system for inserting web content through intermediation between a content server and a client station
US7360210B1 (en) 2002-07-03 2008-04-15 Sprint Spectrum L.P. Method and system for dynamically varying intermediation functions in a communication path between a content server and a client station
US7568002B1 (en) 2002-07-03 2009-07-28 Sprint Spectrum L.P. Method and system for embellishing web content during transmission between a content server and a client station
US7793342B1 (en) 2002-10-15 2010-09-07 Novell, Inc. Single sign-on with basic authentication for a transparent proxy
US20040123112A1 (en) * 2002-12-19 2004-06-24 International Business Machines Corporation Security object providing encryption scheme and key
US7114006B2 (en) * 2003-01-06 2006-09-26 International Business Machines Corporation Apparatus and method to remotely change IP address of server
US20040148372A1 (en) * 2003-01-27 2004-07-29 Campbell David N Web-browser based heterogeneous systems management tool
US7627902B1 (en) 2003-02-20 2009-12-01 Dell Marketing Usa, L.P. Method of managing a software item on a managed computer system
US7251732B2 (en) * 2003-06-18 2007-07-31 Microsoft Corporation Password synchronization in a sign-on management system
US7392536B2 (en) * 2003-06-18 2008-06-24 Microsoft Corporation System and method for unified sign-on
US7275259B2 (en) 2003-06-18 2007-09-25 Microsoft Corporation System and method for unified sign-on
US7356697B2 (en) * 2003-06-20 2008-04-08 International Business Machines Corporation System and method for authentication to an application
TWI237484B (en) * 2003-07-25 2005-08-01 Hon Hai Prec Ind Co Ltd Systems and method of authentication network
US7370195B2 (en) * 2003-09-22 2008-05-06 Microsoft Corporation Moving principals across security boundaries without service interruption
US7882132B2 (en) 2003-10-09 2011-02-01 Oracle International Corporation Support for RDBMS in LDAP system
US7904487B2 (en) 2003-10-09 2011-03-08 Oracle International Corporation Translating data access requests
US8234373B1 (en) 2003-10-27 2012-07-31 Sprint Spectrum L.P. Method and system for managing payment for web content based on size of the web content
US7427024B1 (en) 2003-12-17 2008-09-23 Gazdzinski Mark J Chattel management apparatus and methods
KR100830725B1 (en) * 2004-01-07 2008-05-20 노키아 코포레이션 A method of authorization
US7752322B2 (en) * 2004-03-19 2010-07-06 Sony Corporation System for ubiquitous network presence and access without cookies
US7853782B1 (en) 2004-04-14 2010-12-14 Sprint Spectrum L.P. Secure intermediation system and method
US9172679B1 (en) 2004-04-14 2015-10-27 Sprint Spectrum L.P. Secure intermediation system and method
US7634803B2 (en) * 2004-06-30 2009-12-15 International Business Machines Corporation Method and apparatus for identifying purpose and behavior of run time security objects using an extensible token framework
US20060005234A1 (en) * 2004-06-30 2006-01-05 International Business Machines Corporation Method and apparatus for handling custom token propagation without Java serialization
US20060181026A1 (en) * 2005-02-14 2006-08-17 Wong Jacob Y Chinese poker deck
EP1789536A2 (en) * 2004-08-30 2007-05-30 IKEN Tissue Therapeutics, Inc. Cultured three dimensional tissues and uses thereof
US7512973B1 (en) 2004-09-08 2009-03-31 Sprint Spectrum L.P. Wireless-access-provider intermediation to facilliate digital rights management for third party hosted content
US7630974B2 (en) 2004-09-28 2009-12-08 Oracle International Corporation Multi-language support for enterprise identity and access management
US7600011B1 (en) 2004-11-04 2009-10-06 Sprint Spectrum L.P. Use of a domain name server to direct web communications to an intermediation platform
US8051484B2 (en) 2005-06-14 2011-11-01 Imperva, Inc. Method and security system for indentifying and blocking web attacks by enforcing read-only parameters
US8688813B2 (en) 2006-01-11 2014-04-01 Oracle International Corporation Using identity/resource profile and directory enablers to support identity management
US7606752B2 (en) 2006-09-07 2009-10-20 Yodlee Inc. Host exchange in bill paying services
US8127235B2 (en) 2007-11-30 2012-02-28 International Business Machines Corporation Automatic increasing of capacity of a virtual space in a virtual world
US20090164919A1 (en) 2007-12-24 2009-06-25 Cary Lee Bates Generating data for managing encounters in a virtual world environment
US8726358B2 (en) * 2008-04-14 2014-05-13 Microsoft Corporation Identity ownership migration
US8261334B2 (en) 2008-04-25 2012-09-04 Yodlee Inc. System for performing web authentication of a user by proxy
US8555359B2 (en) 2009-02-26 2013-10-08 Yodlee, Inc. System and methods for automatically accessing a web site on behalf of a client
JP2014042095A (en) * 2012-08-21 2014-03-06 Yokogawa Electric Corp Authentication system and method
US10137376B2 (en) 2012-12-31 2018-11-27 Activision Publishing, Inc. System and method for creating and streaming augmented game sessions
KR101439928B1 (en) * 2013-03-27 2014-09-12 주식회사 다음커뮤니케이션 Method and service providing server for matching identifying information of the user terminal and identifying information of the web browser
US9449346B1 (en) 2014-05-21 2016-09-20 Plaid Technologies, Inc. System and method for programmatically accessing financial data
US9595023B1 (en) 2014-05-21 2017-03-14 Plaid Technologies, Inc. System and method for facilitating programmatic verification of transactions
US9892249B2 (en) 2014-09-29 2018-02-13 Xiaomi Inc. Methods and devices for authorizing operation
CN104283876A (en) * 2014-09-29 2015-01-14 小米科技有限责任公司 Operation authorization method and device
US11351466B2 (en) 2014-12-05 2022-06-07 Activision Publishing, Ing. System and method for customizing a replay of one or more game events in a video game
KR102465572B1 (en) * 2015-06-02 2022-11-11 주식회사 콤피아 Method for Selectively Displaying Mulitple Applications
CA2997115C (en) 2015-09-08 2022-01-04 Plaid Technologies, Inc. Secure permissioning of access to user accounts, including secure deauthorization of access to user accounts
US10232272B2 (en) 2015-10-21 2019-03-19 Activision Publishing, Inc. System and method for replaying video game streams
US10376781B2 (en) 2015-10-21 2019-08-13 Activision Publishing, Inc. System and method of generating and distributing video game streams
US10245509B2 (en) 2015-10-21 2019-04-02 Activision Publishing, Inc. System and method of inferring user interest in different aspects of video game streams
US10726491B1 (en) 2015-12-28 2020-07-28 Plaid Inc. Parameter-based computer evaluation of user accounts based on user account data stored in one or more databases
US10984468B1 (en) 2016-01-06 2021-04-20 Plaid Inc. Systems and methods for estimating past and prospective attribute values associated with a user account
DE202016001794U1 (en) 2016-03-21 2016-04-07 KC Management AG 2-factor authentication using Mutual Factor
US10226703B2 (en) 2016-04-01 2019-03-12 Activision Publishing, Inc. System and method of generating and providing interactive annotation items based on triggering events in a video game
US11468085B2 (en) 2017-07-22 2022-10-11 Plaid Inc. Browser-based aggregation
US10878421B2 (en) 2017-07-22 2020-12-29 Plaid Inc. Data verified deposits
CN108650300A (en) * 2018-04-13 2018-10-12 三维通信股份有限公司 Safety implementation method based on https embedded communication equipments
US11316862B1 (en) 2018-09-14 2022-04-26 Plaid Inc. Secure authorization of access to user accounts by one or more authorization mechanisms
US11887069B2 (en) 2020-05-05 2024-01-30 Plaid Inc. Secure updating of allocations to user accounts
US11327960B1 (en) 2020-10-16 2022-05-10 Plaid Inc. Systems and methods for data parsing

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5355472A (en) * 1990-04-10 1994-10-11 International Business Machines Corporation System for substituting tags for non-editable data sets in hypertext documents and updating web files containing links between data sets corresponding to changes made to the tags
US5481720A (en) * 1989-05-15 1996-01-02 International Business Machines Corporation Flexible interface to authentication services in a distributed data processing environment
US5530852A (en) * 1994-12-20 1996-06-25 Sun Microsystems, Inc. Method for extracting profiles and topics from a first file written in a first markup language and generating files in different markup languages containing the profiles and topics for use in accessing data described by the profiles and topics
US5572643A (en) * 1995-10-19 1996-11-05 Judson; David H. Web browser with dynamic display of information objects during linking

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5560008A (en) * 1989-05-15 1996-09-24 International Business Machines Corporation Remote authentication and authorization in a distributed data processing system
JP2519390B2 (en) * 1992-09-11 1996-07-31 インターナショナル・ビジネス・マシーンズ・コーポレイション DATA COMMUNICATION METHOD AND DEVICE
US5623601A (en) * 1994-11-18 1997-04-22 Milkway Networks Corporation Apparatus and method for providing a secure gateway for communication and data exchanges between networks
US5655077A (en) * 1994-12-13 1997-08-05 Microsoft Corporation Method and system for authenticating access to heterogeneous computing services
US5870552A (en) * 1995-03-28 1999-02-09 America Online, Inc. Method and apparatus for publishing hypermedia documents over wide area networks
US5737523A (en) * 1996-03-04 1998-04-07 Sun Microsystems, Inc. Methods and apparatus for providing dynamic network file system client authentication

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5481720A (en) * 1989-05-15 1996-01-02 International Business Machines Corporation Flexible interface to authentication services in a distributed data processing environment
US5355472A (en) * 1990-04-10 1994-10-11 International Business Machines Corporation System for substituting tags for non-editable data sets in hypertext documents and updating web files containing links between data sets corresponding to changes made to the tags
US5530852A (en) * 1994-12-20 1996-06-25 Sun Microsystems, Inc. Method for extracting profiles and topics from a first file written in a first markup language and generating files in different markup languages containing the profiles and topics for use in accessing data described by the profiles and topics
US5572643A (en) * 1995-10-19 1996-11-05 Judson; David H. Web browser with dynamic display of information objects during linking

Non-Patent Citations (1)

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

Cited By (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6654814B1 (en) 1999-01-26 2003-11-25 International Business Machines Corporation Systems, methods and computer program products for dynamic placement of web content tailoring
EP1177480A1 (en) * 1999-04-09 2002-02-06 Steen, Henry B. III Remote data access and system control
EP1177480A4 (en) * 1999-04-09 2002-07-10 Henry B Steen Iii Remote data access and system control
GB2355905A (en) * 1999-10-05 2001-05-02 Authoriszor Ltd Providing network site security using pseudo uniform resource locators (PURLs)
GB2355904A (en) * 1999-10-05 2001-05-02 Authoriszor Ltd Providing network site security using pseudo uniform resource locators (PURLs)
GB2355322A (en) * 1999-10-05 2001-04-18 Authoriszor Ltd System and method for positive client identification
GB2355904B (en) * 1999-10-05 2002-03-20 Authoriszor Ltd System and method for managing pseudo uniform resource locators in a security system
GB2355905B (en) * 1999-10-05 2002-03-20 Authoriszor Ltd System and method for providing security for a network site
US6952768B2 (en) 1999-12-08 2005-10-04 Hewlett-Packard Development Company, L.P. Security protocol
GB2357229B (en) * 1999-12-08 2004-03-17 Hewlett Packard Co Security protocol
GB2357229A (en) * 1999-12-08 2001-06-13 Hewlett Packard Co Security protocol with messages formatted according to a self describing markup language
US6993651B2 (en) 1999-12-08 2006-01-31 Hewlett-Packard Development Company, L.P. Security protocol
US7036010B2 (en) 1999-12-08 2006-04-25 Hewlett-Packard Development Company, L.P. Method and apparatus for a secure communications session with a remote system via an access-controlling intermediate system
US7237107B2 (en) 1999-12-08 2007-06-26 Hewlett-Packard Development Company, L.P. Method and apparatus for discovering a trust chain imparting a required attribute to a subject
US7340601B2 (en) 1999-12-08 2008-03-04 Hewlett-Packard Development Copmany, L.P. Electronic certificate
US7448066B2 (en) 2002-09-19 2008-11-04 International Business Machines Corporation Application server object-level security for distributed computing domains
US7810132B2 (en) 2002-09-19 2010-10-05 International Business Machines Corporation Application server object-level security for distributed computing domains
EP2192747A1 (en) * 2008-11-28 2010-06-02 Alcatel, Lucent Method for providing access to a web server, web server and computer
WO2011029371A1 (en) * 2009-09-08 2011-03-17 华为技术有限公司 Method, management device and system for automatic capacity enlargement
US9225586B2 (en) 2009-09-08 2015-12-29 Huawei Technologies Co., Ltd. Automatic expansion method, management device, management system

Also Published As

Publication number Publication date
JP2000508153A (en) 2000-06-27
US5908469A (en) 1999-06-01
EP1055164B1 (en) 2007-08-15
DE69838262T2 (en) 2008-05-15
KR20000069947A (en) 2000-11-25
KR100331525B1 (en) 2002-04-06
DE69838262D1 (en) 2007-09-27
WO1998038759A3 (en) 1999-02-25
EP1055164A4 (en) 2005-07-06
TW498278B (en) 2002-08-11
EP1055164A2 (en) 2000-11-29

Similar Documents

Publication Publication Date Title
US5908469A (en) Generic user authentication for network computers
EP1081914B1 (en) Single sign-on for network system that includes multiple separately-controlled restricted access resources
US6049877A (en) Systems, methods and computer program products for authorizing common gateway interface application requests
AU734533B2 (en) Apparatus and method for identifying clients accessing network sites
US8572691B2 (en) Selecting a web service from a service registry based on audit and compliance qualities
EP1839224B1 (en) Method and system for secure binding register name identifier profile
EP0952717B1 (en) Apparatus and method for securing documents posted from a web resource
US6338064B1 (en) Method for enabling a web server running a “closed” native operating system to impersonate a user of a web client to obtain a protected file
US20030093539A1 (en) Message generation
GB2349488A (en) Determining program availability in a client-server network
US6760844B1 (en) Secure transactions sessions
EP1209577A1 (en) Web page browsing limiting method and server system
EP1969817B1 (en) Method and system for externalizing http security message handling with macro support
CN112202813B (en) Network access method and device
US20040267946A1 (en) Server access control
CN113411324B (en) Method and system for realizing login authentication based on CAS and third-party server
JP3528065B2 (en) Inherited access control method on computer network
CN116132157A (en) Request tamper-proof method and device based on webpage element visibility verification
JP2002149475A (en) Network server and transmission control method for hyper text and recording medium with hyper text recorded thereon
KR19990018592U (en) Internet paid site access blocking device
CA2448138A1 (en) Client server response determination

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A2

Designated state(s): JP KR

AL Designated countries for regional patents

Kind code of ref document: A2

Designated state(s): AT BE CH DE DK ES FI FR GB GR IE IT LU MC NL PT SE

121 Ep: the epo has been informed by wipo that ep was designated in this application
AK Designated states

Kind code of ref document: A3

Designated state(s): JP KR

AL Designated countries for regional patents

Kind code of ref document: A3

Designated state(s): AT BE CH DE DK ES FI FR GB GR IE IT LU MC NL PT SE

DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
WWE Wipo information: entry into national phase

Ref document number: 1019997006160

Country of ref document: KR

ENP Entry into the national phase

Ref country code: JP

Ref document number: 1998 537635

Kind code of ref document: A

Format of ref document f/p: F

WWE Wipo information: entry into national phase

Ref document number: 1998902469

Country of ref document: EP

WWP Wipo information: published in national office

Ref document number: 1019997006160

Country of ref document: KR

WWP Wipo information: published in national office

Ref document number: 1998902469

Country of ref document: EP

WWG Wipo information: grant in national office

Ref document number: 1019997006160

Country of ref document: KR

WWG Wipo information: grant in national office

Ref document number: 1998902469

Country of ref document: EP