US20040003081A1 - System and method for providing program credentials - Google Patents

System and method for providing program credentials Download PDF

Info

Publication number
US20040003081A1
US20040003081A1 US10/183,914 US18391402A US2004003081A1 US 20040003081 A1 US20040003081 A1 US 20040003081A1 US 18391402 A US18391402 A US 18391402A US 2004003081 A1 US2004003081 A1 US 2004003081A1
Authority
US
United States
Prior art keywords
client
credentials
computer program
server module
single signon
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US10/183,914
Inventor
Dean Justus
Josh Benaloh
Nathan Fink
Michael Howard
Daniel Simon
Matthew Thomlinson
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Microsoft Technology Licensing LLC
Original Assignee
Microsoft Corp
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 Microsoft Corp filed Critical Microsoft Corp
Priority to US10/183,914 priority Critical patent/US20040003081A1/en
Assigned to MICROSOFT CORPORATION reassignment MICROSOFT CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: SIMON, DANIEL R., HOWARD, MICHAEL, JUSTUS, DEAN JASON, THOMLINSON, MATTHEW WILLIAM, FINK, NATHAN JAMES, BENALOH, JOSH D.
Publication of US20040003081A1 publication Critical patent/US20040003081A1/en
Priority to US12/163,881 priority patent/US7890643B2/en
Assigned to MICROSOFT TECHNOLOGY LICENSING, LLC reassignment MICROSOFT TECHNOLOGY LICENSING, LLC ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: MICROSOFT CORPORATION
Abandoned legal-status Critical Current

Links

Images

Classifications

    • 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/0815Network architectures or network communication protocols for network security for authentication of entities providing single-sign-on or federations

Definitions

  • the present invention relates generally to storing client credentials and mapping the client credentials to a computer program. More particularly, the present invention allows future access to a program after an initial input of the client's credentials for that program.
  • Clients routinely access application programs containing sensitive data.
  • the application program receives credentials from the client.
  • the credentials can comprise a domain name, a level of security access, a password, and other secure information about the client.
  • the application programs can comprise human resources programs having sensitive personal information, retirement plan programs having sensitive information regarding a client's accounts, or other programs having sensitive data. Such application programs having sensitive data are commonly called “line-of-business” application programs.
  • a large organization can have a human resources web page to provide information to the organizations employees (the clients).
  • the web page can comprise an application program having sensitive information about each client.
  • the sensitive information can comprise home address and telephone number, spouse's name, annual salary, previous pay sheets, and other information.
  • the application program can request the client's credentials to verify the access rights of the client.
  • One conventional authentication method for verifying access rights requires the client to input manually the client's credentials each time the client accesses the application program. Problems associated with that type of authentication system include forgetting the credentials and the repeated, manual task of inputting the credentials.
  • a conventional process to improve the authentication method described above involves saving the client's credentials in a memory of the client's console. The credentials then are retrieved from the client's memory when requested by the application program. However, if the client accesses the application program from another client console, then the saved credentials are not available.
  • Another conventional authentication method involves hard coding all employee credentials into the application program. While removing the repeated step of manually inputting credentials, hard coding typically provides all clients with the same credentials. Accordingly, the security level of such a conventional system is lower than a system having unique credentials for each client. Additionally, the hard coded credentials typically are transmitted across a network, further decreasing the security level of the system. Finally, if the credentials change, then the computer code for the application program must be changed.
  • the present invention can provide a system and method for transparently transferring a client's credentials to one or more application programs.
  • the present invention can provide future access to an application program after an initial input of the client's credentials for that application program. Additionally, by associating the client's credentials with application programs, the present invention can provide the client's credentials for multiple application programs. Accordingly, the present invention can allow simultaneous access and presentation of multiple application programs.
  • a client's credentials for an application program can be stored by a single signon system at a location remote from the client.
  • the client can request access to the application program.
  • the request can comprise information directing the application program to obtain the client's credentials from the remote location.
  • the application program can send a request for the client's credentials to the single signon system. If the single signon system has stored the client's credentials, then the single signon system can send the client's credentials to the application program. If the single signon system has not stored the client's credentials, then the single signon system can obtain the client's credentials from the client, send the client's credentials to the application program, and store the client's credentials in the remote location.
  • the single signon system can encrypt the client's credentials prior to storing them in the remote location.
  • the system can obtain a master secret from a master secret server module. The system then can encrypt the credentials using the master secret and a cryptographic provider. Alternatively, the system can encrypt the credentials using a secret or a certificate from the client. If the single signon system stores encrypted credentials, then the single signon system can decrypt the credentials prior to sending them to the application program.
  • the client By storing the client's credentials for future use, the client does not have to input manually the credentials each time an application program is accessed.
  • the client's credentials By storing the client's credentials in a remote location, the client's credentials can be provided from any client console to an application program.
  • the credentials By storing the client's credentials in relation to an application program, the credentials can remain constant even if the URL of the application program changes. Additionally, a web page can simultaneously present multiple application programs, and the client's credentials can be provided for each application program.
  • FIG. 1 is a block diagram depicting a representative computing environment for a single signon system according an exemplary embodiment of the present invention.
  • FIG. 2 is a flow chart depicting a method for providing a client's credentials to a computer program according to an exemplary embodiment of the present invention.
  • FIG. 3 is a flow chart depicting a method for setting credentials according to an exemplary embodiment of the present invention.
  • FIG. 4 is a flow chart depicting a method for encrypting credentials according to an exemplary embodiment of the present invention.
  • FIG. 5 is a flow chart depicting a method for obtaining credentials according to an exemplary embodiment of the present invention.
  • FIG. 6 is a flowchart depicting a method for decrypting credentials according to an exemplary embodiment of the present invention.
  • the present invention can provide a system and method for storing a client's credentials for future use to access a computer program.
  • a single signon system can store the client's credentials for a computer program at a location remote from the client.
  • the system can encrypt the client's credentials before storing them in the remote location.
  • the client can request access to a computer program.
  • the client's request can comprise information directing the computer program to obtain the client's credentials from the remote location.
  • the computer program can send a request for the client's credentials to the single signon system. If the single signon system has stored the client's credentials, then the single signon system can send the client's credentials to the computer program.
  • the system can decrypt the client's credentials prior to sending them to the computer program. If the single signon system has not stored the client's credentials, then the single signon system can obtain the client's credentials from the client, send the client's credentials to the computer program, and store the client's credentials in the remote location.
  • program modules may be physically located in different local and remote memory storage devices. Execution of the program modules may occur locally in a stand-alone manner or remotely in a client/server manner. Examples of such distributed computing environments include local area networks of an office, enterprise-wide computer networks, and the global Internet.
  • the processes and operations performed by the software modules include the manipulation of signals by a client or server and the maintenance of those signals within data structures resident in one or more of local or remote memory storage devices.
  • Such data structures impose a physical organization upon the collection of data stored within a memory storage device and represent specific electrical or magnetic elements.
  • Those symbolic representations are the means used by those skilled in the art of computer programming and computer construction to effectively convey teachings and discoveries to others skilled in the art.
  • the present invention also includes a computer program that embodies the functions described herein and illustrated in the appended flow charts.
  • a computer program that embodies the functions described herein and illustrated in the appended flow charts.
  • the invention should not be construed as limited to any one set of computer program instructions.
  • a skilled programmer would be able to write such a computer program to implement the disclosed invention based on the flow charts and associated description in the application text. Therefore, disclosure of a particular set of program code instructions is not considered necessary for an adequate understanding of how to make and use the invention.
  • the inventive functionality of the claimed computer program will be explained in more detail in the following description in conjunction with the Figures illustrating the program flow.
  • FIG. 1 is a block diagram depicting a representative computing environment 100 for a single signon system 104 according an exemplary embodiment of the present invention.
  • the environment 100 comprises a client console 102 that typically comprises a graphical user interface for presenting and managing data in a convenient format for a client.
  • the client console 102 also typically comprises a keyboard or other device to allow the client to interact with the single signon system 104 through a network 106 .
  • the network 106 can comprise a local area network or the Internet.
  • the environment 100 also comprises a website 108 , 109 connected to the client console 102 through the network 106 .
  • the network 106 connects the single signon system 104 to the websites 108 , 109 .
  • the client console 102 accesses a computer program module provided on one of the websites 108 , 109 .
  • the computer program module can comprise an application program having sensitive data.
  • the application program comprises a line-of business application program. Accordingly, the computer program module can require credentials before allowing a client to access the sensitive data.
  • the client console 102 sends a request to access an application program through the network 106 to one of the websites 108 , 109 .
  • the access request comprises information indicating that the application program should obtain the client's access credentials from the single signon system 104 .
  • the website 108 , 109 sends a request for the client's credentials from the application program through the network 106 to the single signon system 104 .
  • a single signon server module 110 receives the application program's request for the client's credentials.
  • the single signon server module 110 determines whether the client's credentials exist for the application program in a single signon database 112 . If not, then the single signon server module 110 requests a client to enter the client's credentials through the client console 102 .
  • the single signon server module 110 receives the client's credentials from the client console 102 and forwards the client's credentials through the network 106 to the website 108 , 109 .
  • the single signon server module 110 stores the client's credentials in the single signon database 112 for future use. Before storing the client's credentials, the single signon server module 110 can encrypt the credentials. In an exemplary embodiment, the single signon server module 110 obtains a master secret from a master secret server module 114 . The master secret can be stored in the registry or other storage location of the master secret server module 114 . The single signon server module 110 then uses the master secret to encrypt the client's credentials. In an alternative embodiment, the single signon server module 110 obtains a secret from the client console 102 . The single signon server module 110 then uses that secret to encrypt the client's credentials. A cryptographic application program interface can generate the master secret on the master secret server module 114 or the secret from the client console 102 . Alternatively, an administrator can input the secret for storage at the master secret server module.
  • the single signon server module 110 determines that the client's credentials are stored in the single signon database 112 , then the single signon server module 110 retrieves and forwards the client's credentials through the network 106 to the website 108 , 109 . If the client's credentials stored in the single signon database 112 are encrypted, then the single signon server module 110 decrypts the client's credentials before sending them to the website 108 , 109 . In an exemplary embodiment, the single signon server module 110 obtains the master secret from the master secret server module 114 to decrypt the client's credentials. Alternatively, the single signon server module 110 obtains a secret from the client console 102 to decrypt the client's credentials.
  • the single signon server module 110 , the single signon database 112 , and the master secret server module 114 can operate on a single computer. Alternatively, the single signon server module 110 , the single signon database 112 , and the master secret server module 114 can operate on individual computers.
  • an application program comprises an individual application program or a group application program.
  • each client can have unique credentials to access the application program.
  • a client can be a member of a group having access rights to the application program.
  • An administrator can establish a single set of group credentials to allow all members of the group to access the application program. For example, the administrator can associate each client's security identifier (“SID”) with the group's credentials.
  • SID security identifier
  • the single signon server module 110 stores a “credential table” of client credentials in the single signon database 112 .
  • the credential table can comprise information such as a name of each application program, a client's SID, and the client's credentials for each application program.
  • the table can be indexed by the application name, the client's SID, or the client's credentials.
  • the client's credentials can comprise group credentials or individual credentials.
  • the single signon server module 110 also stores in the single signon database 112 a “program table” comprising a list of application names and an associated application type.
  • the application type can be individual or group.
  • the program table can be searched for the application and the application type prior to searching for the client's credentials in the credential table.
  • the credentials can be available for future use, even if the location of the application program changes. For example, if the URL of the application program on the website 108 , 109 is changed, the single signon sever 110 still can provide the client's credentials by providing the client's credentials associated with the application program.
  • associating the client's credentials with an application program can allow a simultaneous display of multiple portals on the client console 102 .
  • Each portal can represent an application program on the websites 108 , 109 .
  • the single signon server module 110 can process multiple credential requests and can provide the client's credentials for each application program. Accordingly, the client can access multiple application programs simultaneously in multiple portals on the client console 102 .
  • the display on the client console 102 comprises four quadrants.
  • Each quadrant can display one of the application programs accessed by the client.
  • the application programs comprises the client's human resources website, retirement account website, electronic securities trading website, and another website.
  • the single signon server module 110 can provide the client's credentials for each of the application programs. Then, the client can access simultaneously each of the application programs from the particular website.
  • the single signon system 104 can provide the client's credentials for each application program, without the client having to manually input the client's credentials each time an application program is accessed.
  • the client can input the client's credentials the first time an application program is accessed.
  • the single signon server module 110 can store the client's credentials for future access to the same application program.
  • an administrator can input the client's credentials into the single signon database 112 . Then, when the client accesses an application program, the single signon server module 110 can send the client's credentials from the single signon database 112 to the application program. Accordingly, the client does not have to know the client's credentials.
  • the client's credentials can be available from any computer to access an application program. If the client logs into the single signon system 104 from a computer other than the client's main computer, then the single signon system 104 can provide the client's credentials to application programs based on the client's SID.
  • FIG. 2 is a flow chart depicting a method 200 for providing a client's credentials to a computer program according to an exemplary embodiment of the present invention.
  • the client console 102 sends a request to access an application program through the network 106 to the website 108 or 109 .
  • the access request comprises information directing the application program to obtain the client's credentials from the single signon system 104 .
  • the application program of the website 108 , 109 requests the client's credentials in step 210 .
  • the website 108 , 109 sends that request through the network 106 to the single signon system 104 .
  • the single signon server module 110 of the single signon system 104 receives the application program's request for the client's credentials.
  • the single signon server module 110 determines whether the application program comprises a known application. For example, the single signon server module 110 searches the credential table in the single signon database 112 to determine if the credential table includes the application program. Alternatively, the single signon server module 110 searches the program table in the single signon database 112 to determine if the program table includes the application program. If not, then the method branches to step 225 . In step 225 , the single signon server module 110 provides an indication that the credential table, or the program table, does not include the application program. For example, the single signon server module 110 displays a message on the client console 102 , indicating that a system administrator should be contacted to add the application program to the single signon system 104 .
  • the single signon server module 110 determines that the application program comprises a known application, then the method branches to step 230 .
  • the single signon server module 110 can make that determination by searching the credential table in the single signon database 112 to determine that the credential table includes the application program.
  • the single signon server module 110 can make that determination by searching the program table in the single signon database 112 to determine that the program table includes the application program.
  • the single signon server module 110 determines whether the client's credentials for the application program exist in the single signon database 112 .
  • the single signon server module 110 searches the credential table for the SID associated with the client. After finding the SID, the single signon server module 110 determines whether the client's credentials exist for the application program.
  • step 235 the single signon server module 110 obtains the client's credentials from the single signon database 112 . Then, in step 240 , the single signon server module 110 sends the client's credentials to the application program at the website 108 , 109 .
  • step 230 if the single signon server module 10 determines that the client's credentials for the application program do not exist in the single signon database 112 , then the method branches to step 245 .
  • step 245 the single signon server module 110 determines whether the application program comprises a group application. If not, then the method branches to step 250 .
  • the single signon server module 110 requests input of the client's credentials from the client console 102 .
  • a client can input the client's credentials into the client console 102 , and the single signon server module 110 receives the client's credentials in step 252 .
  • the single signon server module 110 sends the client's credentials to the application program at the website 108 , 109 .
  • the single signon server module 110 sets the client's credentials by storing the credentials in the single signon database 112 . Accordingly, the client's credentials can be available for future use.
  • step 265 the single signon server module 110 determines whether the client is a member of the group having access rights to the group application. For example, the single signon server module 110 compares the client's SID to the group's member list. If the single signon server module 110 determines that the client is not a member of the group, then the method branches to step 275 . In step 275 , the single signon server module 110 provides an indication that the client's credentials were not found. Accordingly, the client console 102 is denied access to the application program on the website 108 , 109 .
  • step 235 the single signon server module 110 retrieves the group's credentials from the single signon database 112 . Then, in step 270 , the single signon server module 110 sends the group's credentials to the application program on the website 108 , 109 .
  • FIG. 3 is a flow chart depicting a method for setting credentials according to an exemplary embodiment of the present invention, as referred to in step 260 of FIG. 2.
  • the single signon server module 110 determines whether to encrypt the credentials for storage in the single signon database 112 . Encrypting the credentials provides security for the credentials while stored in the single signon database 112 . That security prevents unauthorized access to the stored credentials. If the single signon server module 110 will encrypt the credentials, then the method proceeds to step 310 to perform the encryption. Then, in step 315 , the single signon server module 110 stores the encrypted credentials in the single signon database 112 .
  • step 305 if the single signon server module 110 will not encrypt the credentials, then the method branches directly to step 315 .
  • step 315 the single signon server module 110 stores the unencrypted credentials in the single signon database 112 .
  • the method described above with reference to FIG. 3 can apply to group or individual credentials.
  • a client can input the client's credentials in response to a request from the single signon server module 110 .
  • the method of FIG. 3 then can be used to set the client's credentials.
  • an administrator can establish a group's credentials for client members of a group.
  • the method of FIG. 3 then can be used to set the group's credentials.
  • FIG. 4 is a flow chart depicting a method for encrypting credentials according to an exemplary embodiment of the present invention, as referred to in step 310 of FIG. 3.
  • the single signon server module 110 reads the credentials that it will encrypt.
  • the credentials comprise an individual client's credentials.
  • the credentials comprise a group's credentials.
  • the single signon server module 110 reads the SID.
  • the SID comprises the client's SID.
  • the SID comprises the group's SID.
  • the single signon server module 110 retrieves the master secret from the master secret server module 114 .
  • the single signon server module 110 stores the master secret in non-pageable memory, which prevents the master secret from being paged to disk or mapped into the memory address space of another process.
  • the single signon server module 110 selects a cryptographic provider.
  • the cryptographic provider comprises any encryption algorithm.
  • the single signon server module 110 creates a random salt.
  • the random salt comprises a four byte salt.
  • the random salt can be larger.
  • the random salt can comprise a sixteen byte salt.
  • the single signon server module 110 creates the random salt by using a random cryptographic generation algorithm.
  • the single signon server module 110 hashes the master secret, the SID, and the salt. Hashing the SID with the other information prevents one client from using the credentials of another. Any suitable cryptographic hash function can be used to perform the hashing step. From the hash, the single signon server module 110 derives the encryption key in step 435 .
  • the encryption key can be unique to the application program. In other words, each application program can have its own encryption key associated with it.
  • the encryption key comprises a key of any size. In an exemplary embodiment, the encryption key comprises a 128 bit key.
  • step 440 the single signon server module 110 encrypts the SID and the credentials using the key and the cryptographic provider. Encrypting the SID and the credentials prevents one client from accessing the credentials of another client.
  • step 445 the single signon server module 110 attaches the random salt to the encrypted data.
  • the salt can be prepended to the encrypted data.
  • the salt can be attached to the end of the encrypted data. Attaching the random salt to the encrypted data allows the encryption key to be recovered by hashing the salt together with the master secret and the client's SID. The method then proceeds to step 315 (FIG. 4).
  • the encryption method described above with reference to FIG. 4 represents an exemplary embodiment for encrypting credentials.
  • the present invention is not limited to the encryption method described above. Any suitable encryption method can be used to encrypt the credentials.
  • the single signon server module 110 obtains a secret from the client console 102 . That secret then is used to encrypt the credentials.
  • each client can be issued certificates for use in encrypting the client's credentials.
  • FIG. 5 is a flow chart depicting a method for obtaining credentials according to an exemplary embodiment of the present invention, as referred to in step 235 of FIG. 2.
  • the single signon server module 110 determines whether to retrieve a group's credentials from the single signon database 112 . For example, the single signon server module 110 retrieves a group's credentials for a group application program. Alternatively, the single signon server module 110 retrieves an individual client's credentials for an individual application program.
  • step 510 the single signon server module 110 retrieves the client's credentials from the single signon database 112 .
  • step 515 the single signon server module 110 determines whether the retrieved client's credentials are encrypted. If yes, then the method branches to step 520 .
  • step 520 the single signon server module 110 decrypts the client's credentials. The method then proceeds to step 525 . Referring back to step 515 , if the single signon server module 110 determines that the retrieved credentials are not encrypted, then the method branches directly to step 525 .
  • step 525 the single signon server module 110 extracts the SID from the retrieved credentials. Then, in step 530 , the single signon server module 110 determines whether the client's SID matches the SID from the retrieved credentials. If the SIDs do not match, then the method branches to step 555 , in which access to the application program is denied. If the single signon server module 110 determines in step 530 that the SIDs match, then the method branches to step 240 (FIG. 2).
  • step 505 if the single signon server module 110 will retrieve a group's credentials, then the method branches to step 535 .
  • step 535 the single signon server module 110 retrieves the group's credentials from the single signon database 112 .
  • step 540 the single signon server module 110 determines whether the retrieved credentials are encrypted. If yes, then the method branches to step 520 .
  • step 520 the single signon server module 110 decrypts the group's credentials. The method then proceeds to step 545 .
  • step 540 if the single signon server module 110 determines that the retrieved credentials are not encrypted, then the method branches directly to step 545 .
  • the single signon server module 110 extracts the group SID from the retrieved credentials.
  • the group SID can comprise a member list.
  • the member list can comprise a list of client SIDs that are members of the group.
  • the method then proceeds to step 550 .
  • the single signon server module 110 determines whether the client's SID matches a SID from the member list of the group SID. If not, then the method branches to step 555 , in which access to the application program is denied. If the client's SID matches a SID on the member list, then the method branches to step 270 (FIG. 2).
  • FIG. 6 is a flowchart depicting a method for decrypting credentials according to an exemplary embodiment of the present invention, as referred to in step 520 of FIG. 5.
  • the single signon server module 110 retrieves the master secret from the master secret server module 114 .
  • the single signon server module 110 selects a cryptographic provider.
  • the cryptographic provider can correspond to the cryptographic provider used to encrypt the credentials.
  • the single signon server module 110 separates the salt from the encrypted credentials.
  • the single signon server module 110 hashes the master secret, the salt, and the SID.
  • the cryptographic hash function used to perform the hashing step can correspond to the hash function used during the encryption process.
  • the SID comprises the client's SID.
  • the SID comprises the group's SID.
  • the single signon server module 110 derives the decryption key in step 625 .
  • the single signon server module 110 decrypts the credentials using the cryptographic provider and the decryption key. The method then proceeds to step 525 (FIG. 5) for individual credentials, or step 545 (FIG. 5) for group credentials.
  • the decryption method described above with reference to FIG. 6 represents an exemplary embodiment for decrypting credentials.
  • the present invention is not limited to the decryption method described above. Any suitable decryption method can be used to decrypt the credentials.
  • the single signon server module 110 obtains a secret from the client console 102 . That secret then is used to decrypt the credentials.
  • the present invention can be used with computer hardware and software that performs the methods and processing functions described above.
  • the systems, methods, and procedures described herein can be embodied in a programmable computer, computer executable software, or digital circuitry.
  • the software can be stored on computer readable media.
  • computer readable media can include a floppy disk, RAM, ROM, hard disk, removable media, flash memory, memory stick, optical media, magneto-optical media, CD-ROM, etc.
  • Digital circuitry can include integrated circuits, gate arrays, building block logic, field programmable gate arrays (FPGA), etc.

Abstract

A system for providing a client's credentials to a computer program comprises a database remote from the client and a single signon server module. The single signon server module can receive a request for the client's credentials from the computer program, determine whether the client's credentials are stored in the database, and send the client's credentials from the database to the computer program in response to a determination that the client's credentials are stored in the database. The single signon server module can store the client's credentials in the database in response to a determination that the client's credentials are not stored in the database. The single signon server module can encrypt the client's credentials prior to storing the client's credentials in the database and can decrypt the client's credentials prior to sending the client's credentials to the computer program.

Description

    FIELD OF THE INVENTION
  • The present invention relates generally to storing client credentials and mapping the client credentials to a computer program. More particularly, the present invention allows future access to a program after an initial input of the client's credentials for that program. [0001]
  • BACKGROUND OF THE INVENTION
  • Clients routinely access application programs containing sensitive data. To verify that a client has access rights to an application program, the application program receives credentials from the client. The credentials can comprise a domain name, a level of security access, a password, and other secure information about the client. The application programs can comprise human resources programs having sensitive personal information, retirement plan programs having sensitive information regarding a client's accounts, or other programs having sensitive data. Such application programs having sensitive data are commonly called “line-of-business” application programs. [0002]
  • For example, a large organization can have a human resources web page to provide information to the organizations employees (the clients). The web page can comprise an application program having sensitive information about each client. For instance, the sensitive information can comprise home address and telephone number, spouse's name, annual salary, previous pay sheets, and other information. When the client tries to access the application program on the human resources web page, the application program can request the client's credentials to verify the access rights of the client. [0003]
  • One conventional authentication method for verifying access rights requires the client to input manually the client's credentials each time the client accesses the application program. Problems associated with that type of authentication system include forgetting the credentials and the repeated, manual task of inputting the credentials. [0004]
  • A conventional process to improve the authentication method described above involves saving the client's credentials in a memory of the client's console. The credentials then are retrieved from the client's memory when requested by the application program. However, if the client accesses the application program from another client console, then the saved credentials are not available. [0005]
  • Furthermore, conventional methods save credentials by associating them with a particular uniform resource locator (URL) of the web page comprising the application program. Accordingly, if the URL of the web page changes, then the saved credentials become obsolete. Additionally, if the client accesses the same application program at a web page having a different URL, then the saved credentials do not apply. Furthermore, because the credentials are saved per web page, only one application program can be accessed at a time for each web page. A web page cannot provide automatic, simultaneous access to multiple application programs when the credentials are associated with a particular URL. [0006]
  • As an alternative to saving credentials in a local memory, another conventional authentication method involves hard coding all employee credentials into the application program. While removing the repeated step of manually inputting credentials, hard coding typically provides all clients with the same credentials. Accordingly, the security level of such a conventional system is lower than a system having unique credentials for each client. Additionally, the hard coded credentials typically are transmitted across a network, further decreasing the security level of the system. Finally, if the credentials change, then the computer code for the application program must be changed. [0007]
  • Accordingly, there is a need in the art for making the transfer of credentials to an application program transparent to the client. Specifically, a need exists for a single signon system and method that can allow future access to an application program after an initial input of the client's credentials for that application program. A need in the art also exists for remotely storing client credentials to allow access to any client's credentials from any client console. Furthermore, a need in the art exists for securely storing client credentials in a remote location. A need in the art also exists for storing credentials in relation to an application program, rather than in relation to a URL of a web page. [0008]
  • SUMMARY OF THE INVENTION
  • The present invention can provide a system and method for transparently transferring a client's credentials to one or more application programs. The present invention can provide future access to an application program after an initial input of the client's credentials for that application program. Additionally, by associating the client's credentials with application programs, the present invention can provide the client's credentials for multiple application programs. Accordingly, the present invention can allow simultaneous access and presentation of multiple application programs. [0009]
  • According to one aspect of the present invention, a client's credentials for an application program can be stored by a single signon system at a location remote from the client. The client can request access to the application program. The request can comprise information directing the application program to obtain the client's credentials from the remote location. Accordingly, the application program can send a request for the client's credentials to the single signon system. If the single signon system has stored the client's credentials, then the single signon system can send the client's credentials to the application program. If the single signon system has not stored the client's credentials, then the single signon system can obtain the client's credentials from the client, send the client's credentials to the application program, and store the client's credentials in the remote location. [0010]
  • The single signon system according to the present invention can encrypt the client's credentials prior to storing them in the remote location. To encrypt the credentials, the system can obtain a master secret from a master secret server module. The system then can encrypt the credentials using the master secret and a cryptographic provider. Alternatively, the system can encrypt the credentials using a secret or a certificate from the client. If the single signon system stores encrypted credentials, then the single signon system can decrypt the credentials prior to sending them to the application program. [0011]
  • By storing the client's credentials for future use, the client does not have to input manually the credentials each time an application program is accessed. By storing the client's credentials in a remote location, the client's credentials can be provided from any client console to an application program. By storing the client's credentials in relation to an application program, the credentials can remain constant even if the URL of the application program changes. Additionally, a web page can simultaneously present multiple application programs, and the client's credentials can be provided for each application program. [0012]
  • These and other aspects, objects, and features of the present invention will become apparent from the following detailed description of the exemplary embodiments, read in conjunction with, and reference to, the accompanying drawings.[0013]
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 is a block diagram depicting a representative computing environment for a single signon system according an exemplary embodiment of the present invention. [0014]
  • FIG. 2 is a flow chart depicting a method for providing a client's credentials to a computer program according to an exemplary embodiment of the present invention. [0015]
  • FIG. 3 is a flow chart depicting a method for setting credentials according to an exemplary embodiment of the present invention. [0016]
  • FIG. 4 is a flow chart depicting a method for encrypting credentials according to an exemplary embodiment of the present invention. [0017]
  • FIG. 5 is a flow chart depicting a method for obtaining credentials according to an exemplary embodiment of the present invention. [0018]
  • FIG. 6 is a flowchart depicting a method for decrypting credentials according to an exemplary embodiment of the present invention.[0019]
  • DETAILED DESCRIPTION OF EXEMPLARY EMBODIMENTS
  • The present invention can provide a system and method for storing a client's credentials for future use to access a computer program. A single signon system can store the client's credentials for a computer program at a location remote from the client. The system can encrypt the client's credentials before storing them in the remote location. The client can request access to a computer program. The client's request can comprise information directing the computer program to obtain the client's credentials from the remote location. In response to the client's request for access to the computer program, the computer program can send a request for the client's credentials to the single signon system. If the single signon system has stored the client's credentials, then the single signon system can send the client's credentials to the computer program. If the stored credentials are encrypted, the system can decrypt the client's credentials prior to sending them to the computer program. If the single signon system has not stored the client's credentials, then the single signon system can obtain the client's credentials from the client, send the client's credentials to the computer program, and store the client's credentials in the remote location. [0020]
  • Although exemplary embodiments will be described generally in the context of software modules running in a distributed computing environment, those skilled in the art will recognize that the present invention also can be implemented in conjunction with other program modules for other types of computers. In a distributed computing environment, program modules may be physically located in different local and remote memory storage devices. Execution of the program modules may occur locally in a stand-alone manner or remotely in a client/server manner. Examples of such distributed computing environments include local area networks of an office, enterprise-wide computer networks, and the global Internet. [0021]
  • The processes and operations performed by the software modules include the manipulation of signals by a client or server and the maintenance of those signals within data structures resident in one or more of local or remote memory storage devices. Such data structures impose a physical organization upon the collection of data stored within a memory storage device and represent specific electrical or magnetic elements. Those symbolic representations are the means used by those skilled in the art of computer programming and computer construction to effectively convey teachings and discoveries to others skilled in the art. [0022]
  • The present invention also includes a computer program that embodies the functions described herein and illustrated in the appended flow charts. However, it should be apparent that there could be many different ways of implementing the invention in computer programming, and the invention should not be construed as limited to any one set of computer program instructions. Further, a skilled programmer would be able to write such a computer program to implement the disclosed invention based on the flow charts and associated description in the application text. Therefore, disclosure of a particular set of program code instructions is not considered necessary for an adequate understanding of how to make and use the invention. The inventive functionality of the claimed computer program will be explained in more detail in the following description in conjunction with the Figures illustrating the program flow. [0023]
  • Referring now to the drawings, in which like numerals represent like elements, aspects of the present invention and exemplary operating environment will be described. [0024]
  • FIG. 1 is a block diagram depicting a [0025] representative computing environment 100 for a single signon system 104 according an exemplary embodiment of the present invention. The environment 100 comprises a client console 102 that typically comprises a graphical user interface for presenting and managing data in a convenient format for a client. The client console 102 also typically comprises a keyboard or other device to allow the client to interact with the single signon system 104 through a network 106. For example, the network 106 can comprise a local area network or the Internet.
  • The [0026] environment 100 also comprises a website 108, 109 connected to the client console 102 through the network 106. The network 106 connects the single signon system 104 to the websites 108, 109. Through the network 106, the client console 102 accesses a computer program module provided on one of the websites 108, 109. For example, the computer program module can comprise an application program having sensitive data. In an exemplary embodiment, the application program comprises a line-of business application program. Accordingly, the computer program module can require credentials before allowing a client to access the sensitive data.
  • In operation of the exemplary embodiment, the [0027] client console 102 sends a request to access an application program through the network 106 to one of the websites 108, 109. The access request comprises information indicating that the application program should obtain the client's access credentials from the single signon system 104. In response to the access request, the website 108, 109 sends a request for the client's credentials from the application program through the network 106 to the single signon system 104.
  • In the exemplary [0028] single signon system 104 of FIG. 1, a single signon server module 110 receives the application program's request for the client's credentials. The single signon server module 110 determines whether the client's credentials exist for the application program in a single signon database 112. If not, then the single signon server module 110 requests a client to enter the client's credentials through the client console 102. The single signon server module 110 receives the client's credentials from the client console 102 and forwards the client's credentials through the network 106 to the website 108, 109.
  • Additionally, the single [0029] signon server module 110 stores the client's credentials in the single signon database 112 for future use. Before storing the client's credentials, the single signon server module 110 can encrypt the credentials. In an exemplary embodiment, the single signon server module 110 obtains a master secret from a master secret server module 114. The master secret can be stored in the registry or other storage location of the master secret server module 114. The single signon server module 110 then uses the master secret to encrypt the client's credentials. In an alternative embodiment, the single signon server module 110 obtains a secret from the client console 102. The single signon server module 110 then uses that secret to encrypt the client's credentials. A cryptographic application program interface can generate the master secret on the master secret server module 114 or the secret from the client console 102. Alternatively, an administrator can input the secret for storage at the master secret server module.
  • Referring back to the application program's request for the client's credentials, if the single [0030] signon server module 110 determines that the client's credentials are stored in the single signon database 112, then the single signon server module 110 retrieves and forwards the client's credentials through the network 106 to the website 108, 109. If the client's credentials stored in the single signon database 112 are encrypted, then the single signon server module 110 decrypts the client's credentials before sending them to the website 108, 109. In an exemplary embodiment, the single signon server module 110 obtains the master secret from the master secret server module 114 to decrypt the client's credentials. Alternatively, the single signon server module 110 obtains a secret from the client console 102 to decrypt the client's credentials.
  • The single [0031] signon server module 110, the single signon database 112, and the master secret server module 114 can operate on a single computer. Alternatively, the single signon server module 110, the single signon database 112, and the master secret server module 114 can operate on individual computers.
  • In an exemplary embodiment, an application program comprises an individual application program or a group application program. For an individual application program, each client can have unique credentials to access the application program. For a group application program, a client can be a member of a group having access rights to the application program. An administrator can establish a single set of group credentials to allow all members of the group to access the application program. For example, the administrator can associate each client's security identifier (“SID”) with the group's credentials. [0032]
  • In an exemplary embodiment, the single [0033] signon server module 110 stores a “credential table” of client credentials in the single signon database 112. The credential table can comprise information such as a name of each application program, a client's SID, and the client's credentials for each application program. The table can be indexed by the application name, the client's SID, or the client's credentials. The client's credentials can comprise group credentials or individual credentials. In an alternative exemplary embodiment, the single signon server module 110 also stores in the single signon database 112 a “program table” comprising a list of application names and an associated application type. The application type can be individual or group. In that embodiment, the program table can be searched for the application and the application type prior to searching for the client's credentials in the credential table.
  • By associating the credentials with an application program, rather than a web page URL, the credentials can be available for future use, even if the location of the application program changes. For example, if the URL of the application program on the [0034] website 108, 109 is changed, the single signon sever 110 still can provide the client's credentials by providing the client's credentials associated with the application program.
  • Additionally, associating the client's credentials with an application program, rather than with a web page URL, can allow a simultaneous display of multiple portals on the [0035] client console 102. Each portal can represent an application program on the websites 108, 109. The single signon server module 110 can process multiple credential requests and can provide the client's credentials for each application program. Accordingly, the client can access multiple application programs simultaneously in multiple portals on the client console 102.
  • For example, if four application programs are accessed simultaneously, the display on the [0036] client console 102 comprises four quadrants. Each quadrant can display one of the application programs accessed by the client. For instance, the application programs comprises the client's human resources website, retirement account website, electronic securities trading website, and another website. The single signon server module 110 can provide the client's credentials for each of the application programs. Then, the client can access simultaneously each of the application programs from the particular website.
  • Furthermore, the [0037] single signon system 104 can provide the client's credentials for each application program, without the client having to manually input the client's credentials each time an application program is accessed. The client can input the client's credentials the first time an application program is accessed. Then, the single signon server module 110 can store the client's credentials for future access to the same application program.
  • Alternatively, an administrator can input the client's credentials into the [0038] single signon database 112. Then, when the client accesses an application program, the single signon server module 110 can send the client's credentials from the single signon database 112 to the application program. Accordingly, the client does not have to know the client's credentials.
  • Additionally, because the credentials are stored in the [0039] single signon database 112 remote from the client console 102, the client's credentials can be available from any computer to access an application program. If the client logs into the single signon system 104 from a computer other than the client's main computer, then the single signon system 104 can provide the client's credentials to application programs based on the client's SID.
  • FIG. 2 is a flow chart depicting a [0040] method 200 for providing a client's credentials to a computer program according to an exemplary embodiment of the present invention. In step 205, the client console 102 sends a request to access an application program through the network 106 to the website 108 or 109. The access request comprises information directing the application program to obtain the client's credentials from the single signon system 104. After receiving the access request, the application program of the website 108, 109 requests the client's credentials in step 210. The website 108, 109 sends that request through the network 106 to the single signon system 104. In step 215, the single signon server module 110 of the single signon system 104 receives the application program's request for the client's credentials.
  • In [0041] step 220, the single signon server module 110 determines whether the application program comprises a known application. For example, the single signon server module 110 searches the credential table in the single signon database 112 to determine if the credential table includes the application program. Alternatively, the single signon server module 110 searches the program table in the single signon database 112 to determine if the program table includes the application program. If not, then the method branches to step 225. In step 225, the single signon server module 110 provides an indication that the credential table, or the program table, does not include the application program. For example, the single signon server module 110 displays a message on the client console 102, indicating that a system administrator should be contacted to add the application program to the single signon system 104.
  • Referring back to step [0042] 220, if the single signon server module 110 determines that the application program comprises a known application, then the method branches to step 230. For example, the single signon server module 110 can make that determination by searching the credential table in the single signon database 112 to determine that the credential table includes the application program. Alternatively, the single signon server module 110 can make that determination by searching the program table in the single signon database 112 to determine that the program table includes the application program. In step 230, the single signon server module 110 determines whether the client's credentials for the application program exist in the single signon database 112. For example, the single signon server module 110 searches the credential table for the SID associated with the client. After finding the SID, the single signon server module 110 determines whether the client's credentials exist for the application program.
  • If the single [0043] signon server module 110 determines that the client's credentials for the application program exist in the database, then the method branches to step 235. In step 235, the single signon server module 110 obtains the client's credentials from the single signon database 112. Then, in step 240, the single signon server module 110 sends the client's credentials to the application program at the website 108, 109.
  • Referring back to step [0044] 230, if the single signon server module 10 determines that the client's credentials for the application program do not exist in the single signon database 112, then the method branches to step 245. In step 245, the single signon server module 110 determines whether the application program comprises a group application. If not, then the method branches to step 250.
  • In [0045] step 250, the single signon server module 110 requests input of the client's credentials from the client console 102. A client can input the client's credentials into the client console 102, and the single signon server module 110 receives the client's credentials in step 252. In step 255, the single signon server module 110 sends the client's credentials to the application program at the website 108, 109. Then, in step 260, the single signon server module 110 sets the client's credentials by storing the credentials in the single signon database 112. Accordingly, the client's credentials can be available for future use.
  • Referring back to step [0046] 245, if the single signon server module 110 determines that the application program comprises a group application, then the method branches to step 265. In step 265, the single signon server module 110 determines whether the client is a member of the group having access rights to the group application. For example, the single signon server module 110 compares the client's SID to the group's member list. If the single signon server module 110 determines that the client is not a member of the group, then the method branches to step 275. In step 275, the single signon server module 110 provides an indication that the client's credentials were not found. Accordingly, the client console 102 is denied access to the application program on the website 108, 109.
  • Referring back to step [0047] 265, if the single signon server module 110 determines that the client is a member of the group, then the method branches to step 235. Because the client is a member of the group, the client's credentials comprise the group's credentials. In step 235, the single signon server module 110 retrieves the group's credentials from the single signon database 112. Then, in step 270, the single signon server module 110 sends the group's credentials to the application program on the website 108, 109.
  • FIG. 3 is a flow chart depicting a method for setting credentials according to an exemplary embodiment of the present invention, as referred to in [0048] step 260 of FIG. 2. In step 305, the single signon server module 110 determines whether to encrypt the credentials for storage in the single signon database 112. Encrypting the credentials provides security for the credentials while stored in the single signon database 112. That security prevents unauthorized access to the stored credentials. If the single signon server module 110 will encrypt the credentials, then the method proceeds to step 310 to perform the encryption. Then, in step 315, the single signon server module 110 stores the encrypted credentials in the single signon database 112.
  • Referring back to step [0049] 305, if the single signon server module 110 will not encrypt the credentials, then the method branches directly to step 315. In step 315, the single signon server module 110 stores the unencrypted credentials in the single signon database 112.
  • The method described above with reference to FIG. 3 can apply to group or individual credentials. For example, a client can input the client's credentials in response to a request from the single [0050] signon server module 110. The method of FIG. 3 then can be used to set the client's credentials. Alternatively, an administrator can establish a group's credentials for client members of a group. The method of FIG. 3 then can be used to set the group's credentials.
  • FIG. 4 is a flow chart depicting a method for encrypting credentials according to an exemplary embodiment of the present invention, as referred to in [0051] step 310 of FIG. 3. In step 405, the single signon server module 110 reads the credentials that it will encrypt. For an individual application program, the credentials comprise an individual client's credentials. For a group application program, the credentials comprise a group's credentials. In step 410, the single signon server module 110 reads the SID. For an individual application program, the SID comprises the client's SID. For a group application program, the SID comprises the group's SID.
  • In [0052] step 415, the single signon server module 110 retrieves the master secret from the master secret server module 114. The single signon server module 110 stores the master secret in non-pageable memory, which prevents the master secret from being paged to disk or mapped into the memory address space of another process. In step 420, the single signon server module 110 selects a cryptographic provider. The cryptographic provider comprises any encryption algorithm.
  • In [0053] step 425, the single signon server module 110 creates a random salt. The random salt comprises a four byte salt. For increased security, the random salt can be larger. For example, the random salt can comprise a sixteen byte salt. The single signon server module 110 creates the random salt by using a random cryptographic generation algorithm.
  • In [0054] step 430, the single signon server module 110 hashes the master secret, the SID, and the salt. Hashing the SID with the other information prevents one client from using the credentials of another. Any suitable cryptographic hash function can be used to perform the hashing step. From the hash, the single signon server module 110 derives the encryption key in step 435. The encryption key can be unique to the application program. In other words, each application program can have its own encryption key associated with it. The encryption key comprises a key of any size. In an exemplary embodiment, the encryption key comprises a 128 bit key.
  • In [0055] step 440, the single signon server module 110 encrypts the SID and the credentials using the key and the cryptographic provider. Encrypting the SID and the credentials prevents one client from accessing the credentials of another client. In step 445, the single signon server module 110 attaches the random salt to the encrypted data. For example, the salt can be prepended to the encrypted data. Alternatively, the salt can be attached to the end of the encrypted data. Attaching the random salt to the encrypted data allows the encryption key to be recovered by hashing the salt together with the master secret and the client's SID. The method then proceeds to step 315 (FIG. 4).
  • The encryption method described above with reference to FIG. 4 represents an exemplary embodiment for encrypting credentials. The present invention is not limited to the encryption method described above. Any suitable encryption method can be used to encrypt the credentials. [0056]
  • In an alternative embodiment, the single [0057] signon server module 110 obtains a secret from the client console 102. That secret then is used to encrypt the credentials. In another alternative embodiment, each client can be issued certificates for use in encrypting the client's credentials.
  • FIG. 5 is a flow chart depicting a method for obtaining credentials according to an exemplary embodiment of the present invention, as referred to in [0058] step 235 of FIG. 2. In step 505, the single signon server module 110 determines whether to retrieve a group's credentials from the single signon database 112. For example, the single signon server module 110 retrieves a group's credentials for a group application program. Alternatively, the single signon server module 110 retrieves an individual client's credentials for an individual application program.
  • If the single signon server will retrieve an individual client's credentials, then the method branches to step [0059] 510. In step 510, the single signon server module 110 retrieves the client's credentials from the single signon database 112. In step 515, the single signon server module 110 determines whether the retrieved client's credentials are encrypted. If yes, then the method branches to step 520. In step 520, the single signon server module 110 decrypts the client's credentials. The method then proceeds to step 525. Referring back to step 515, if the single signon server module 110 determines that the retrieved credentials are not encrypted, then the method branches directly to step 525.
  • In [0060] step 525, the single signon server module 110 extracts the SID from the retrieved credentials. Then, in step 530, the single signon server module 110 determines whether the client's SID matches the SID from the retrieved credentials. If the SIDs do not match, then the method branches to step 555, in which access to the application program is denied. If the single signon server module 110 determines in step 530 that the SIDs match, then the method branches to step 240 (FIG. 2).
  • Referring back to step [0061] 505, if the single signon server module 110 will retrieve a group's credentials, then the method branches to step 535. In step 535, the single signon server module 110 retrieves the group's credentials from the single signon database 112. In step 540, the single signon server module 110 determines whether the retrieved credentials are encrypted. If yes, then the method branches to step 520. In step 520, the single signon server module 110 decrypts the group's credentials. The method then proceeds to step 545. Referring back to step 540, if the single signon server module 110 determines that the retrieved credentials are not encrypted, then the method branches directly to step 545.
  • In [0062] step 545, the single signon server module 110 extracts the group SID from the retrieved credentials. The group SID can comprise a member list. The member list can comprise a list of client SIDs that are members of the group. The method then proceeds to step 550. In step 550, the single signon server module 110 determines whether the client's SID matches a SID from the member list of the group SID. If not, then the method branches to step 555, in which access to the application program is denied. If the client's SID matches a SID on the member list, then the method branches to step 270 (FIG. 2).
  • FIG. 6 is a flowchart depicting a method for decrypting credentials according to an exemplary embodiment of the present invention, as referred to in [0063] step 520 of FIG. 5. In step 605, the single signon server module 110 retrieves the master secret from the master secret server module 114. In step 610, the single signon server module 110 selects a cryptographic provider. The cryptographic provider can correspond to the cryptographic provider used to encrypt the credentials. In step 615, the single signon server module 110 separates the salt from the encrypted credentials. In step 620, the single signon server module 110 hashes the master secret, the salt, and the SID. The cryptographic hash function used to perform the hashing step can correspond to the hash function used during the encryption process. For an individual application program, the SID comprises the client's SID. For a group application program, the SID comprises the group's SID. From the hash, the single signon server module 110 derives the decryption key in step 625. Then, in step 630, the single signon server module 110 decrypts the credentials using the cryptographic provider and the decryption key. The method then proceeds to step 525 (FIG. 5) for individual credentials, or step 545 (FIG. 5) for group credentials.
  • The decryption method described above with reference to FIG. 6 represents an exemplary embodiment for decrypting credentials. The present invention is not limited to the decryption method described above. Any suitable decryption method can be used to decrypt the credentials. [0064]
  • In an alternative embodiment, the single [0065] signon server module 110 obtains a secret from the client console 102. That secret then is used to decrypt the credentials.
  • The present invention can be used with computer hardware and software that performs the methods and processing functions described above. As will be appreciated by those skilled in the art, the systems, methods, and procedures described herein can be embodied in a programmable computer, computer executable software, or digital circuitry. The software can be stored on computer readable media. For example, computer readable media can include a floppy disk, RAM, ROM, hard disk, removable media, flash memory, memory stick, optical media, magneto-optical media, CD-ROM, etc. Digital circuitry can include integrated circuits, gate arrays, building block logic, field programmable gate arrays (FPGA), etc. [0066]
  • Although specific embodiments of the present invention have been described above in detail, the description is merely for purposes of illustration. Various modifications of, and equivalent steps corresponding to, the disclosed aspects of the exemplary embodiments, in addition to those described above, can be made by those skilled in the art without departing from the spirit and scope of the present invention defined in the following claims, the scope of which is to be accorded the broadest interpretation so as to encompass such modifications and equivalent structures. [0067]

Claims (23)

What is claimed is:
1. A computer-implemented method for providing a client's credentials to a computer program, comprising the steps of:
storing the client's credentials in a location remote from the client;
receiving a request for the client's credentials from the computer program; and
sending the client's credentials from the remote location to the computer program in response to the computer program's request.
2. The method according to claim 1, further comprising the step of determining whether the client's credentials are stored in the remote location,
wherein said sending step is performed in response to a determination that the client's credentials are stored in the remote location.
3. The method according to claim 2, further comprising the step of encrypting the client's credentials prior to said storing step.
4. The method according to claim 3, further comprising the step of decrypting the client's credentials prior to said sending step.
5. The method according to claim 1, further comprising the step of determining whether the client's credentials are stored in the remote location,
wherein said storing step is performed in response to a determination that the client's credentials are not stored in the remote location.
6. The method according to claim 5, wherein said storing step comprises the steps of:
requesting the client's credentials from the client;
inputting the client's credentials; and
storing the client's credentials in the remote location.
7. The method according to claim 6, wherein said storing step further comprises the step of encrypting the client's credentials.
8. The method according to claim 7, further comprising the step of decrypting the client's credentials prior to said sending step.
9. The method according to claim 1, further comprising the step of determining whether the computer program comprises a group computer program,
wherein the client's credentials comprise a group's credentials for the group computer program, and
wherein said sending step comprises sending the group's credentials from the remote location to the computer program in response to a determination that the computer program comprises the group computer program.
10. The method according to claim 9, further comprising the step of determining whether the client is a member of the group,
wherein said sending step is performed in response to a determination that the client is a member of the group.
11. A computer-readable medium having computer-executable instructions for performing the steps recited in claim 1.
12. A system for providing a client's credentials to a computer program, comprising:
a database remote from the client; and
a single signon server module capable of
receiving a request for the client's credentials from the computer program,
determining whether the client's credentials are stored in said database, and
sending the client's credentials from said database to the computer program in response a determination that the client's credentials are stored in said database.
13. The system according to claim 12, wherein said single signon server module is further capable of storing the client's credentials in said database in response to a determination that the client's credentials are not stored in said database.
14. The system according to claim 13, wherein said single signon server module is further capable of encrypting the client's credentials prior to storing the client's credentials in said database.
15. The system according to claim 14, further comprising a master secret server module capable of storing a master secret,
wherein said single signon server module uses the master secret to encrypt the client's credentials.
16. The system according to claim 14, wherein said single signon server module uses a secret provided by the client to encrypt the client's credentials.
17. The system according to claim 14, wherein said single signon server module is further capable of decrypting the client's credentials prior to sending the client's credentials to the computer program.
18. The system according to claim 12, wherein said single signon server module is further capable of determining whether the computer program comprises a group computer program,
wherein the client's credentials comprise a group's credentials for the group computer program, and
wherein said single signon sever module sends the group's credentials from said database to the computer program in response to a determination that the computer program comprises the group computer program.
19. The system according to claim 18, wherein said single signon server module is further capable of determining whether the client is a member of the group, and
wherein said single signon server module sends the group's credentials to the computer program in response to a determination that the client is a member of the group.
20. A computer-readable medium for providing a client's credentials to a computer program, said medium having computer-executable instructions for performing the steps comprising:
receiving a request for the client's credentials from the computer program;
determining whether the client's credentials are stored in a location remote from the client;
storing the client's credentials in the remote location in response to a determination that the client's credentials are not stored in the remote location; and
sending the client's credentials from the remote location to the computer program in response to the computer program's request.
21. The computer-readable medium according to claim 20, said medium having further computer-executable instructions for performing the step comprising encrypting the client's credentials prior to said storing step.
22. The computer-readable medium according to claim 21, said medium having further computer-executable instructions for performing the step comprising decrypting the client's credentials prior to said sending step.
23. The computer-readable medium according to claim 20, said medium having further computer-executable instructions for performing the step comprising determining whether the computer program comprises a group computer program,
wherein the client's credentials comprise a group's credentials for the group computer program, and
wherein said sending step comprises sending the group's credentials from the remote location to the computer program in response to a determination that the computer program comprises a group computer program.
US10/183,914 2002-06-26 2002-06-26 System and method for providing program credentials Abandoned US20040003081A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
US10/183,914 US20040003081A1 (en) 2002-06-26 2002-06-26 System and method for providing program credentials
US12/163,881 US7890643B2 (en) 2002-06-26 2008-06-27 System and method for providing program credentials

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US10/183,914 US20040003081A1 (en) 2002-06-26 2002-06-26 System and method for providing program credentials

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US12/163,881 Continuation US7890643B2 (en) 2002-06-26 2008-06-27 System and method for providing program credentials

Publications (1)

Publication Number Publication Date
US20040003081A1 true US20040003081A1 (en) 2004-01-01

Family

ID=29779233

Family Applications (2)

Application Number Title Priority Date Filing Date
US10/183,914 Abandoned US20040003081A1 (en) 2002-06-26 2002-06-26 System and method for providing program credentials
US12/163,881 Expired - Fee Related US7890643B2 (en) 2002-06-26 2008-06-27 System and method for providing program credentials

Family Applications After (1)

Application Number Title Priority Date Filing Date
US12/163,881 Expired - Fee Related US7890643B2 (en) 2002-06-26 2008-06-27 System and method for providing program credentials

Country Status (1)

Country Link
US (2) US20040003081A1 (en)

Cited By (31)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040117493A1 (en) * 2002-11-28 2004-06-17 International Business Machines Corporation Method and system for accessing internet resources through a proxy using the form-based authentication
US20050198501A1 (en) * 2004-03-02 2005-09-08 Dmitry Andreev System and method of providing credentials in a network
US20050278778A1 (en) * 2004-05-28 2005-12-15 D Agostino Anthony Method and apparatus for credential management on a portable device
US20060265740A1 (en) * 2005-03-20 2006-11-23 Clark John F Method and system for providing user access to a secure application
US20080060066A1 (en) * 2006-09-06 2008-03-06 Devicescape Software, Inc. Systems and methods for acquiring network credentials
US20080060065A1 (en) * 2006-09-06 2008-03-06 Devicescape Software, Inc. Systems and methods for providing network credentials
US20080060064A1 (en) * 2006-09-06 2008-03-06 Devicescape Software, Inc. Systems and methods for obtaining network access
EP2062130A2 (en) * 2006-09-06 2009-05-27 Devicescape Software, Inc. Systems and methods for obtaining network access
US20090228950A1 (en) * 2008-03-05 2009-09-10 Microsoft Corporation Self-describing authorization policy for accessing cloud-based resources
US20090228967A1 (en) * 2008-03-05 2009-09-10 Microsoft Corporation Flexible Scalable Application Authorization For Cloud Computing Environments
US20100017889A1 (en) * 2008-07-17 2010-01-21 Symantec Corporation Control of Website Usage Via Online Storage of Restricted Authentication Credentials
US20100306668A1 (en) * 2009-06-01 2010-12-02 Microsoft Corporation Asynchronous identity establishment through a web-based application
US20110040870A1 (en) * 2006-09-06 2011-02-17 Simon Wynn Systems and Methods for Determining Location Over a Network
US20110154455A1 (en) * 2005-02-22 2011-06-23 Nanjangudu Shiva R Security management framework
US8194589B2 (en) 2006-09-06 2012-06-05 Devicescape Software, Inc. Systems and methods for wireless network selection based on attributes stored in a network database
US8353007B2 (en) 2008-10-13 2013-01-08 Devicescape Software, Inc. Systems and methods for identifying a network
US8554830B2 (en) 2006-09-06 2013-10-08 Devicescape Software, Inc. Systems and methods for wireless network selection
US8667596B2 (en) 2006-09-06 2014-03-04 Devicescape Software, Inc. Systems and methods for network curation
US20140101447A1 (en) * 2012-10-09 2014-04-10 Sap Ag Mutual Authentication Schemes
US8743778B2 (en) 2006-09-06 2014-06-03 Devicescape Software, Inc. Systems and methods for obtaining network credentials
US20140259134A1 (en) * 2013-03-07 2014-09-11 Fiserv, Inc. Single sign-on processing for associated mobile applications
US20150074783A1 (en) * 2013-09-12 2015-03-12 Data Accelerator Ltd. Single sign on for applications
US20150229636A1 (en) * 2013-03-07 2015-08-13 Fiserv, Inc. Single sign-on processing for associated mobile applications
US20160301690A1 (en) * 2015-04-10 2016-10-13 Enovate Medical, Llc Access control for a hard asset
US20160308864A1 (en) * 2013-07-03 2016-10-20 Hangzhou H3C Technologies Co., Ltd. Access terminal
US9503444B2 (en) * 2015-02-20 2016-11-22 International Business Machines Corporation System and method for sharing access to a service within a home network
US20190141125A1 (en) * 2017-11-03 2019-05-09 Bank Of America Corporation Cross application access provisioning system
US10304304B1 (en) 2015-03-02 2019-05-28 Enovate Medical, Llc Asset management using an asset tag device
US10742634B1 (en) * 2011-12-27 2020-08-11 Majid Shahbazi Methods for single sign-on (SSO) using optical codes
US10893033B2 (en) 2018-06-28 2021-01-12 Salesforce.Com, Inc. Accessing client credential sets using a key
US11228574B2 (en) * 2013-03-14 2022-01-18 Google Llc System for managing remote software applications

Families Citing this family (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7480718B2 (en) * 2004-06-28 2009-01-20 International Business Machines Corporation Method for providing single sign-on user names for Web cookies in a multiple user information directory environment
US8813200B2 (en) * 2007-12-21 2014-08-19 Oracle International Corporation Online password management
JP2011008701A (en) * 2009-06-29 2011-01-13 Sony Corp Information processing server, information processing apparatus, and information processing method
US8621583B2 (en) 2010-05-14 2013-12-31 Microsoft Corporation Sensor-based authentication to a computer network-based service
EP2572489B1 (en) * 2010-05-20 2018-07-04 Vaultive Ltd. System and method for protecting access to authentication systems
US9141779B2 (en) 2011-05-19 2015-09-22 Microsoft Technology Licensing, Llc Usable security of online password management with sensor-based authentication
US20130125231A1 (en) * 2011-11-14 2013-05-16 Utc Fire & Security Corporation Method and system for managing a multiplicity of credentials
US10433161B2 (en) * 2012-01-30 2019-10-01 Telefonaktiebolaget Lm Ericsson (Publ) Call handover between cellular communication system nodes that support different security contexts
US10116497B2 (en) * 2016-05-20 2018-10-30 Moneygram International, Inc. Systems and methods for providing split control of multiple execution environments
US20190378121A1 (en) * 2018-05-25 2019-12-12 Finco Services, Inc. Cryptographic technology platform and methods for providers to enable users to monetize their data
US20230099355A1 (en) * 2021-09-29 2023-03-30 Dell Products L.P. Single sign-on services for database clusters

Citations (33)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4315101A (en) * 1979-02-05 1982-02-09 Atalla Technovations Method and apparatus for securing data transmissions
US5491752A (en) * 1993-03-18 1996-02-13 Digital Equipment Corporation, Patent Law Group System for increasing the difficulty of password guessing attacks in a distributed authentication scheme employing authentication tokens
US5838812A (en) * 1994-11-28 1998-11-17 Smarttouch, Llc Tokenless biometric transaction authorization system
US6052785A (en) * 1997-11-21 2000-04-18 International Business Machines Corporation Multiple remote data access security mechanism for multitiered internet computer networks
US6178511B1 (en) * 1998-04-30 2001-01-23 International Business Machines Corporation Coordinating user target logons in a single sign-on (SSO) environment
US6182142B1 (en) * 1998-07-10 2001-01-30 Encommerce, Inc. Distributed access management of information resources
US6230272B1 (en) * 1997-10-14 2001-05-08 Entrust Technologies Limited System and method for protecting a multipurpose data string used for both decrypting data and for authenticating a user
US20010027527A1 (en) * 2000-02-25 2001-10-04 Yuri Khidekel Secure transaction system
US6463474B1 (en) * 1999-07-02 2002-10-08 Cisco Technology, Inc. Local authentication of a client at a network device
US20020184507A1 (en) * 2001-05-31 2002-12-05 Proact Technologies Corp. Centralized single sign-on method and system for a client-server environment
US20020194473A1 (en) * 2001-06-13 2002-12-19 Pope David E. Method and apparatus for transmitting authentication credentials of a user across communication sessions
US6546492B1 (en) * 1999-03-26 2003-04-08 Ericsson Inc. System for secure controlled electronic memory updates via networks
US20030079143A1 (en) * 2001-10-22 2003-04-24 Dean Mikel One pass security
US20030079147A1 (en) * 2001-10-22 2003-04-24 Ching-Chuan Hsieh Single sign-on system for application program
US20030105981A1 (en) * 2001-12-04 2003-06-05 Miller Lawrence R. System and method for single session sign-on
US20030158949A1 (en) * 2002-02-19 2003-08-21 Miller Lawrence R. System and method for single sign-on session management without central server
US20030182551A1 (en) * 2002-03-25 2003-09-25 Frantz Christopher J. Method for a single sign-on
US20030188193A1 (en) * 2002-03-28 2003-10-02 International Business Machines Corporation Single sign on for kerberos authentication
US20030208613A1 (en) * 2002-05-02 2003-11-06 Envivio.Com, Inc. Managing user interaction for live multimedia broadcast
US20030229788A1 (en) * 2002-05-24 2003-12-11 Jakobsson Bjorn Markus Method and apparatus for distributing shares of a password for use in multi-server password authentication
US6678826B1 (en) * 1998-09-09 2004-01-13 Communications Devices, Inc. Management system for distributed out-of-band security databases
US6725376B1 (en) * 1997-11-13 2004-04-20 Ncr Corporation Method of using an electronic ticket and distributed server computer architecture for the same
US6732270B1 (en) * 2000-10-23 2004-05-04 Motorola, Inc. Method to authenticate a network access server to an authentication server
US6760841B1 (en) * 2000-05-01 2004-07-06 Xtec, Incorporated Methods and apparatus for securely conducting and authenticating transactions over unsecured communication channels
US6832263B2 (en) * 2000-04-27 2004-12-14 Hyperion Solutions Corporation Method and apparatus for implementing a dynamically updated portal page in an enterprise-wide computer system
US6856800B1 (en) * 2001-05-14 2005-02-15 At&T Corp. Fast authentication and access control system for mobile networking
US6859878B1 (en) * 1999-10-28 2005-02-22 International Business Machines Corporation Universal userid and password management for internet connected devices
US6889222B1 (en) * 2000-12-26 2005-05-03 Aspect Communications Corporation Method and an apparatus for providing personalized service
US20050240763A9 (en) * 2001-08-06 2005-10-27 Shivaram Bhat Web based applications single sign on system and method
US7069433B1 (en) * 2001-02-20 2006-06-27 At&T Corp. Mobile host using a virtual single account client and server system for network access and management
US7111323B1 (en) * 2001-08-31 2006-09-19 Oracle International Corporation Method and apparatus to facilitate a global timeout in a distributed computing environment
US7170998B2 (en) * 2000-10-26 2007-01-30 Lochisle Inc. Door access control and key management system and the method thereof
US7350229B1 (en) * 2001-03-07 2008-03-25 Netegrity, Inc. Authentication and authorization mapping for a computer network

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7484247B2 (en) * 2004-08-07 2009-01-27 Allen F Rozman System and method for protecting a computer system from malicious software

Patent Citations (33)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4315101A (en) * 1979-02-05 1982-02-09 Atalla Technovations Method and apparatus for securing data transmissions
US5491752A (en) * 1993-03-18 1996-02-13 Digital Equipment Corporation, Patent Law Group System for increasing the difficulty of password guessing attacks in a distributed authentication scheme employing authentication tokens
US5838812A (en) * 1994-11-28 1998-11-17 Smarttouch, Llc Tokenless biometric transaction authorization system
US6230272B1 (en) * 1997-10-14 2001-05-08 Entrust Technologies Limited System and method for protecting a multipurpose data string used for both decrypting data and for authenticating a user
US6725376B1 (en) * 1997-11-13 2004-04-20 Ncr Corporation Method of using an electronic ticket and distributed server computer architecture for the same
US6052785A (en) * 1997-11-21 2000-04-18 International Business Machines Corporation Multiple remote data access security mechanism for multitiered internet computer networks
US6178511B1 (en) * 1998-04-30 2001-01-23 International Business Machines Corporation Coordinating user target logons in a single sign-on (SSO) environment
US6182142B1 (en) * 1998-07-10 2001-01-30 Encommerce, Inc. Distributed access management of information resources
US6678826B1 (en) * 1998-09-09 2004-01-13 Communications Devices, Inc. Management system for distributed out-of-band security databases
US6546492B1 (en) * 1999-03-26 2003-04-08 Ericsson Inc. System for secure controlled electronic memory updates via networks
US6463474B1 (en) * 1999-07-02 2002-10-08 Cisco Technology, Inc. Local authentication of a client at a network device
US6859878B1 (en) * 1999-10-28 2005-02-22 International Business Machines Corporation Universal userid and password management for internet connected devices
US20010027527A1 (en) * 2000-02-25 2001-10-04 Yuri Khidekel Secure transaction system
US6832263B2 (en) * 2000-04-27 2004-12-14 Hyperion Solutions Corporation Method and apparatus for implementing a dynamically updated portal page in an enterprise-wide computer system
US6760841B1 (en) * 2000-05-01 2004-07-06 Xtec, Incorporated Methods and apparatus for securely conducting and authenticating transactions over unsecured communication channels
US6732270B1 (en) * 2000-10-23 2004-05-04 Motorola, Inc. Method to authenticate a network access server to an authentication server
US7170998B2 (en) * 2000-10-26 2007-01-30 Lochisle Inc. Door access control and key management system and the method thereof
US6889222B1 (en) * 2000-12-26 2005-05-03 Aspect Communications Corporation Method and an apparatus for providing personalized service
US7069433B1 (en) * 2001-02-20 2006-06-27 At&T Corp. Mobile host using a virtual single account client and server system for network access and management
US7350229B1 (en) * 2001-03-07 2008-03-25 Netegrity, Inc. Authentication and authorization mapping for a computer network
US6856800B1 (en) * 2001-05-14 2005-02-15 At&T Corp. Fast authentication and access control system for mobile networking
US20020184507A1 (en) * 2001-05-31 2002-12-05 Proact Technologies Corp. Centralized single sign-on method and system for a client-server environment
US20020194473A1 (en) * 2001-06-13 2002-12-19 Pope David E. Method and apparatus for transmitting authentication credentials of a user across communication sessions
US20050240763A9 (en) * 2001-08-06 2005-10-27 Shivaram Bhat Web based applications single sign on system and method
US7111323B1 (en) * 2001-08-31 2006-09-19 Oracle International Corporation Method and apparatus to facilitate a global timeout in a distributed computing environment
US20030079143A1 (en) * 2001-10-22 2003-04-24 Dean Mikel One pass security
US20030079147A1 (en) * 2001-10-22 2003-04-24 Ching-Chuan Hsieh Single sign-on system for application program
US20030105981A1 (en) * 2001-12-04 2003-06-05 Miller Lawrence R. System and method for single session sign-on
US20030158949A1 (en) * 2002-02-19 2003-08-21 Miller Lawrence R. System and method for single sign-on session management without central server
US20030182551A1 (en) * 2002-03-25 2003-09-25 Frantz Christopher J. Method for a single sign-on
US20030188193A1 (en) * 2002-03-28 2003-10-02 International Business Machines Corporation Single sign on for kerberos authentication
US20030208613A1 (en) * 2002-05-02 2003-11-06 Envivio.Com, Inc. Managing user interaction for live multimedia broadcast
US20030229788A1 (en) * 2002-05-24 2003-12-11 Jakobsson Bjorn Markus Method and apparatus for distributing shares of a password for use in multi-server password authentication

Cited By (54)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040117493A1 (en) * 2002-11-28 2004-06-17 International Business Machines Corporation Method and system for accessing internet resources through a proxy using the form-based authentication
US7475146B2 (en) * 2002-11-28 2009-01-06 International Business Machines Corporation Method and system for accessing internet resources through a proxy using the form-based authentication
US20050198501A1 (en) * 2004-03-02 2005-09-08 Dmitry Andreev System and method of providing credentials in a network
US8364957B2 (en) * 2004-03-02 2013-01-29 International Business Machines Corporation System and method of providing credentials in a network
US20050278778A1 (en) * 2004-05-28 2005-12-15 D Agostino Anthony Method and apparatus for credential management on a portable device
US20110154455A1 (en) * 2005-02-22 2011-06-23 Nanjangudu Shiva R Security management framework
US20060265740A1 (en) * 2005-03-20 2006-11-23 Clark John F Method and system for providing user access to a secure application
US20070157298A1 (en) * 2005-03-20 2007-07-05 Timothy Dingwall Method and system for providing user access to a secure application
US8381271B2 (en) 2005-03-20 2013-02-19 Actividentity (Australia) Pty, Ltd. Method and system for providing user access to a secure application
US8214887B2 (en) 2005-03-20 2012-07-03 Actividentity (Australia) Pty Ltd. Method and system for providing user access to a secure application
US20080060064A1 (en) * 2006-09-06 2008-03-06 Devicescape Software, Inc. Systems and methods for obtaining network access
US8194589B2 (en) 2006-09-06 2012-06-05 Devicescape Software, Inc. Systems and methods for wireless network selection based on attributes stored in a network database
US8667596B2 (en) 2006-09-06 2014-03-04 Devicescape Software, Inc. Systems and methods for network curation
US9913303B2 (en) 2006-09-06 2018-03-06 Devicescape Software, Inc. Systems and methods for network curation
US20110040870A1 (en) * 2006-09-06 2011-02-17 Simon Wynn Systems and Methods for Determining Location Over a Network
EP2062130A4 (en) * 2006-09-06 2011-03-16 Devicescape Software Inc Systems and methods for obtaining network access
EP2062130A2 (en) * 2006-09-06 2009-05-27 Devicescape Software, Inc. Systems and methods for obtaining network access
US8191124B2 (en) 2006-09-06 2012-05-29 Devicescape Software, Inc. Systems and methods for acquiring network credentials
US8196188B2 (en) 2006-09-06 2012-06-05 Devicescape Software, Inc. Systems and methods for providing network credentials
US8554830B2 (en) 2006-09-06 2013-10-08 Devicescape Software, Inc. Systems and methods for wireless network selection
US8549588B2 (en) 2006-09-06 2013-10-01 Devicescape Software, Inc. Systems and methods for obtaining network access
US8743778B2 (en) 2006-09-06 2014-06-03 Devicescape Software, Inc. Systems and methods for obtaining network credentials
US9326138B2 (en) 2006-09-06 2016-04-26 Devicescape Software, Inc. Systems and methods for determining location over a network
US20080060065A1 (en) * 2006-09-06 2008-03-06 Devicescape Software, Inc. Systems and methods for providing network credentials
US20080060066A1 (en) * 2006-09-06 2008-03-06 Devicescape Software, Inc. Systems and methods for acquiring network credentials
US8418222B2 (en) 2008-03-05 2013-04-09 Microsoft Corporation Flexible scalable application authorization for cloud computing environments
US8196175B2 (en) * 2008-03-05 2012-06-05 Microsoft Corporation Self-describing authorization policy for accessing cloud-based resources
US20090228967A1 (en) * 2008-03-05 2009-09-10 Microsoft Corporation Flexible Scalable Application Authorization For Cloud Computing Environments
US20090228950A1 (en) * 2008-03-05 2009-09-10 Microsoft Corporation Self-describing authorization policy for accessing cloud-based resources
US20100017889A1 (en) * 2008-07-17 2010-01-21 Symantec Corporation Control of Website Usage Via Online Storage of Restricted Authentication Credentials
US8353007B2 (en) 2008-10-13 2013-01-08 Devicescape Software, Inc. Systems and methods for identifying a network
US9088414B2 (en) * 2009-06-01 2015-07-21 Microsoft Technology Licensing, Llc Asynchronous identity establishment through a web-based application
US20100306668A1 (en) * 2009-06-01 2010-12-02 Microsoft Corporation Asynchronous identity establishment through a web-based application
US10742634B1 (en) * 2011-12-27 2020-08-11 Majid Shahbazi Methods for single sign-on (SSO) using optical codes
US20140101447A1 (en) * 2012-10-09 2014-04-10 Sap Ag Mutual Authentication Schemes
US20140259134A1 (en) * 2013-03-07 2014-09-11 Fiserv, Inc. Single sign-on processing for associated mobile applications
US20150229636A1 (en) * 2013-03-07 2015-08-13 Fiserv, Inc. Single sign-on processing for associated mobile applications
US9641498B2 (en) * 2013-03-07 2017-05-02 Fiserv, Inc. Single sign-on processing for associated mobile applications
US9692746B2 (en) * 2013-03-07 2017-06-27 Fiserv, Inc. Single sign-on processing for associated mobile applications
US10142321B2 (en) 2013-03-07 2018-11-27 Fiserv, Inc. Single sign-on processing for associated mobile applications
US20220124081A1 (en) * 2013-03-14 2022-04-21 Google Llc System for Managing Remote Software Applications
US11228574B2 (en) * 2013-03-14 2022-01-18 Google Llc System for managing remote software applications
US10237271B2 (en) * 2013-07-03 2019-03-19 Hewlett Packard Enterprise Development Lp Access terminal
US20160308864A1 (en) * 2013-07-03 2016-10-20 Hangzhou H3C Technologies Co., Ltd. Access terminal
US9825933B2 (en) * 2013-09-12 2017-11-21 Data Accelerator Ltd. Single sign on for applications
US20150074783A1 (en) * 2013-09-12 2015-03-12 Data Accelerator Ltd. Single sign on for applications
US9503444B2 (en) * 2015-02-20 2016-11-22 International Business Machines Corporation System and method for sharing access to a service within a home network
US10304304B1 (en) 2015-03-02 2019-05-28 Enovate Medical, Llc Asset management using an asset tag device
US10360421B1 (en) 2015-03-02 2019-07-23 Enovate Medical, Llc Asset management using an asset tag device
US10949633B1 (en) 2015-03-02 2021-03-16 Enovate Medical, Llc Asset management using an asset tag device
US20160301690A1 (en) * 2015-04-10 2016-10-13 Enovate Medical, Llc Access control for a hard asset
US20190141125A1 (en) * 2017-11-03 2019-05-09 Bank Of America Corporation Cross application access provisioning system
US10893033B2 (en) 2018-06-28 2021-01-12 Salesforce.Com, Inc. Accessing client credential sets using a key
US11509641B2 (en) 2018-06-28 2022-11-22 Salesforce.Com, Inc. Accessing client credential sets using a key

Also Published As

Publication number Publication date
US7890643B2 (en) 2011-02-15
US20090164795A1 (en) 2009-06-25

Similar Documents

Publication Publication Date Title
US7890643B2 (en) System and method for providing program credentials
US11475137B2 (en) Distributed data storage by means of authorisation token
US8832047B2 (en) Distributed document version control
US8925108B2 (en) Document access auditing
US8627077B2 (en) Transparent authentication process integration
US7930757B2 (en) Offline access in a document control system
US8627489B2 (en) Distributed document version control
US8312261B2 (en) Method and system for verification of an endpoint security scan
US8015596B2 (en) Shared credential store
EP1522167B1 (en) A method and an apparatus for retrieving a value secured in a key management system
US8302169B1 (en) Privacy enhancements for server-side cookies
US6941456B2 (en) Method, system, and program for encrypting files in a computer system
US8484480B2 (en) Transmitting information using virtual input layout
US10951396B2 (en) Tamper-proof management of audit logs
US20130212707A1 (en) Document control system
US20100161965A1 (en) Secure Credential Store
US10771261B1 (en) Extensible unified multi-service certificate and certificate revocation list management
US7234060B1 (en) Generation and use of digital signatures
CN113094334B (en) Digital service method, device, equipment and storage medium based on distributed storage
US7013388B2 (en) Vault controller context manager and methods of operation for securely maintaining state information between successive browser connections in an electronic business system
US10554789B2 (en) Key based authorization for programmatic clients
US11829498B2 (en) Real-time dynamic blockchain securitization platform
US20240106657A1 (en) Method and apparatus for posting a user message of a user in an internet forum
WO2002082716A1 (en) Validating content
CN116346486A (en) Combined login method, device, equipment and storage medium

Legal Events

Date Code Title Description
AS Assignment

Owner name: MICROSOFT CORPORATION, WASHINGTON

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:JUSTUS, DEAN JASON;BENALOH, JOSH D.;FINK, NATHAN JAMES;AND OTHERS;REEL/FRAME:013060/0262;SIGNING DATES FROM 20020617 TO 20020624

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION

AS Assignment

Owner name: MICROSOFT TECHNOLOGY LICENSING, LLC, WASHINGTON

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:MICROSOFT CORPORATION;REEL/FRAME:034766/0001

Effective date: 20141014