Secure identity federation for non-federated systems

Information

  • Patent Grant
  • 10333941
  • Patent Number
    10,333,941
  • Date Filed
    Monday, October 23, 2017
    7 years ago
  • Date Issued
    Tuesday, June 25, 2019
    5 years ago
Abstract
Methods and apparatus, including computer program products, implementing and using techniques for providing user credentials over a network to a remote computer application. User credentials for the remote computer application are stored in a central repository that is accessible through the network. A request is sent to a service to perform, on behalf of a user, a particular task involving the remote computer application. It is determined whether the service has been granted permission to act on behalf of the user with respect to the remote computer application. When the service has permission to act on behalf of the user, the service is used to retrieve the user's credentials for the remote computer application from the central repository and to supply the retrieved user credentials to the remote computer application.
Description
BACKGROUND

This invention relates to access control for computing systems.


Computer security, especially regarding access to sensitive data, is typically done by granting access rights to individual users. As a prerequisite, the user must provide some sort of proof of identity, typically through a password or a digital certificate, such as a Verisign™ X.509 certificate. Other ways to provide a proof of identity include using secure digital keys, various types of biometric identification, or different combinations of authentication methods.


An individual person typically has identity credentials associated with several different systems. In order to ease the process of authenticating to these different systems, the concepts of single sign-on (SSO) and federated identity have been introduced to allow a single set of identity credentials be used for authentication against several applications. At the current time, the SSO and federated identity take one of two schemes.


The first scheme, which is often referred to as the “desktop wallet” scheme, typically has two modes. In the first mode, all applications needing authentication are installed on the same computer and the user has stored authentication credentials into a local credential store on the computer. When the user signs in to a local SSO application on the computer, the authentication credentials are retrieved from the local credential store and are subsequently handed to each of the local applications, as needed. In the second mode of the “desktop wallet” scheme, the SSO application supports HTTP (Hyper Text Transfer Protocol) and HTML (Hyper Text Markup Language) form authentication. In this second mode, the applications are remote, but when the user's local browser encounters a web page needing credentials known to the desktop wallet, the SSO application fills in the required values. The browser then transfers the credentials to the remote application.


In the desktop wallet model, the user has full control of which credentials the SSO application can access and what operations the SSO application is allowed to conduct with the credentials. Examples of the desktop wallet scheme can be found in many shareware, freeware, or shrink-wrapped products supporting single sign-on. The desktop wallet model is sometimes also used in applications that contain single sign-on features, even though the applications themselves may not solely be single sign-on applications


In the second scheme, which often is referred to as “federated identity,” no credentials are stored on the user's computer. Instead, different services or applications that are accessible over the Internet store the user's credentials. The different services or applications can have different sets of credentials for the same user. The applications participate in an identity federation, that is, the applications use a shared protocol that allows any one (or possibly many) of the user's credentials for an individual application or service to be used by other systems within the federated realm. The federated identity scheme thus allows a user to authenticate herself to one application or service, and then if the user would like to authenticate herself to a second service, the second service can automatically query the first service about whether the user's authentication was approved. If the user's authentication was approved by the first service, the second service can automatically approve the user without requiring a second authentication from the user. The user can also decide whether to exclude any services or applications from the federated identity network, for example, in the event that the user does not trust a particular service or application which is part of the federated identity network. Examples of the federated identity network authentication scheme can be found in concepts such as Microsoft's® Passport and in the protocols developed by the Liberty Alliance™ project.


Although the above solutions typically are sufficient in situations where the different applications are installed on the same machine, and where the applications collaborate in a federated identity network using a shared protocol, there are many situations in which a user needs to access applications on computers or systems that do not collaborate in a federated identity network. Such situations cannot be addressed with the above-mentioned solutions, and the user is thus forced to individually sign on to each application, possibly with different sets of user credentials for each application. This can be both time-consuming and challenging for the user to remember, in particular if the user has multiple credentials set up for different applications and services.


In view of the above, there is a need for providing a solution that enables a user to do a single authentication or sign-on to multiple applications or services that are not installed on the same computer and that do not belong to a common federated identity network. In particular, there is a need to enable various protocol bindings (including third party additions to the protocol binding set) and to maintain confidentiality of the individual user's credentials in such a dynamic environment.


SUMMARY

In general, in one aspect, the invention provides methods and apparatus, including computer program products, implementing and using techniques for providing user credentials over a network to a remote computer application. User credentials for the remote computer application are stored in a central repository that is accessible through the network. A request is sent to a service to perform, on behalf of a user, a particular task involving the remote computer application. It is determined whether the service has been granted permission to act on behalf of the user with respect to the remote computer application. When the service has permission to act on behalf of the user, the service is used to retrieve the user's credentials for the remote computer application from the central repository and to supply the retrieved user credentials to the remote computer application.


Advantageous implementations can include one or more of the following features. The user credentials for a user can be stored in a credential storage area of the central repository, where the credential storage area is associated with a user account for the user. The user's credential storage area can include one or more sets of user credentials, where each set of user credentials corresponds to a particular remote computer application and is of a type that is specified by the remote computer application. The remote computer application can include a description of what type of user credentials are needed from a user in order to access and use the remote computer application. The service can be associated with a particular addressable endpoint on the network that has the same name as the remote computer application with which the service is associated. Permission can be granted to a provider of the service to read one or more sets of user credentials from the user's credential storage area of the central repository. Determining whether the service has been granted permission can include determining whether the provider of the service has been granted read access to the corresponding set of user credentials in the user's credential storage area of the central repository.


A policy can be determined for under what circumstances the service is authorized to act on behalf of the user with respect to the remote computer application, and permission can be granted to a provider of the service to read one or more sets of user credentials from the user's credential storage area of the central repository only when the policy is not violated. Determining whether the service has been granted permission can include determining whether the policy is violated or not, and determining whether the provider of the service has been granted read access to the corresponding set of user credentials in the user's credential storage area of the central repository. The user can be an individual user or an organization representing one or more users. The network can be an interoperability network including functionality for routing messages through the interoperability network and functionality for mediating differences in communication protocol formats between users, services, and computer applications associated with the interoperability network.


In general, in another aspect, the invention provides a system for providing user credentials over a network to a remote computer application. The system includes a network, a central repository and a service. The network connects network nodes that each represents a user, a service, or a computer application. The central repository is accessible through the network and stores user credentials for the computer application. The service receives a request to perform, on behalf of a user, a particular task involving the computer application; determines whether the service has been granted permission to act on behalf of the user with respect to the computer application; and when the service has permission to act on behalf of the user, retrieves the user's credentials for the computer application from the central repository and to supply the retrieved user credentials to the computer application.


Advantageous implementations can include one or more of the following features. The central repository can include several credential storage areas for storing user credentials, where each credential storage area is associated with a user account for the user. The user's credential storage area can include one or more sets of user credentials, where each set of user credentials corresponds to a particular computer application and being of a type that is specified by the computer application. The computer application can include a description of what type of user credentials are needed from a user in order to access and use the remote computer application. The service can be associated with a particular addressable endpoint on the network and can have the same as the computer application with which the service is associated. The system can include a read permission granted to a provider of the service to read one or more sets of user credentials from the user's credential storage area of the central repository. The service can determine whether the service has been granted permission by determining whether the provider of the service has been granted the read permission.


The system can include a policy stating under what circumstances the service is authorized to act on behalf of the user with respect to the remote computer application; and a read permission granted to a provider of the service to read one or more sets of user credentials from the user's credential storage area of the central repository only when the policy is not violated. The service can determine whether the service has been granted permission by determining whether the policy is violated or not, and determining whether the provider of the service has been granted read access to the corresponding set of user credentials in the user's credential storage area of the central repository. The user can be an individual user or an organization representing one or more users. The network can be an interoperability network including functionality for routing messages through the interoperability network and functionality for mediating differences in communication protocol formats between users, services, and computer applications associated with the interoperability network.


In general, in another aspect, the invention provides methods and apparatus, including computer program products, implementing and using techniques for providing user credentials over a network to a plurality of remote computer applications. Several sets of user credentials for a user are stored in a central repository that is accessible through the network. Each set of user credentials represents information that is required by a remote computer application to uniquely identify the user. A single sign on to the network is performed using a single set of user credentials for the user. Several requests are sent to several services, where each request is a request to perform, on behalf of a user, a particular task involving a particular remote computer application associated with the service. For each service that receives a request, it is determined whether the service has been granted permission to act on behalf of the user with respect to the associated remote computer application. For each service that has permission to act on behalf of the user, the service is used to retrieve the user's credentials for the associated remote computer application from the central repository and to supply the retrieved user credentials to the remote computer application.


In general, in another aspect, the invention provides a system for providing user credentials over a network to a plurality of computer applications. The system includes a network, a central repository, a login module, and several services. The network connects several network nodes, where each network node represents one or more of: a user, a service, and a computer application. The central repository is accessible through the network and stores several sets of user credentials for a user. Each set of user credentials represents information that is required by a remote computer application to uniquely identify the user. The login module receives a single sign on to the network from the user, which uses only single set of user credentials for the user. Each service, receives a request to perform, on behalf of a user, a particular task involving a particular computer application associated with the service; determines whether the service has been granted permission to act on behalf of the user with respect to the computer application; and when the service has permission to act on behalf of the user, retrieves the user's credentials for the particular computer application from the central repository and to supply the retrieved user credentials to the computer application.


The details of one or more implementations of the invention are set forth in the accompanying drawings and the description below. Other features, objects, and advantages of the invention will be apparent from the description and drawings, and from the claims.





DESCRIPTION OF DRAWINGS


FIG. 1 shows a schematic diagram of a system in which the invention can be implemented.



FIG. 2 shows a flowchart for a process that illustrates the operation of the single sign on functionality of the interoperability network of FIG. 1.





Like reference symbols in the various drawings indicate like elements.


DETAILED DESCRIPTION

The present invention provides methods and apparatus for accomplishing a secure identity federation for non-federated systems on an extensible, dynamically routed network. As a result, a user can do a single sign on to the network, and the user's various credentials that are needed by the non-federated systems can be automatically supplied to the systems without the user having to sign on to any individual systems or services. Individual users can retain control over which providers can access the users' credentials, and can manage their own trust relationships according to the functionality they desire. The value of federated identity is provided without requiring the participating applications to implement any particular identity federation protocol. At the same time, due credential security is maintained without limiting the flexibility of providers to produce innovative solutions upon the network.


The invention will now be described in detail by way of example and with reference to specific implementations including the best modes contemplated by the inventors for carrying out the invention. Examples of these specific implementations are illustrated in the accompanying drawings. While the invention is described in conjunction with these specific implementations, it will be understood that it is not intended to limit the invention to the described implementations. On the contrary, it is intended to cover alternatives, modifications, and equivalents as may be included within the spirit and scope of the invention. In the following description, specific details are set forth in order to provide a thorough understanding of the present invention. The present invention may be practiced without some or all of these specific details. In addition, well known features or details may not have been described to avoid unnecessarily obscuring the invention.


As shown in FIG. 1, a system (100) in which the invention can be implemented includes one or more users (102), such as individuals or different types of organizations. The users (102) communicate over a communications network (104), such as the Internet, with an interoperability network (106). The interoperability network (106), which will be described in further detail below, contains functionality for facilitating interoperability between users (102) and various applications (108; 110), such as (but not limited to) web services. The interoperability network (106) contains a repository (112) in which the users' credentials for the various applications (108; 110) are securely stored. The storage, access, and use of the users' credentials from the repository (112) will be discussed in further detail below.


The interoperability network (106) facilitates interoperability using, among other things, a wide variety of web services technologies and standards including, for example, Simple Object Access Protocol (SOAP), Web Services Description Language (WSDL), WS-Security, WS-Policy, and Business Process Execution Language (BPEL). One of the core tasks of the interoperability network (106) is to mediate the technology differences in data formats, communications protocols and business policies through a set of established and defined policies.


In general, the term web services refers to a collection of technology standards that enable software applications of all types to communicate over a network. A web service typically facilitates a connection between two applications or services in which queries and responses are exchanged in XML (eXtended Markup Language) over HTTP (or HTTPS). More specifically, the term web services implies the implementation of a stack of specific, complementary standards.


Although not specifically tied to any transport protocol, web services build on Internet connectivity and infrastructure to ensure nearly universal reach and support. In particular, web services take advantage of HTTP, the same connection protocol used by Web servers and browsers. XML (and its corresponding semantics) is a widely accepted format for exchanging data and is a fundamental building block for nearly every other layer in the web services stack. SOAP is a protocol for messaging between applications. The SOAP protocol is based on XML and uses common Internet transport protocols like HTTP to carry its data. WSDL is an XML-based description of how to connect to and communicate with a particular web service. A WSDL description abstracts a particular service's various connections and messaging protocols into a high-level bundle. UDDI (Universal Description, Discovery and Integration) represents a set of protocols and a public directory for the registration and real-time lookup of web services and other business processes. The WSDL description forms a key element of the UDDI directory's service discovery model. Various implementations of the invention employ these and similar technologies to provide interoperability between and among disparate platforms, services or applications as a service.


Specific mechanisms by which interoperability networks (106) can facilitate interaction among a variety of entities will now be described with reference to the accompanying figures. It will be understood that the mechanisms described are merely examples of techniques that can be employed to facilitate the basic functionalities of such interoperability networks. That is, any technologies that facilitate “on-demand” access to a wide range of services are within the scope of the invention.


In a specific example, a service (or set of services) (108; 110) is provisioned by one or more service providers in conjunction with the interoperability network (106). During the provisioning process, connection format and security preferences can be specified for messages received by the services (108; 110), as further described below. In one implementation, provisioning includes setting up a service configuration such that the service can be used by the interoperability network (106). As part of this set up, the services (108; 110) can specify the type of message format they prefer to receive. The respective services (108; 110) can reside either inside or outside the firewall of their service providers.


In some implementations, the service provider can optionally specify which users (102) or services (108; 110) can access the provisioned service (108; 110) and the conditions under which the users or services can have access. It should be recognized that the services (108; 110) can be provided by the provider to any type of entity such as, for example, an individual user from a particular organization or a particular organizational entity. An organization can represent a distinct business entity, a particular user or set of users of a business entity, or an administrative domain of a computer application.


As used herein, the term “service” represents any computer application, process, entity, or device accessible to other applications, processes, entities, or devices through an interface such as an application programming interface (API), user interface, or Internet web user interface by any of a variety of protocols over a network within an entity or over the Internet. A service can also include multiple methods or applications on a single device or distributed across multiple devices.


A service provider can provision any number and type of services (108; 110). Also, any number and type of service providers can provision services (108; 110) to be accessed through the interoperability network (106). Accordingly, the interoperability network (106) can be configured to provision multiple services (108; 110) from multiple service providers.


After services (108; 110) are provisioned, messages can be sent between two or more services (108; 110) through the interoperability network (106). For example, a user (102) associated with a first device can access a particular service (108; 110) on a second device through the interoperability network (106) using a communication process (or service) located on the first device.


The interoperability network (106) can include any number of mechanisms for mediating communications between two or more services (108; 110). In the illustrated implementation, the interoperability network (106) includes a mechanism for translating messages sent between the services, such as from application A (108) to application B (110). Messages can use formats such as MIME (Multipurpose Internet Mail Extensions), DIME (Direct Internet Message Encapsulation), and the like, with AS2 (Applicability Statement 2), SOAP, and other application bindings. MIME and DIME are attachment/part formats, while SOAP and AS2 are application logic binding protocols. Of course, a message can use any suitable type of protocol, structuring, or formatting specification, which results in a particular format for the message. When different entities, such as application A (108) and application B (110), use different formats for their messages, the interoperability network (106) translates the messages such that recipients receive the messages in the appropriate format. In addition to translation of messages, any number of other enrichments can be applied to messages in the interoperability network (106). Such enrichments can include, for example, a digital signature service, a tariff calculator for a purchase order, and so on.


According to various implementations, the services (108; 110) and their service providers need not be aware of the message format requirements of the message destination, nor of any format translation taking place in the interoperability network (106). Application A (108) can send the message as if Application B (110) employed the same message format as used by Application A (108).


The repository (112) or directory of the interoperability network (106) can store, in addition to the user credentials, various information regarding the services (108; 110) and entities that provision and/or use such services. This information can include, for example, user identities, service identities, and policies that control what entities associated with the interoperability network (106) can interact, and the manner in which they can interact. The interoperability network (106) preferably also includes mechanisms for creating and combining services (108; 110), registering users (102) and their identifying information, and handling messages routed between services (108; 110) and/or users (102). The repository (112) can be formed from one or more databases or directory services, including databases or directory services using LDAP (Lightweight Directory Access Protocol), or the like stored on one or more memory devices on one or more computing platforms.


In some implementations of the invention, the interoperability network (106) provides security management including authentication, authorization and security policy enforcement using the information in the directory (112) and policy framework. The interoperability network (106) can perform security management at various points in a message's network lifecycle, for example, when a message is sent into the interoperability network (106) from a service (108; 110), when the message is routed to its destination endpoint, and when the message is delivered out of the interoperability network (106) to its destination service (108; 110). While the following discussion employs the term “service,” it will be understood that this is intended to include all application and software entities capable of connecting to and interacting with the interoperability network (106).


Authentication is the process of verifying that users (102) or services (108; 110) interacting through the interoperability network (106) have valid network identities. The authentication process can also involve the interoperability network (106) supplying credentials required by the service (108; 110) to identify the interoperability network (106). Authorization is the process of making sure a service (108; 110) has permission to exchange messages with another service (108; 110). Security policy enforcement allows services to specify the level of security other services must employ to interact with them through the interoperability network (106). For example, if a first service (108) has a security policy of required encryption for data and required password authentication or better, then only services connecting to the interoperability network (106) with a connection security policy that requires at least data encryption will be allowed to exchange messages with the first service. Service providers of services can define equivalent security policies, allowing the interoperability network (106) to consider certain policies to be equivalent to others, though they are not the same, for the purpose of gaining access to services.


According to a specific implementation, a service identity is the network service address of an interoperability network endpoint to which the connecting service wants to be associated. The service proof is the password configured for the associated endpoint. The user identity is a combination of organization and user name. Optionally a service name can be provided with the user identity. The user identity associates the connecting service with the corresponding network user account.


When a service posts a message to the network or polls for a message, the service initiates a connection to the interoperability network (106). The service is authenticated and associated with an endpoint (114) on the interoperability network (106). The interoperability network (106) verifies that the connection security policy of the connecting service (108; 110) is at least as high as the connection security policy defined by the associated endpoint (114). If the authentication and security policy checks pass for a posted message, the message is accepted into the interoperability network (106) and is ready to be routed. Otherwise the message is not accepted and a SOAP fault is returned to the service (108; 110). If the service is polling for a message and verification succeeds, the message requested by the poll is delivered to the service. If security verification fails, a SOAP fault is returned to the service and the polled for message is not delivered.


When connecting to the interoperability network (106) the service (108; 110) supplies a username that identifies the service as an identity on the interoperability network (106). The provided identity associates the connecting service (108; 110) with an endpoint service (114) on the interoperability network (106). In addition, the service supplies a password and/or a client certificate as proof of that identity. In the case of HTTPS connections, the interoperability network (106) provides a server certificate that can be used by the service (108; 110) for authentication of the interoperability network (106).


As mentioned above, each service must connect with a security level that is the same or higher than the connection security policy configured for the service's associated endpoint service which can be configured, for example, for HTTP, HTTPS (HTTP with encryption) or HTTPS with certificate-based authentication.


The interoperability network (106) determines the endpoint (114) associated with a message and routes the message to a message queue associated with that endpoint (114). During this routing phase, security policy and permission verification is performed. If the security policy and permission verification passes, the message is routed to the message queue associated with the destination endpoint (114). If either part of the verification does not pass, the message is not routed and a SOAP fault is returned to the service (108; 110) that originated the message.


Security policies are enforced in a bi-directional manner. That is the security policy of the connecting service's endpoint (i.e., the origin endpoint) and the security policy of the destination service's endpoint (i.e., the destination endpoint) must both be met. For example, if the origin endpoint has a security policy of HTTP, it will allow services that use HTTP or HTTPS to connect. However, the only endpoints the origin endpoint will be allowed to message with are endpoints with a security policy that allows HTTP. That is, endpoints with a security policy of HTTPS or higher will not allow services that connect with HTTP to message with the service associated with them.


Permission enforcement can also be performed during the message routing phase. The destination endpoint has a permissions or access control list policy that is stored in the directory that the network references to determine whether or not the origin endpoint is allowed to exchange messages with this destination endpoint.


When the interoperability network (106) pushes a message to a destination service, the interoperability network (106) can perform authentication of the service (108; 110), can provide authentication credentials to the service (108; 110), and will enforce the connection security policy configured for the endpoint (114) corresponding to the destination service. If authentication verification and security policy validation succeed, the message is delivered to the destination service. If either security verifications fail, the message is not delivered and a SOAP fault is returned to the service that originated the message.


When connecting from the interoperability network (106) to a destination service, the interoperability network (106) can be configured to provide no authentication credentials, to supply a username and/or password, or to authenticate a digital certificate (e.g., a Verisign™ X.509 certificate) sent by the destination service to the interoperability network (106). In addition, the interoperability network (106) can be configured to supply a digital certificate, which the destination service can use to authenticate the interoperability network (106). It will be understood that the foregoing description relating to security management is merely exemplary and that any suitable alternatives for providing any combination of the described functionalities are within the scope of the invention.


In order to accomplish a secure single sign-on (SSO) capability within the interoperability network (106) a novel integration is formed of the above-described protocol transformation and access control capabilities that are present in the interoperability network (106). In addition, the routing meta-data associated with messages and permission definition sets are extended to support the added functionality. Furthermore, a credential storage area is associated with each user account in the repository (112) of the interoperability network (106).


As was seen above, applications (108; 110) can be defined within the interoperability network (106). The applications (108; 110) are identified with a unique name, for example, “Application A” (108) and “Application B” (110). Each application (108; 110) contains a description of what type of authentication credentials are needed from a user (102) in order to access and use the application (108; 110).


For each application (108; 110) that a user would like to access, the user creates an application identity (AppIdentity) entry within the credential storage area that is associated with the user's account in the interoperability network's repository (112). The AppIdentity entry contains the particular credentials for the user (102) for the particular application (108; 110) and must be of the type specified by the application (108; 110). For example, if Application A (108) requires a first string containing a username and a second string containing a password, the user (102) would enter his username and password in his AppIdentity entry in the repository (112). Thus, in the simplified system (100) shown in FIG. 1, a user (102) would have one AppIdentity entry for Application A (108), and another AppIdentity entry for Application B (110) stored in the user's credential storage area of the repository (112). The AppIdentity entry for a particular application (108; 110) can be created and stored in the repository (112) when the user (102) sets up a user account or otherwise provides his credentials to the application (108; 110) for the first time. Alternatively, the AppIdentity entry can be set up in the repository (112) at a later time for applications that have already received the user credentials.


Separately from the user's AppIdentity entries and the applications, a service provider can create a service on the interoperability network (106) that authenticates a user (102) and performs authorized work on behalf of the user (102). In one implementation, such a service is referred to as application instance (AppInstance) and is associated with a particular endpoint (114) on the interoperability network (106). The AppInstance is associated with a particular application (108; 110) through the unique name of the application (108; 110).


In one implementation, the AppInstance also designates one or more application owners (AppOwner) within the service provider's organization. The AppOwner is a special type of user account on the interoperability network (106), and its role in the SSO solution will be described in further detail below. Finally, a special permission is introduced to the interoperability network (106), which will be referred to below as ActAs. An exemplary interaction between the user (102), the application (108; 110), the AppInstance, the AppOwner, the ActAs permission, and the AppIdentity entry will now be explained.


When a user (102) that has created and stored an AppIdentity entry in the repository (112) for a particular application, for example, Application A (108), decides that she trusts a particular service provider to act on her behalf and perform certain operations involving Application A (108), the user (102) grants an ActAs permission to the service provider's organization. The process of granting the ActAs permission is a standard process, similar to granting a read or edit permission against resources. The main difference with the ActAs permission is the actions that the ActAs permission allows, rather than the manner in which the ActAs permission is granted or revoked. By receiving the ActAs permission, each AppOwner within the provider's organization is granted read permission to the AppIdentity entry for Application A that is stored in the user's credential store in the repository (112) and corresponds to Application A (108). In one implementation, the ActAs permission can be a general permission to the service provider's organization to act on the user's behalf and perform certain operations involving any applications for which the user (102) has stored credentials in the repository (112).



FIG. 2 shows a flowchart for a process (200) that illustrates the operation of the SSO functionality of the interoperability network at runtime. In FIG. 2, it is assumed that the user is signed on to the interoperability network (106) and previously has set up AppIdentity credentials for a particular application, such as Application A (108). It is further assumed that Application A (108) has an associated AppInstance that is provided at an endpoint (114) by a service provider on the interoperability network (106), and that the user (102) wishes to send a message to Application A (108) through this associated AppInstance.


As can be seen in FIG. 2, the process begins by a message being received by the AppInstance (step 202). As is the case for all messages that travel through the interoperability network (106), the message contains associated metadata that includes, among other things, information identifying the user (102) that submitted the message. Next, the AppInstance invokes the AppOwner that is associated with the AppInstance to attempt to retrieve the user's credentials for Application A (step 204). The AppOwner knows where to search for the credential information, since the received message has an associated user identity, and the AppInstance contains the application name, that is, “Application A,” which is identical to the name of the corresponding AppIdentity entry in the repository (112).


The process then checks whether the user (102) associated with the message has an AppIdentity entry in her credential store that has the same unique name as the application (step 206). If the user has an AppIdentity with the same unique name as the application, the process continues to step 208, which will be described below. If the user does not have an AppIdentity with the same unique name as the application, the process continues to step 210, where the AppOwner is informed that no credentials exist for the user.


When the process determines in step 206 that an AppIdentity entry with the same name as the application exists, the process checks whether the user (102) has granted the ActAs permission to the AppOwner (step 208). If the user (102) has granted the ActAs permission to the AppOwner, then the process returns the user's credentials to the requesting AppOwner (step 214), which in turn passes the credentials to the invoking AppInstance (step 216). This means that the AppInstance is now permitted to perform work authorized by the user (102) with respect to Application A (108), and ends the authentication process. If it is determined in step 208 that the user (102) has not granted any ActAs permission to the AppOwner for the AppInstance, the process continues to inform the AppOwner that no ActAs permission has been granted (step 212) and the AppOwner returns this information to the invoking AppInstance, after which the process ends. Optionally, the user (102) can be informed whenever an AppOwner attempts to retrieve credentials from her credential store in the repository (112). The information that is sent to the user can, for example, be which AppOwner tried to access the credentials, which AppInstance generated the request to access the credentials, which AppIdentity entry was involved in the transaction, which service provider is responsible for the AppInstance, what was the outcome of the attempt to access the credential information, and so on. Based on this information, the user (102) can revoke or modify the ActAs permissions if different unauthorized attempts to access her credentials are being made.


Since the interoperability network (106) presents service providers with a powerful set of tools in order to support dynamic routing through the interoperability network (106), it is in practice unviable to analyze the actual usage that the different services make of the users' credentials. Therefore, the model presented above requires that the users explicitly permission a provider to be able to use the users' credentials, through the ActAs permissions, and thus the trust relations between users and service providers remain in the users' control.


In one implementation, the users (102) can not only grant ActAs permissions to various AppOwners, but also revoke permissions or assign permissions that are based on policies. For example, a user (102) at Company X can define a policy stating that under no circumstances should his messages pass through an AppInstance hosted by his competitor, Company Y. Another example of policy use is as follows: the user (102) can require that whenever his credentials are used, the transmission of his credentials be encrypted, or even that all transmissions within a particular session be encrypted. Yet another example is that when the credentials required for an application consist of an X.509 certificate, the user can require that authentication within the session be certificate authentication or better. Many other types of similar examples can be constructed that fall within the general principles of the invention as described herein.


One fundamental property of the interoperability network (106) that enables the above-described functionality is the ability to store user credentials (that is, the AppIdentities) in a central repository (112) within the interoperability network (106). Another fundamental property of the interoperability network (106) that enables the above-described functionality is that the interoperability network (106) controls the traffic flowing through the interoperability network (106) and has the ability to bind permissions and policies to endpoints (114) within the flow pattern of a message through the interoperability network (106). As a result, a user (102) has complete control over which services can access his credentials, and this access can be done automatically as soon as the user (102) has identified himself to the interoperability network (106) through a single sign on.


The invention can be implemented in digital electronic circuitry, or in computer hardware, firmware, software, or in combinations of them. Apparatus of the invention can be implemented in a computer program product tangibly embodied in a machine-readable storage device for execution by a programmable processor; and method steps of the invention can be performed by a programmable processor executing a program of instructions to perform functions of the invention by operating on input data and generating output. The invention can be implemented advantageously in one or more computer programs that are executable on a programmable system including at least one programmable processor coupled to receive data and instructions from, and to transmit data and instructions to, a data storage system, at least one input device, and at least one output device. Each computer program can be implemented in a high-level procedural or object-oriented programming language, or in assembly or machine language if desired; and in any case, the language can be a compiled or interpreted language. Suitable processors include, by way of example, both general and special purpose microprocessors. Generally, a processor will receive instructions and data from a read-only memory and/or a random access memory. Generally, a computer will include one or more mass storage devices for storing data files; such devices include magnetic disks, such as internal hard disks and removable disks; magneto-optical disks; and optical disks. Storage devices suitable for tangibly embodying computer program instructions and data include all forms of non-volatile memory, including by way of example semiconductor memory devices, such as EPROM, EEPROM, and flash memory devices; magnetic disks such as internal hard disks and removable disks; magneto-optical disks; and CD-ROM disks. Any of the foregoing can be supplemented by, or incorporated in, ASICs (application-specific integrated circuits).


To provide for interaction with a user, the invention can be implemented on a computer system having a display device such as a monitor or LCD screen for displaying information to the user. The user can provide input to the computer system through various input devices such as a keyboard and a pointing device, such as a mouse, a trackball, a microphone, a touch-sensitive display, a transducer card reader, a magnetic or paper tape reader, a tablet, a stylus, a voice or handwriting recognizer, or any other well-known input device such as, of course, other computers. The computer system can be programmed to provide a graphical user interface through which computer programs interact with users.


Finally, the processor optionally can be coupled to a computer or telecommunications network, for example, an Internet network, or an intranet network, using a network connection, through which the processor can receive information from the network, or might output information to the network in the course of performing the above-described method steps. Such information, which is often represented as a sequence of instructions to be executed using the processor, can be received from and outputted to the network, for example, in the form of a computer data signal embodied in a carrier wave. The above-described devices and materials will be familiar to those of skill in the computer hardware and software arts.


It should be noted that the present invention employs various computer-implemented operations involving data stored in computer systems. These operations include, but are not limited to, those requiring physical manipulation of physical quantities. Usually, though not necessarily, these quantities take the form of electrical or magnetic signals capable of being stored, transferred, combined, compared, and otherwise manipulated. The operations described herein that form part of the invention are useful machine operations. The manipulations performed are often referred to in terms, such as, producing, identifying, running, determining, comparing, executing, downloading, or detecting. It is sometimes convenient, principally for reasons of common usage, to refer to these electrical or magnetic signals as bits, values, elements, variables, characters, data, or the like. It should remembered however, that all of these and similar terms are to be associated with the appropriate physical quantities and are merely convenient labels applied to these quantities.


The present invention also relates to a device, system or apparatus for performing the aforementioned operations. The system can be specially constructed for the required purposes, or it can be a general-purpose computer selectively activated or configured by a computer program stored in the computer. The processes presented above are not inherently related to any particular computer or other computing apparatus. In particular, various general-purpose computers can be used with programs written in accordance with the teachings herein, or, alternatively, it can be more convenient to construct a more specialized computer system to perform the required operations.


A number of implementations of the invention have been described. Nevertheless, it will be understood that various modifications can be made without departing from the spirit and scope of the invention. For example, there can be organizational groupings of users (102) that share the same AppIdentities. Also, the bindings to policy can be asserted by the application definition, the AppOwner, or, for the case that the AppIdentity is for a group of users, the administrator of that AppIdentity. For example, for an organization that uses the same certificate for all users to authenticate to a particular application, the required policies are defined by the organization rather than the individual users or in addition to the individual users.

Claims
  • 1. A method for single sign-on (SSO) to access services provided by non-federated systems, the method including: storing a set of credentials to enable user access to the services for a plurality of remote computer applications in a repository remote from the user, the services provided by the non-federated systems do not share a common identity verification protocol;receiving a request to access one of the services by an authenticated user; andsupplying the requested service with a credential of the authenticated user to enable the authenticated user to access the service in response to determining that an account associated with the requested service is authorized to act on behalf of the user.
  • 2. The method of claim 1, further comprising: receiving at least one of the set of credentials that enable user access to at least one of the services from a user or an administrator.
  • 3. The method of claim 1, further comprising: receiving configuration from the user or an administrator specifying a degree of authorization for the service associated with a credential in the set of credentials.
  • 4. The method of claim 1, wherein the service is provided by an entity separate from the user and an authenticator.
  • 5. The method of claim 1, wherein a credential that enables access to the service enables access to a group of users including the user.
  • 6. The method of claim 1, further comprising: authenticating the user by verifying a user input credential for another service.
  • 7. The method of claim 1, further comprising: providing the credential to enable user access to the service via a hyper text transfer protocol.
  • 8. A non-transitory computer readable medium storing a plurality of instructions to cause one or more processors to perform a set of operations for single sign-on (SSO) to access services provided by non-federated systems the set of operations comprising: storing a set of credentials to enable user access to the services for a plurality of remote computer applications in a repository remote from the user, the services provided by the non-federated systems do not share a common identity verification protocol;receiving a request to access one of the services by an authenticated user; andsupplying the requested service with a credential of the authenticated user to enable the authenticated user to access the service in response to determining that an account associated with the requested service is authorized to act on behalf of the user.
  • 9. The non-transitory computer readable medium of claim 8, having further instructions stored therein, which when executed cause the one or more processors to perform operations further comprising: receiving at least one of the set of credentials that enable user access to at least one of the services from a user or an administrator.
  • 10. The non-transitory computer readable medium of claim 8, having further instructions stored therein, which when executed cause the one or more processors to perform operations further comprising: receiving configuration from the user or an administrator specifying a degree of authorization for the service associated with a credential in the set of credentials.
  • 11. The non-transitory computer readable medium of claim 8, wherein the service is provided by an entity separate from the user and an authenticator.
  • 12. The non-transitory computer readable medium of claim 8, wherein a credential that enables access to the service enables access to a group of users including the user.
  • 13. The non-transitory computer readable medium of claim 8, having further instructions stored therein, which when executed cause the one or more processors to perform operations further comprising: authenticating the user by verifying a user input credential for another service.
  • 14. The non-transitory computer readable medium of claim 8, having further instructions stored therein, which when executed cause the one or more processors to perform operations further comprising: providing the credential to enable user access to the service via a hyper text transfer protocol.
  • 15. A computer system configured to perform a set of operations for single sign-on (SSO) to access services provided by non-federated systems, the computer system comprising: a non-transitory computer readable medium having stored therein an intermediate service; andat least one processor, the at least one processor to execute the intermediate service, the intermediate service to store a set of credentials to enable user access to the services for a plurality of remote computer applications in a repository remote from the user, the services provided by the non-federated systems do not share a common identity verification protocol, to receive a request to access one of the services by an authenticated user, and to supply the requested service with a credential of the authenticated user to enable the authenticated user to access the service in response to determining that an account associated with the requested service is authorized to act on behalf of the user.
  • 16. The computer system of claim 15, wherein the intermediate service is further to receive at least one of the set of credentials that enable user access to at least one of the services from a user or an administrator.
  • 17. The computer system of claim 15, wherein the intermediate service is further to receive configuration from the user or an administrator specifying a degree of authorization for the service associated with a credential in the set of credentials.
  • 18. The computer system of claim 15, wherein the service is provided by an entity separate from the user and an authenticator.
  • 19. The computer system of claim 15, wherein a credential that enables access to the service enables access to a group of users including the user.
  • 20. The computer system of claim 15, wherein the intermediate service authenticates the user by verifying a user input credential for another service.
  • 21. The computer system of claim 15, wherein the intermediate service is further to providing the credential to enable user access to the service via a hyper text transfer protocol.
CROSS-REFERENCE TO RELATED APPLICATIONS

This application is a continuation of U.S. application Ser. No. 15/268,287 filed Sep. 16, 2016 (now U.S. Pat. No. 9,800,586 issued Oct. 24, 2017), which is a continuation of U.S. application Ser. No. 14/754,653 filed Jun. 29, 2015 (now U.S. Pat. No. 9,450,946 issued Sep. 20, 2016), which is a continuation of U.S. application ser. No. 13/886,209 filed May 2, 2013 (now U.S. Pat. No. 9,071,594 issued Jun. 30, 2015), which is a continuation of U.S. application Ser. No. 13/874,418 filed Apr. 30, 2013 (now U.S. Pat. No. 8,949,963 issued Feb. 3, 2015), which is a continuation of U.S. application Ser. No. 13/620,208 filed Sep. 14, 2012 (now U.S. Pat. No. 8,667,558 issued Mar. 4, 2014), which is a continuation of U.S. application Ser. No. 13/335,592 filed Dec. 22, 2011 (now U.S. Pat. No. 8,707,412 issued Apr. 22, 2014), which is a continuation of U.S. application Ser. No. 12/753,495 filed Apr. 2, 2010 (now U.S. Pat. No. 8,108,919 issued Jan. 31, 2012), which is a continuation of U.S. application Ser. No. 11/012,639 filed Dec. 14, 2004 (now U.S. Pat. No. 7,721,328 issued May 18, 2010), which claims the benefit of U.S. Provisional Application No. 60/615,314 filed Oct. 1, 2004, which are hereby incorporated by reference. The present application is also related to U.S. application No. 10/820,650 titled “Techniques for Providing Interoperability as a Service” filed Apr. 7, 2004 (now U.S. Pat. No. 7,590,685 issued Sep. 15, 2009), which is hereby incorporated by reference.

US Referenced Citations (301)
Number Name Date Kind
5119377 Cobb et al. Jun 1992 A
5222234 Wang et al. Jun 1993 A
5255389 Wang Oct 1993 A
5333312 Wang Jul 1994 A
5446903 Abraham et al. Aug 1995 A
5577188 Zhu Nov 1996 A
5608872 Schwartz et al. Mar 1997 A
5649104 Carleton et al. Jul 1997 A
5715450 Ambrose et al. Feb 1998 A
5761419 Schwartz et al. Jun 1998 A
5819038 Carleton et al. Oct 1998 A
5821937 Tonelli et al. Oct 1998 A
5831610 Tonelli et al. Nov 1998 A
5850518 Northrup Dec 1998 A
5873096 Lim et al. Feb 1999 A
5903652 Mital May 1999 A
5917489 Thurlow et al. Jun 1999 A
5918159 Fomukong et al. Jun 1999 A
5963953 Cram et al. Oct 1999 A
6032118 Tello et al. Feb 2000 A
6055513 Katz et al. Apr 2000 A
6073142 Geiger et al. Jun 2000 A
6091714 Sensel et al. Jul 2000 A
6092083 Brodersen et al. Jul 2000 A
6105027 Schneider et al. Aug 2000 A
6115690 Wong Sep 2000 A
6138158 Boyle et al. Oct 2000 A
6148411 Ichinohe et al. Nov 2000 A
6161149 Achacoso et al. Dec 2000 A
6169534 Raffel et al. Jan 2001 B1
6178425 Brodersen et al. Jan 2001 B1
6178505 Schneider et al. Jan 2001 B1
6189011 Lim et al. Feb 2001 B1
6216135 Brodersen et al. Apr 2001 B1
6226623 Schein May 2001 B1
6233565 Lewis et al. May 2001 B1
6233617 Rothwein et al. May 2001 B1
6247057 Barrera, III Jun 2001 B1
6256667 Waahlander et al. Jul 2001 B1
6260062 Davis et al. Jul 2001 B1
6266669 Brodersen et al. Jul 2001 B1
6275941 Saito Aug 2001 B1
6292789 Schutzer Sep 2001 B1
6295530 Ritchie et al. Sep 2001 B1
6304969 Wasserman et al. Oct 2001 B1
6324568 Diec Nov 2001 B1
6324693 Brodersen et al. Nov 2001 B1
6336137 Lee et al. Jan 2002 B1
6338050 Conklin et al. Jan 2002 B1
6351739 Egendorf Feb 2002 B1
D454139 Feldcamp Mar 2002 S
6367077 Brodersen et al. Apr 2002 B1
6393605 Loomans May 2002 B1
6397197 Gindlesperger May 2002 B1
6397254 Northrup May 2002 B1
6405220 Brodersen et al. Jun 2002 B1
6421705 Northrup Jul 2002 B1
6434550 Warner et al. Aug 2002 B1
6446089 Brodersen et al. Sep 2002 B1
6449634 Capiel Sep 2002 B1
6470357 Garcia, Jr. et al. Oct 2002 B1
6470385 Nakashima et al. Oct 2002 B1
6493758 McLain Dec 2002 B1
6499108 Johnson Dec 2002 B1
6526044 Cookmeyer, II et al. Feb 2003 B1
6529489 Kikuchi et al. Mar 2003 B1
6535909 Rust Mar 2003 B1
6546413 Northrup Apr 2003 B1
6549908 Loomans Apr 2003 B1
6549944 Weinberg et al. Apr 2003 B1
6553563 Ambrose et al. Apr 2003 B2
6560461 Fomukong et al. May 2003 B1
6574635 Stauber et al. Jun 2003 B2
6577726 Huang et al. Jun 2003 B1
6587838 Esposito et al. Jul 2003 B1
6601087 Zhu et al. Jul 2003 B1
6604117 Lim et al. Aug 2003 B2
6604128 Diec Aug 2003 B2
6609150 Lee et al. Aug 2003 B2
6621834 Scherpbier et al. Sep 2003 B1
6633630 Owens et al. Oct 2003 B1
6651087 Dennis Nov 2003 B1
6654032 Zhu et al. Nov 2003 B1
6665648 Brodersen et al. Dec 2003 B2
6665655 Warner et al. Dec 2003 B1
6668322 Wood Dec 2003 B1
6671713 Northrup Dec 2003 B2
6671716 Diedrichsen et al. Dec 2003 B1
6671746 Northrup Dec 2003 B1
6684438 Brodersen et al. Feb 2004 B2
6704768 Zombek et al. Mar 2004 B1
6711565 Subramaniam et al. Mar 2004 B1
6714987 Amin et al. Mar 2004 B1
6718380 Mohaban et al. Apr 2004 B1
6721747 Lipkin Apr 2004 B2
6724399 Katchour et al. Apr 2004 B1
6728702 Subramaniam et al. Apr 2004 B1
6728960 Loomans Apr 2004 B1
6732095 Warshavsky et al. May 2004 B1
6732100 Brodersen et al. May 2004 B1
6732111 Brodersen May 2004 B2
6735621 Yoakum et al. May 2004 B1
6754681 Brodersen Jun 2004 B2
6763104 Judkins et al. Jul 2004 B1
6763351 Subramaniam Jul 2004 B1
6763501 Zhu et al. Jul 2004 B1
6768904 Kim Jul 2004 B2
6772229 Achacoso Aug 2004 B1
6782383 Subramaniam Aug 2004 B2
6804330 Jones et al. Oct 2004 B1
6813278 Swartz et al. Nov 2004 B1
6826565 Ritchie et al. Nov 2004 B2
6826582 Chatterjee et al. Nov 2004 B1
6826745 Coker et al. Nov 2004 B2
6829655 Huang et al. Dec 2004 B1
6842748 Warner et al. Jan 2005 B1
6850895 Brodersen et al. Feb 2005 B2
6850949 Warner et al. Feb 2005 B2
6857072 Schuster et al. Feb 2005 B1
6871231 Morris Mar 2005 B2
6877023 Maffeis et al. Apr 2005 B1
6886026 Hanson Apr 2005 B1
6917962 Cannata et al. Jul 2005 B1
6925488 Bantz et al. Aug 2005 B2
6934532 Coppinger et al. Aug 2005 B2
6948063 Ganesan et al. Sep 2005 B1
6952717 Monchilovich Oct 2005 B1
6965878 Heuring Nov 2005 B1
6990513 Belfiore et al. Jan 2006 B2
7028312 Merrick et al. Apr 2006 B1
7035202 Callon Apr 2006 B2
7062502 Kesler Jun 2006 B1
7069231 Cinarkaya et al. Jun 2006 B1
7069497 Desai Jun 2006 B1
7082532 Vick et al. Jul 2006 B1
7088727 Short et al. Aug 2006 B1
7099950 Jones et al. Aug 2006 B2
7127613 Pabla et al. Oct 2006 B2
7152204 Upton Dec 2006 B2
7181758 Chan Feb 2007 B1
7249195 Panec et al. Jul 2007 B2
7289976 Kihneman et al. Oct 2007 B2
7305454 Reese et al. Dec 2007 B2
7340411 Cook et al. Mar 2008 B2
7356482 Frankland et al. Apr 2008 B2
7401094 Kesler Jul 2008 B1
7412455 Dillon Aug 2008 B2
7508789 Chan Mar 2009 B2
7590685 Palmeri et al. Sep 2009 B2
7603483 Psounis et al. Oct 2009 B2
7620655 Larsson et al. Nov 2009 B2
7698160 Beaven et al. Apr 2010 B2
7779475 Jakobson et al. Aug 2010 B2
7851004 Hirao et al. Dec 2010 B2
8014943 Jakobson Sep 2011 B2
8015495 Achacoso et al. Sep 2011 B2
8032297 Jakobson Oct 2011 B2
8073850 Hubbard et al. Dec 2011 B1
8082301 Ahlgren et al. Dec 2011 B2
8095413 Beaven Jan 2012 B1
8095594 Beaven et al. Jan 2012 B2
8108919 Boulos et al. Jan 2012 B2
8209308 Jakobson et al. Jun 2012 B2
8209333 Hubbard et al. Jun 2012 B2
8275836 Beaven et al. Sep 2012 B2
8457545 Chan Jun 2013 B2
8484111 Frankland et al. Jul 2013 B2
8490025 Jakobson et al. Jul 2013 B2
8504945 Jakobson et al. Aug 2013 B2
8510045 Jakobson et al. Aug 2013 B2
8510664 Jakobson et al. Aug 2013 B2
8566301 Jakobson et al. Oct 2013 B2
8646103 Jakobson et al. Feb 2014 B2
8756275 Jakobson Jun 2014 B2
8769004 Jakobson Jul 2014 B2
8769017 Jakobson Jul 2014 B2
20010005358 Shiozawa Jun 2001 A1
20010029478 Laster et al. Oct 2001 A1
20010044791 Richter et al. Nov 2001 A1
20020010776 Lerner Jan 2002 A1
20020013854 Eggleston et al. Jan 2002 A1
20020019797 Stewart et al. Feb 2002 A1
20020029201 Barzilai et al. Mar 2002 A1
20020058277 Bathe et al. May 2002 A1
20020072951 Lee et al. Jun 2002 A1
20020073080 Lipkin Jun 2002 A1
20020082892 Raffel et al. Jun 2002 A1
20020087371 Abendroth Jul 2002 A1
20020091533 Ims et al. Jul 2002 A1
20020129352 Brodersen et al. Sep 2002 A1
20020138166 Mok et al. Sep 2002 A1
20020138389 Martone Sep 2002 A1
20020140731 Subramaniam et al. Oct 2002 A1
20020143997 Huang et al. Oct 2002 A1
20020161611 Price et al. Oct 2002 A1
20020162090 Parnell et al. Oct 2002 A1
20020165742 Robins Nov 2002 A1
20030004971 Gong et al. Jan 2003 A1
20030005297 Fichtner Jan 2003 A1
20030012382 Ferchichi Jan 2003 A1
20030018705 Chen et al. Jan 2003 A1
20030018808 Brouk et al. Jan 2003 A1
20030018830 Chen et al. Jan 2003 A1
20030023880 Edwards Jan 2003 A1
20030037250 Walker et al. Feb 2003 A1
20030041178 Brouk et al. Feb 2003 A1
20030053459 Brouk et al. Mar 2003 A1
20030058277 Bowman-Amuah Mar 2003 A1
20030066031 Laane Apr 2003 A1
20030066032 Ramachandran et al. Apr 2003 A1
20030069936 Warner et al. Apr 2003 A1
20030070000 Coker et al. Apr 2003 A1
20030070004 Mukundan et al. Apr 2003 A1
20030070005 Mukundan et al. Apr 2003 A1
20030074418 Coker Apr 2003 A1
20030084302 de Jong May 2003 A1
20030120675 Stauber Jun 2003 A1
20030126136 Omoigui Jul 2003 A1
20030151633 George et al. Aug 2003 A1
20030159136 Huang et al. Aug 2003 A1
20030163566 Perkins Aug 2003 A1
20030187921 Diec Oct 2003 A1
20030189600 Gune et al. Oct 2003 A1
20030191816 Landress et al. Oct 2003 A1
20030204427 Gune et al. Oct 2003 A1
20030206192 Chen et al. Nov 2003 A1
20030225730 Warner et al. Dec 2003 A1
20030229783 Hardt Dec 2003 A1
20040001092 Rothwein et al. Jan 2004 A1
20040010489 Rio Jan 2004 A1
20040015981 Coker et al. Jan 2004 A1
20040024896 Stafford Feb 2004 A1
20040027388 Berg et al. Feb 2004 A1
20040078373 Ghoneimy et al. Apr 2004 A1
20040117371 Bhide et al. Jun 2004 A1
20040128001 Levin et al. Jul 2004 A1
20040128383 Hinton Jul 2004 A1
20040162741 Flaxer et al. Aug 2004 A1
20040163087 Sandland Aug 2004 A1
20040167987 Reese et al. Aug 2004 A1
20040186860 Lee et al. Sep 2004 A1
20040186891 Panec et al. Sep 2004 A1
20040187018 Owen Sep 2004 A1
20040193510 Catahan et al. Sep 2004 A1
20040193606 Arai et al. Sep 2004 A1
20040199489 Barnes-Leon et al. Oct 2004 A1
20040199536 Barnes et al. Oct 2004 A1
20040199543 Braud et al. Oct 2004 A1
20040243574 Giroux et al. Dec 2004 A1
20040249854 Barnes-Leon et al. Dec 2004 A1
20040254934 Ho et al. Dec 2004 A1
20040260534 Pak et al. Dec 2004 A1
20040260659 Chan et al. Dec 2004 A1
20040268299 Lei et al. Dec 2004 A1
20050004893 Sangroniz Jan 2005 A1
20050005164 Syiek et al. Jan 2005 A1
20050021956 Genty Jan 2005 A1
20050039206 Opdycke Feb 2005 A1
20050050555 Exley et al. Mar 2005 A1
20050076049 Qubti et al. Apr 2005 A1
20050080914 Lerner et al. Apr 2005 A1
20050081006 Shackelford Apr 2005 A1
20050081066 Lahdensivu Apr 2005 A1
20050086297 Hinks Apr 2005 A1
20050091098 Brodersen et al. Apr 2005 A1
20050131941 Dettinger et al. Jun 2005 A1
20050138210 Shkvarchuk et al. Jun 2005 A1
20050166209 Merrick et al. Jul 2005 A1
20050198348 Yeates Sep 2005 A1
20050198488 Sandland Sep 2005 A1
20050223009 Powers et al. Oct 2005 A1
20050223413 Duggan Oct 2005 A1
20050228863 Palmeri et al. Oct 2005 A1
20050234928 Shkvarchuk et al. Oct 2005 A1
20060015353 Reese et al. Jan 2006 A1
20060015499 Clissold et al. Jan 2006 A1
20060020508 Gorti Jan 2006 A1
20060021019 Hinton et al. Jan 2006 A1
20060074703 Bhandarkar et al. Apr 2006 A1
20060074915 Bhandarkar et al. Apr 2006 A1
20060075475 Boulos et al. Apr 2006 A1
20060155871 Ilkka et al. Jul 2006 A1
20060161549 Bartkowiak et al. Jul 2006 A1
20070078950 Hopkins et al. Apr 2007 A1
20080249972 Dillon Oct 2008 A1
20090063415 Chatfield et al. Mar 2009 A1
20090100342 Jakobson Apr 2009 A1
20090177744 Marlow et al. Jul 2009 A1
20110218958 Warshavsky et al. Sep 2011 A1
20110247051 Bulumulla et al. Oct 2011 A1
20120042218 Cinarkaya et al. Feb 2012 A1
20120096533 Boulos et al. Apr 2012 A1
20120096534 Boulos et al. Apr 2012 A1
20120233137 Jakobson et al. Sep 2012 A1
20120290407 Hubbard et al. Nov 2012 A1
20130014211 Boulos et al. Jan 2013 A1
20130014230 Boulos et al. Jan 2013 A1
20130212497 Zelenko et al. Aug 2013 A1
20130247139 Boulos et al. Sep 2013 A1
20130247155 Boulos et al. Sep 2013 A1
20130247216 Cinarkaya et al. Sep 2013 A1
Non-Patent Literature Citations (84)
Entry
Non-Final Office Action from U.S. Appl. No. 10/727,089, dated Sep. 21, 2004, 11 pages.
Non-Final Office Action from U.S. Appl. No. 10/728,356, dated Jun. 6, 2005, 11 pages.
Non-Final Office Action from U.S. Appl. No. 10/728,356, dated May 24, 2006, 14 pages.
Non-Final Office Action from U.S. Appl. No. 10/728,356, dated Sep. 21, 2004, 13 pages.
Non-Final Office Action from U.S. Appl. No. 10/820,650, dated Feb. 5, 2008, 22 pages.
Non-Final Office Action from U.S. Appl. No. 10/820,650, dated Oct. 28, 2008, 17 pages.
Non-Final Office Action from U.S. Appl. No. 11/012,639, dated Feb. 17, 2009, 13 pages.
Non-Final Office Action from U.S. Appl. No. 11/012,639, dated May 14, 2008, 17 pages.
Non-Final Office Action from U.S. Appl. No. 11/014,149, dated Apr. 11, 2007, 18 pages.
Non-Final Office Action from U.S. Appl. No. 12/753,495, dated Aug. 3, 2011, 19 pages.
Non-Final Office Action from U.S. Appl. No. 13/335,580, dated Jan. 24, 2013, 10 pages.
Non-Final Office Action from U.S. Appl. No. 13/335,592, dated Jan. 24, 2013, 10 pages.
Non-Final Office Action from U.S. Appl. No. 13/620,174, dated May 8, 2013, 14 pages.
Non-Final Office Action from U.S. Appl. No. 13/620,208, dated Jul. 22, 2013, 13 pages.
Non-Final Office Action from U.S. Appl. No. 13/874,418, dated Jul. 23, 2014, 14 pages.
Non-Final Office Action from U.S. Appl. No. 13/886,209, dated Sep. 15, 2014, 14 pages.
Notice of Allowance from U.S. Appl. No. 10/728,356, dated May 21, 2007, 14 pages.
Notice of Allowance from U.S. Appl. No. 10/820,650, dated Jun. 18, 2009, 15 pages.
Notice of Allowance from U.S. Appl. No. 10/820,650, dated Mar. 13, 2009, 7 pages.
Notice of Allowance from U.S. Appl. No. 11/012,639, dated Dec. 28, 2009, 13 pages.
Notice of Allowance from U.S. Appl. No. 12/753,495, dated Sep. 29, 2011, 13 pages.
Notice of Allowance from U.S. Appl. No. 13/335,580, dated Aug. 9, 2013, 11 pages.
Notice of Allowance from U.S. Appl. No. 13/335,580, dated Nov. 26, 2013, 15 pages.
Notice of Allowance from U.S. Appl. No. 13/335,592, dated Aug. 8, 2013, 7 pages.
Notice of Allowance from U.S. Appl. No. 13/335,592, dated Nov. 25, 2013, 15 pages.
Notice of Allowance from U.S. Appl. No. 13/620,174, dated Aug. 19, 2013, 15 pages.
Notice of Allowance from U.S. Appl. No. 13/620,208, dated Oct. 31, 2013, 14 pages.
Notice of Allowance from U.S. Appl. No. 13/874,418, dated Sep. 26, 2014, 10 pages.
Notice of Allowance from U.S. Appl. No. 13/886,209, dated Feb. 25, 2015, 7 pages.
Notice of Allowance from U.S. Appl. No. 14/754,653, dated May 23, 2016, 63 pages.
Notice of Allowance from U.S. Appl. No. 15/268,287, dated Jun. 21, 2017, 67 pages.
Slam Dunk Networks, Inc., “A Global Infrastructure for the Guaranteed Delivery of B2B Transactions Over the Internet,” copyright 2000, pp. 1-18.
Stross K., “Managed B2B Infrastructure Technical Architecture,” Transact Technical Architecture, Jul. 31, 2000, pp. 1-14.
Viquity Press Release, “Viquity Demonstrates Power of Flub Technology in ebXML Proof-of-Concept,” downloaded from http://www.viquity.com/news-events/pr-detail.asp on Apr. 1, 2002, Dec. 12, 2000, 2 pages.
Advisory Action from U.S. Appl. No. 09/820,964, dated Nov. 20, 2006, 3 pages.
Advisory Action from U.S. Appl. No. 09/820,964, dated Sep. 20, 2007, 3 pages.
Coblist-Cob., “Welcome to My Photo Album!,” retrieved from http://www.deatech.comlnatural/coblist/coblist-we/2000/0484.html on Sep. 25, 2000, pp. 1-2.
CrossWeave TM—Extending the Enterprise (2001), company overview downloaded from CrossWeave.com website at http://www.crossweave.com/company.sub.--overview.html; Retrieved from internet on Apr. 1, 2002, 1 page.
“Evite Relies on MySQL to Deliver Millions of Invitations,” retrieved from www.mysql.com, My SQL, The World's Most Popular Open Source Database, MySQL.com, 1998, 4 pages.
“Evite Tour,” retrieved from the Internet at http://web/archive.org/web/2001027073617/www.evite.com/tour?printAll+ok, Evite Mar. 2001, pp. 1-9.
“Evite.com Launches Free Web-based Group Activity Organizer,” retrieved from the Internet at www.proquest.com, PR Newswire, ProQuest Doc. ID: 43258854, Jul. 19, 1999, pp. 1-2.
Examiner Interview Summary from U.S. Appl. No. 09/820,966, dated Aug. 3, 2005, 1 pages.
Examiner Interview Summary from U.S. Appl. No. 09/820,966, dated Sep. 30, 2005, 1 pages.
Examiner Interview Summary from U.S. Appl. No. 11/012,639, dated May 11, 2009, 2 pages.
Examiner Interview Summary from U.S. Appl. No. 11/012,639, dated Oct. 5, 2009, 2 pages.
“Excite@Home: Excite's #1 webshots provides users with comprehensive photo capabilities, Unveiling My Photos, Where Excite users can create personal albums, share photos, search photos and order quality prints by Ofoto,” Retrieved from Internet at www.proquest.com on May 24, 2005, ProQuest Doc_ID: 54811626, Jorgensen, M2 Presswire, Coventry: Jun. 5, 2000, 3 pages.
Festa, P., “Start-Up Gains Netscape Funding, Microsoft Engineers,” CNET News.com, Sep. 10, 2000, downloaded from http://news.com.com/2100-1017-245521.html on Apr. 1, 2002, 2 pages.
Final Office Action from U.S. Appl. No. 09/820,964, dated Jul. 10, 2007, 18 pages.
Final Office Action from U.S. Appl. No. 09/820,964, dated Jul. 13, 2005, 12 pages.
Final Office Action from U.S. Appl. No. 09/820,964, dated Jun. 27, 2006, 16 pages.
Final Office Action from U.S. Appl. No. 09/820,964, dated Nov. 12, 2009, 25 pages.
Final Office Action from U.S. Appl. No. 09/820,964, dated Sep. 3, 2008, 16 pages.
Final Office Action from U.S. Appl. No. 09/820,965, dated Jul. 11, 2007, 7 pages.
Final Office Action from U.S. Appl. No. 09/820,965, dated Sep. 28, 2005, 11 pages.
Final Office Action from U.S. Appl. No. 09/820,966, dated Apr. 16, 2008, 34 pages.
Final Office Action from U.S. Appl. No. 09/820,966, dated Apr. 18, 2007, 14 pages.
Final Office Action from U.S. Appl. No. 09/820,966, dated May 19, 2005, 13 pages.
Final Office Action from U.S. Appl. No. 09/820,966, dated Sep. 30, 2005, 14 pages.
Final Office Action from U.S. Appl. No. 10/727,089, dated Jan. 17, 2007, 12 pages.
Final Office Action from U.S. Appl. No. 10/727,089, dated Nov. 28, 2005, 11 pages.
Final Office Action from U.S. Appl. No. 10/728,356, dated Sep. 30, 2005, 13 pages.
Final Office Action from U.S. Appl. No. 11/012,639, dated Jul. 20, 2009, 16 pages.
Final Office Action from U.S. Appl. No. 11/012,639, dated Oct. 24, 2008, 20 pages.
Final Office Action from U.S. Appl. No. 11/014,149, dated Oct. 1, 2007, 28 pages.
“GlueCode: Our Mission and Vision,” downloaded from http://www.gluecode.com/company/missionvision.html on Apr. 1, 2002, 1 page.
Greef, A., “Partner Interface Process Technical Architecture,” Copyright 1998, RossettNet/PIP Technical Architecture.doc, 1998, pp. 1-12.
Homes, R., “Trails.com Teams Up With Evite to Offer Email Trip Planning Service,” www.trails.com, Internet Document, 2000, pp. 1-2.
“ipo.com: Venture Portfolio Company Profile,” downloaded from ipo.com website at http://www.ipo.com/venture/pcprofile.asp?p+IPO&pc-F20323 on Apr. 1, 2002, 1 page.
La Quey, R.E., “SML: Simplifying XML,” www.XML.com, Internet Document, Nov. 24, 1999, pp. 1-6.
Non-Final Office Action from U.S. Appl. No. 09/820,964, dated Dec. 27, 2007, 17 pages.
Non-Final Office Action from U.S. Appl. No. 09/820,964, dated Dec. 28, 2005, 13 pages.
Non-Final Office Action from U.S. Appl. No. 09/820,964, dated Feb. 9, 2005, 13 pages.
Non-Final Office Action from U.S. Appl. No. 09/820,964, dated Jan. 25, 2007, 14 pages.
Non-Final Office Action from U.S. Appl. No. 09/820,964, dated Mar. 30, 2009, 16 pages.
Non-Final Office Action from U.S. Appl. No. 09/820,965, dated Dec. 28, 2007, 10 pages.
Non-Final Office Action from U.S. Appl. No. 09/820,965, dated Jun. 6, 2005, 10 pages.
Non-Final Office Action from U.S. Appl. No. 09/820,965, dated Jun. 14, 2006, 12 pages.
Non-Final Office Action from U.S. Appl. No. 09/820,965, dated Oct. 26, 2004, 10 pages.
Non-Final Office Action from U.S. Appl. No. 09/820,966, dated Aug. 27, 2007, 14 pages.
Non-Final Office Action from U.S. Appl. No. 09/820,966, dated Dec. 14, 2004, 17 pages.
Non-Final Office Action from U.S. Appl. No. 09/820,966, dated Jan. 9, 2009, 34 pages.
Non-Final Office Action from U.S. Appl. No. 09/820,966, dated Jul. 3, 2006, 18 pages.
Non-Final Office Action from U.S. Appl. No. 09/820,966, dated Jun. 20, 2005, 15 pages.
Non-Final Office Action from U.S. Appl. No. 10/727,089, dated Jun. 2, 2005, 13 pages.
Related Publications (1)
Number Date Country
20180248883 A1 Aug 2018 US
Provisional Applications (1)
Number Date Country
60615314 Oct 2004 US
Continuations (8)
Number Date Country
Parent 15268287 Sep 2016 US
Child 15790909 US
Parent 14754653 Jun 2015 US
Child 15268287 US
Parent 13886209 May 2013 US
Child 14754653 US
Parent 13874418 Apr 2013 US
Child 13886209 US
Parent 13620208 Sep 2012 US
Child 13874418 US
Parent 13335592 Dec 2011 US
Child 13620208 US
Parent 12753495 Apr 2010 US
Child 13335592 US
Parent 11012639 Dec 2004 US
Child 12753495 US