US20130283354A1 - Selective cross-realm authentication - Google Patents

Selective cross-realm authentication Download PDF

Info

Publication number
US20130283354A1
US20130283354A1 US13/920,857 US201313920857A US2013283354A1 US 20130283354 A1 US20130283354 A1 US 20130283354A1 US 201313920857 A US201313920857 A US 201313920857A US 2013283354 A1 US2013283354 A1 US 2013283354A1
Authority
US
United States
Prior art keywords
realm
access
resource
authenticated
user
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
US13/920,857
Inventor
Praerit Garg
Cliff Van Dyke
Karthik Jaganathan
Mark Pustilnik
Donald E. Schmidt
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 US13/920,857 priority Critical patent/US20130283354A1/en
Publication of US20130283354A1 publication Critical patent/US20130283354A1/en
Assigned to MICROSOFT TECHNOLOGY LICENSING, LLC reassignment MICROSOFT TECHNOLOGY LICENSING, LLC ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: MICROSOFT CORPORATION
Assigned to MICROSOFT CORPORATION reassignment MICROSOFT CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: GARG, PRAERIT, JAGANATHAN, KARTHIK, PUSTILNIK, MARK, SCHMIDT, DONALD E., VAN DYKE, CLIFF
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/10Network architectures or network communication protocols for network security for controlling access to devices or network resources
    • 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
    • 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
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/10Network architectures or network communication protocols for network security for controlling access to devices or network resources
    • H04L63/101Access control lists [ACL]
    • 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/0807Network architectures or network communication protocols for network security for authentication of entities using tickets, e.g. Kerberos

Definitions

  • This invention relates to computer-based resource security and, in particular, to systems and methods for supporting selective cross-realm authentication.
  • a domain controller is a server computer system that maintains user accounts associated with one or more client computer systems.
  • the domain controller together with the client computer systems associated with it, is known as a domain.
  • a domain may also have multiple domain controllers.
  • When a user has an account on a domain controller the user can log on to any client computer system within the domain, and the user account is authenticated through the domain controller.
  • a trust may be established between two or more domains.
  • a user when authenticated by a first domain, can access a client computer system associated with a second domain provided that a trust exists between the first and second domain.
  • a group of mutually trusted domains is known as a “forest”.
  • a company may have a forest of domains, where each domain is associated with a particular group or organization (e.g., legal, human resources, accounting, etc.) within the company. Based on mutual trust between the domains of the forest, a user within the company can potentially log on to any client computer system within the company.
  • domain controller refers to an instance of the realm. Many such domain controllers may be present in a realm. Situations exist in which one entity (e.g., company or organization) wants to grant access to computer resources within its forest to users from another entity. To accomplish this, a trust is established between a forest associated with the first entity and a forest associated with a second entity.
  • entity e.g., company or organization
  • Users are granted access to a resource based on one or more sets of permissions associated with the resource and the user.
  • a default set of permissions is granted to all users who are authenticated to access a particular resource.
  • the default set of permissions provide an access level that is considered appropriate for any user that can authenticate to the resource.
  • the default set of permissions that are granted to all users are typically those permissions that are appropriate for all members of the entity represented by the forest.
  • users from one forest may be allowed to authenticate to a resource in another forest, but the default access permissions that apply to all users of the resource may not be appropriate for a user that authenticates from a different forest.
  • a selective cross-realm authenticator is described.
  • the selective cross-realm authenticator identifies requests from authenticated users in one realm to access resources associated with a second realm.
  • the selective cross-realm authenticator then associates an indicator with the request according to a realm in which the request authenticated or other data associated with authentication of the requesting user. Authentication and resource access decisions may then be made based on the indicator associated with the request. Access permissions associated with a resource may also be based on the indicator.
  • FIG. 1 illustrates an exemplary environment in which selective cross-realm authentication may be implemented.
  • FIG. 2 illustrates selected components of a root domain controller in a realm implemented to support selective cross-realm authentication.
  • FIG. 3 illustrates a method that can be implemented to support selective cross-realm authentication.
  • FIG. 4 illustrates a method that can be implemented to support selective cross-realm authentication.
  • a selective cross-realm authenticator provides a mechanism for indicating that a user requesting access to a resource in a particular realm was authenticated by a domain controller in another realm.
  • the selective cross-realm authenticator also classifies and/or flags the request according to a level of trust that is defined between the two realms.
  • a domain controller associated with the realm to which a user is requesting access verifies that users authenticated from another realm are authorized to access the requested resource.
  • each resource may maintain, at an object level, access permissions that specify levels of access that are allowed to users, such that the permissions granted for users authenticated by a domain controller in the same realm as the resource may be different than the permissions granted for users authenticated by a domain controller associated with another realm.
  • the term “user” or “authenticated user” as used in this discussion refers to any entity that may be authenticated by a domain controller. This may include, but is not limited to, individual users, user groups, applications, and computer systems.
  • FIG. 1 illustrates an exemplary environment in which selective cross-realm authentication may be implemented.
  • Environment 100 includes a realm 102 , a realm 104 , and a cross-realm authenticator 106 .
  • realm 102 is a forest made up of a group of domains 108
  • realm 104 is also a forest made up of a second group of domains 110 .
  • Each domain includes one or more computer-based resources, and maintains a set of user accounts for users who are authorized to access the resources within the domain.
  • domain 108 ( x ) includes client computer resources 112 ( 1 )- 112 ( z ).
  • domain 110 ( y ) includes client computer resources 114 ( 1 )- 114 ( n ). Because there is mutual trust between domains within a forest, any domain 108 ( 1 )- 108 ( x ) can authenticate a user to access any client computer resource associated with any of the domains 108 , including clients 112 ( 1 )- 112 ( z ). Similarly, any domain 110 ( 1 )- 110 ( y ) can authenticate a user to access any client computer resource associated with any of the domains 110 , including clients 114 ( 1 )- 114 ( n ).
  • fulfilling the request includes two steps. First, the user's identity is proven to the requested resource. Second, the resource determines whether the user has permission to access the resource as requested.
  • the first step may be a multi-step process in which the user's identity is proven to one or more domain controllers based on an initial authentication of the user's identity by a domain controller associated with a client device through which the user submits a request.
  • Trust link 116 between realm 102 and realm 104 represents a mutual trust between the two realms. Based on the trust between realms, a user that is initially authenticated by a domain 108 in realm 102 through any client associated with a domain 108 can be trusted by any domain 110 in realm 104 as being authenticated to any client associated with any domain 110 in realm 104 , including clients 114 ( 1 )- 114 ( n ), and vice versa.
  • Selective cross-realm authenticator 106 is implemented to provide an additional level of security by classifying users authenticated in one realm requesting access to a resource in another realm.
  • the cross-realm authenticator 106 associates a security identifier with a user (or with a user request) before the user request reaches the resource that is being requested.
  • a domain controller associated with the requested resource can then grant one level of access to a user authenticated within the same domain as the resource and another level of access to a user authenticated by a domain controller in a different domain.
  • the root domain controller within a particular realm includes a cross-realm authenticator.
  • FIG. 2 illustrates an exemplary root domain controller implemented to support selective cross-realm authentication.
  • Domain controller 110 ( 1 ) includes a memory 202 and a processor 204 .
  • Domain controller 110 ( 1 ) also includes an operating system 206 that executes on processor 204 and one or more other applications 208 stored in memory 202 and executed on processor 204 .
  • the domain controller also includes selective cross-realm authenticator 106 stored in memory 202 and executed on processor 204 .
  • Selective cross-realm authentication may be described in the general context of computer-executable instructions, such as application modules, being executed by a computer.
  • application modules include routines, programs, objects, components, data structures, etc. that perform particular tasks or implement particular abstract data types.
  • selective cross-realm authentication is implemented using methods that may be distributed across multiple components of the environment illustrated in FIG. 1 .
  • Selective cross-realm authentication may also be implemented using other types of programming techniques, including in other types of distributed computing environments where tasks are performed by remote processing devices that are linked through various communications networks based on any number of communication protocols.
  • application modules may be located in both local and remote computer storage media including memory storage devices.
  • FIG. 3 illustrates a method for a client to obtain an access ticket to a second realm when authenticated by a domain controller in a first realm.
  • the method will be described with reference to a network that is implemented using Kerberos, a well-known network authentication protocol. Although described using Kerberos-specific terminology, it is recognized that selective cross-realm authentication, as described herein, may be implemented in networks that are based on other network authentication protocols. Furthermore, the method illustrated in FIG. 3 will be described, for illustrative purposes, with reference to components shown in FIG. 1 .
  • a client computer system 112 ( 1 ) sends a request to access a resource in another realm to a domain controller 108 ( x ) associated with the client computer system.
  • a domain controller in domain 108 ( x ) generates a ticket-granting ticket (TGT) and a privilege access certificate (PAC).
  • TGT is a Kerberos standard that allows a client to request another ticket to gain access to another domain controller or resource.
  • the PAC includes a list of security identifiers associated with the user.
  • An example PAC 306 is illustrated in FIG. 3 and includes a user ID and a user group ID associated with a user group that the user is a member of.
  • the domain controller 108 ( x ) returns the TGT and PAC to the client computer system 112 ( 1 ).
  • the client computer system 112 ( 1 ) may submit the request (with the. TGT and PAC) to other domains in the same realm, in an effort to find the requested resource.
  • Each domain may add security identifiers to the PAC, depending, for example, on user group memberships that each particular domain controller is aware of.
  • the client computer system 112 ( 1 ) sends the request with the TGT and PAC 312 to selective cross-realm authenticator 106 .
  • selective cross-realm authenticator 106 determines whether the request originated from a realm in another organization. If it is determined that the request did not originate from a realm in another organization (the “No” branch from block 313 ), then the method continues in block 316 . On the other hand, if it is determined that the request did originate from a realm in another organization (the “Yes” branch from block 313 ), then the method continues in block 314 .
  • selective cross-realm authenticator 106 adds an “Other Org” security identifier to the PAC.
  • the “Other Org” security identifier will be used to indicate to the requested resource that the user making the request was authenticated within a realm other than the realm to which the resource belongs.
  • selective cross-realm authenticator 106 returns a special TGT and the updated PAC to client computer system 112 ( 1 ).
  • the special TGT will allow the client computer system to send the request to a domain controller in realm 104 .
  • FIG. 4 illustrates a method for domain controllers and resources in a second realm to verify the requesting user's identity based on authentication data associated with the user and/or the request.
  • the method will be described with reference to a network that is implemented using Kerberos, a well-known network authentication protocol. Although described using Kerberos-specific terminology, it is recognized that selective cross-realm authentication, as described herein, may be implemented in networks that are based on other network authentication protocols. While FIG. 3 is described above with reference to client 112 ( 1 ), domain controllers 108 , and cross-realm authenticator 106 , FIG. 4 will be described, for illustrative purposes, with reference to client 112 ( 1 ), domain controller 110 ( y ), and resource 114 ( 1 ) as shown in FIG. 1 .
  • client computer system 112 ( 1 ) sends the request with the special TGT and PAC (as described with respect to FIG. 3 ) to a domain controller in domain 110 ( y ) that is associated with the requested resource 114 ( 1 ).
  • the special TGT tells domain 110 ( y ) that the user has been authenticated and the PAC provides the domain 110 ( y ) with a list of security identifiers that are associated with the user.
  • the domain controller in domain 110 ( y ) generates an authorization client context.
  • the authorization client context is a memory structure that stores representations of the security identifiers that are listed in the PAC.
  • the domain controller in domain 110 ( y ) performs an access check to determine whether or not the user's identity has been proven to the satisfaction of the requested resource. This process is known as authenticating to a resource.
  • the domain controller in domain 110 ( y ) maintains sets of permissions that define which users are allowed to authenticate to which resources 114 .
  • resource 114 ( 2 ) may store business-sensitive data that may be viewed by users who authenticate through a domain server within the same realm 104 , but that should not be viewed by users who authenticate through a domain server in another realm.
  • resource 114 ( n ) may store a group of applications that should be available to any authenticated user, regardless of the realm through which they are authenticated. To define these access levels, the domain server 110 ( y ) may store the following user permissions:
  • the first row indicates that all authenticated users are allowed to authenticate to client 114 ( 2 ). However, the second row indicates that users that are associated with an “Other Org” security identifier are not allowed to authenticate to client 114 ( 2 ). The third row indicates that all authenticated users are allowed to authenticate to client 114 ( n ). Performing an access check at the domain controller level provides an added level of security in that even if permissions at the resource level are inadvertently set to allow users authenticated in another realm to access the resource, permissions set at the domain controller level can prevent such access because the user will not be allowed to authenticate to the resource.
  • the authorization client context (which stores a representation of the security identifiers associated with a user) is compared to the permissions that are defined for the requested resource. In the described implementation, if any of the permissions indicate that the user should not be allowed to authenticate to the resource, then the user is denied access to the requested resource (the “No” branch from block 406 ).
  • the domain controller 110 ( y ) when it is determined that the user is allowed to authenticate to the requested resource (the “Yes” branch from block 406 ), the domain controller 110 ( y ) returns a service ticket to the client computer system 112 ( 1 ).
  • the service ticket contains information that, when presented to the resource, indicates that the user is properly authenticated to the resource.
  • the client computer system 112 ( 1 ) sends the request with the service ticket and PAC to the requested resource 114 ( 1 ).
  • the requested resource 114 ( 1 ) generates a user token.
  • the user token is similar to the authorization client context described above with reference to block 404 , in that the user token is also a memory structure that stores a representation of the security identifiers that are associated with the user, based on the contents of the PAC.
  • the resource 114 ( 1 ) examines the user token to determine whether or not the user is associated with the “Other Org” security identifier, which indicates that the user was authenticated by a domain controller associated with a realm in another organization 104 . If the user token does include the “Other Org” security identifier, then the request is handled (the “Yes” branch from block 414 ).
  • the resource 114 ( 1 ) adds a “This Org” security identifier to the user token to indicate that the user was authenticated by a domain controller in realm 204 .
  • client computer system e.g., clients 112 and 114
  • client computer system can maintain permissions at an object level that are associated with the “This Org” and “Other Org” security identifiers.
  • permissions may be defined that provide full access to a particular directory to users associated with the “This Org” identifier and read-only access to users associated with the “Other Org” identifier.
  • system administrators of the client computer systems can prevent users authenticated in another realm from accessing sensitive data that should only be available to users who can authenticate from within the same realm.

Abstract

A selective cross-realm authenticator associates an identifier with a request from an entity authenticated in one realm to access a resource associated with a second realm. The identifier indicates that the entity was authenticated in a realm other than the realm associated with the requested resource. A domain controller associated with the resource performs an access check to verify that the authenticated user is authorized to authenticate to the requested resource. Permissions associated with the resource can be used to specify levels of access to be granted to entities authenticated by a domain controller associated with another realm.

Description

    RELATED APPLICATIONS
  • This U.S. Patent Application is a continuation of and claims priority to U.S. patent application Ser. No. 10/285,175, filed Oct. 31, 2002, and titled, “Selective Cross-Realm Authentication,” which is incorporated by reference herein.
  • TECHNICAL FIELD
  • This invention relates to computer-based resource security and, in particular, to systems and methods for supporting selective cross-realm authentication.
  • BACKGROUND
  • A domain controller is a server computer system that maintains user accounts associated with one or more client computer systems. The domain controller, together with the client computer systems associated with it, is known as a domain. A domain may also have multiple domain controllers. When a user has an account on a domain controller, the user can log on to any client computer system within the domain, and the user account is authenticated through the domain controller.
  • To reduce the need for maintaining duplicate user accounts throughout an organization (e.g., when a user is authorized to access client computer systems in multiple domains), a trust may be established between two or more domains. In this scenario, a user, when authenticated by a first domain, can access a client computer system associated with a second domain provided that a trust exists between the first and second domain. A group of mutually trusted domains is known as a “forest”. For example, a company may have a forest of domains, where each domain is associated with a particular group or organization (e.g., legal, human resources, accounting, etc.) within the company. Based on mutual trust between the domains of the forest, a user within the company can potentially log on to any client computer system within the company.
  • For the purposes of this discussion we refer to both forests and domains as ‘realms’. Note that even though the following descriptions refer to forests the concepts apply to other types of realms and collections of realms as well. The term domain controller refers to an instance of the realm. Many such domain controllers may be present in a realm. Situations exist in which one entity (e.g., company or organization) wants to grant access to computer resources within its forest to users from another entity. To accomplish this, a trust is established between a forest associated with the first entity and a forest associated with a second entity.
  • Users are granted access to a resource based on one or more sets of permissions associated with the resource and the user. Typically, a default set of permissions is granted to all users who are authenticated to access a particular resource. The default set of permissions provide an access level that is considered appropriate for any user that can authenticate to the resource. Within a single domain or resource, the default set of permissions that are granted to all users are typically those permissions that are appropriate for all members of the entity represented by the forest. However, when a trust is established between two forests, users from one forest may be allowed to authenticate to a resource in another forest, but the default access permissions that apply to all users of the resource may not be appropriate for a user that authenticates from a different forest. For example, it may be appropriate for users that authenticate within a single forest to have read access to a particular file resource, while it may not be appropriate for users that authenticate from a different forest to have any access to the particular file resource. This might be happen when the two forests are associated with different corporations or organizations. In other cases such as when the two forests are in the same organization it might make sense to have the same access permissions for users authenticated in either forest.
  • As such, it is important to be able to distinguish between access requests originating from users authenticated by a domain controller in a forest whose users can have the same set of permissions as users authenticated by a domain controller in the local forest versus requests originating from users authenticated by a domain controller in a forest whose users should not have the same set of permissions as users authenticated by a domain controller in the local forest. Other criteria may also be used to determine the type of request, such as whether the request originated from a realm associated with the same organization with which the requested resource is associated, or whether the request originated from one of a subset of users in the realm who are allowed to submit such a request.
  • SUMMARY
  • A selective cross-realm authenticator is described. The selective cross-realm authenticator identifies requests from authenticated users in one realm to access resources associated with a second realm. The selective cross-realm authenticator then associates an indicator with the request according to a realm in which the request authenticated or other data associated with authentication of the requesting user. Authentication and resource access decisions may then be made based on the indicator associated with the request. Access permissions associated with a resource may also be based on the indicator.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • The same numbers are used throughout the drawings to reference like features and components.
  • FIG. 1 illustrates an exemplary environment in which selective cross-realm authentication may be implemented.
  • FIG. 2 illustrates selected components of a root domain controller in a realm implemented to support selective cross-realm authentication.
  • FIG. 3 illustrates a method that can be implemented to support selective cross-realm authentication.
  • FIG. 4 illustrates a method that can be implemented to support selective cross-realm authentication.
  • DETAILED DESCRIPTION
  • The following discussion is directed to selective cross-realm authentication within an environment that includes multiple groups of domain controllers. Throughout the following discussion, a realm is defined as any group of resources, such as a domain (which includes one or more domain controllers and the associated computer systems) or a forest (which includes a group of mutually trusted domains). A selective cross-realm authenticator provides a mechanism for indicating that a user requesting access to a resource in a particular realm was authenticated by a domain controller in another realm. The selective cross-realm authenticator also classifies and/or flags the request according to a level of trust that is defined between the two realms. Based on the classification a domain controller associated with the realm to which a user is requesting access verifies that users authenticated from another realm are authorized to access the requested resource. Furthermore, each resource may maintain, at an object level, access permissions that specify levels of access that are allowed to users, such that the permissions granted for users authenticated by a domain controller in the same realm as the resource may be different than the permissions granted for users authenticated by a domain controller associated with another realm. The term “user” or “authenticated user” as used in this discussion refers to any entity that may be authenticated by a domain controller. This may include, but is not limited to, individual users, user groups, applications, and computer systems.
  • Exemplary Environment
  • FIG. 1 illustrates an exemplary environment in which selective cross-realm authentication may be implemented. Environment 100 includes a realm 102, a realm 104, and a cross-realm authenticator 106. In the illustrated example, realm 102 is a forest made up of a group of domains 108, and similarly, realm 104 is also a forest made up of a second group of domains 110. Each domain includes one or more computer-based resources, and maintains a set of user accounts for users who are authorized to access the resources within the domain. For example, as shown in FIG. 1, domain 108(x) includes client computer resources 112(1)-112(z). Similarly, domain 110(y) includes client computer resources 114(1)-114(n). Because there is mutual trust between domains within a forest, any domain 108(1)-108(x) can authenticate a user to access any client computer resource associated with any of the domains 108, including clients 112(1)-112(z). Similarly, any domain 110(1)-110(y) can authenticate a user to access any client computer resource associated with any of the domains 110, including clients 114(1)-114(n).
  • When a user in a first realm requests access to a resource in a second realm, fulfilling the request includes two steps. First, the user's identity is proven to the requested resource. Second, the resource determines whether the user has permission to access the resource as requested. The first step, may be a multi-step process in which the user's identity is proven to one or more domain controllers based on an initial authentication of the user's identity by a domain controller associated with a client device through which the user submits a request.
  • Trust link 116 between realm 102 and realm 104 represents a mutual trust between the two realms. Based on the trust between realms, a user that is initially authenticated by a domain 108 in realm 102 through any client associated with a domain 108 can be trusted by any domain 110 in realm 104 as being authenticated to any client associated with any domain 110 in realm 104, including clients 114(1)-114(n), and vice versa.
  • Selective cross-realm authenticator 106 is implemented to provide an additional level of security by classifying users authenticated in one realm requesting access to a resource in another realm. In one implementation, the cross-realm authenticator 106 associates a security identifier with a user (or with a user request) before the user request reaches the resource that is being requested. A domain controller associated with the requested resource can then grant one level of access to a user authenticated within the same domain as the resource and another level of access to a user authenticated by a domain controller in a different domain.
  • Domain Controller
  • In an exemplary implementation, the root domain controller within a particular realm includes a cross-realm authenticator. FIG. 2 illustrates an exemplary root domain controller implemented to support selective cross-realm authentication. Domain controller 110(1) includes a memory 202 and a processor 204. Domain controller 110(1) also includes an operating system 206 that executes on processor 204 and one or more other applications 208 stored in memory 202 and executed on processor 204. To support selective cross-realm authentication, the domain controller also includes selective cross-realm authenticator 106 stored in memory 202 and executed on processor 204.
  • Methods for Selective Cross-Realm Authentication
  • Selective cross-realm authentication may be described in the general context of computer-executable instructions, such as application modules, being executed by a computer. Generally, application modules include routines, programs, objects, components, data structures, etc. that perform particular tasks or implement particular abstract data types. In the described exemplary implementation, selective cross-realm authentication is implemented using methods that may be distributed across multiple components of the environment illustrated in FIG. 1. Selective cross-realm authentication may also be implemented using other types of programming techniques, including in other types of distributed computing environments where tasks are performed by remote processing devices that are linked through various communications networks based on any number of communication protocols. In such a distributed computing environment, application modules may be located in both local and remote computer storage media including memory storage devices.
  • FIG. 3 illustrates a method for a client to obtain an access ticket to a second realm when authenticated by a domain controller in a first realm. The method will be described with reference to a network that is implemented using Kerberos, a well-known network authentication protocol. Although described using Kerberos-specific terminology, it is recognized that selective cross-realm authentication, as described herein, may be implemented in networks that are based on other network authentication protocols. Furthermore, the method illustrated in FIG. 3 will be described, for illustrative purposes, with reference to components shown in FIG. 1.
  • At block 302, a client computer system 112(1) sends a request to access a resource in another realm to a domain controller 108(x) associated with the client computer system.
  • At block 304, a domain controller in domain 108(x) generates a ticket-granting ticket (TGT) and a privilege access certificate (PAC). The TGT is a Kerberos standard that allows a client to request another ticket to gain access to another domain controller or resource. The PAC includes a list of security identifiers associated with the user. An example PAC 306 is illustrated in FIG. 3 and includes a user ID and a user group ID associated with a user group that the user is a member of.
  • At block 308, the domain controller 108(x) returns the TGT and PAC to the client computer system 112(1).
  • In one implementation, the client computer system 112(1) may submit the request (with the. TGT and PAC) to other domains in the same realm, in an effort to find the requested resource. Each domain may add security identifiers to the PAC, depending, for example, on user group memberships that each particular domain controller is aware of.
  • At block 310, the client computer system 112(1) sends the request with the TGT and PAC 312 to selective cross-realm authenticator 106.
  • At block 313 selective cross-realm authenticator 106 determines whether the request originated from a realm in another organization. If it is determined that the request did not originate from a realm in another organization (the “No” branch from block 313), then the method continues in block 316. On the other hand, if it is determined that the request did originate from a realm in another organization (the “Yes” branch from block 313), then the method continues in block 314.
  • At block 314, selective cross-realm authenticator 106 adds an “Other Org” security identifier to the PAC. The “Other Org” security identifier will be used to indicate to the requested resource that the user making the request was authenticated within a realm other than the realm to which the resource belongs.
  • At block 316, selective cross-realm authenticator 106 returns a special TGT and the updated PAC to client computer system 112(1). The special TGT will allow the client computer system to send the request to a domain controller in realm 104.
  • FIG. 4 illustrates a method for domain controllers and resources in a second realm to verify the requesting user's identity based on authentication data associated with the user and/or the request. The method will be described with reference to a network that is implemented using Kerberos, a well-known network authentication protocol. Although described using Kerberos-specific terminology, it is recognized that selective cross-realm authentication, as described herein, may be implemented in networks that are based on other network authentication protocols. While FIG. 3 is described above with reference to client 112(1), domain controllers 108, and cross-realm authenticator 106, FIG. 4 will be described, for illustrative purposes, with reference to client 112(1), domain controller 110(y), and resource 114(1) as shown in FIG. 1.
  • At block 402, client computer system 112(1) sends the request with the special TGT and PAC (as described with respect to FIG. 3) to a domain controller in domain 110(y) that is associated with the requested resource 114(1). The special TGT tells domain 110(y) that the user has been authenticated and the PAC provides the domain 110(y) with a list of security identifiers that are associated with the user.
  • At block 404, the domain controller in domain 110(y) generates an authorization client context. The authorization client context is a memory structure that stores representations of the security identifiers that are listed in the PAC.
  • At block 406, the domain controller in domain 110(y) performs an access check to determine whether or not the user's identity has been proven to the satisfaction of the requested resource. This process is known as authenticating to a resource. The domain controller in domain 110(y) maintains sets of permissions that define which users are allowed to authenticate to which resources 114. For example, resource 114(2) may store business-sensitive data that may be viewed by users who authenticate through a domain server within the same realm 104, but that should not be viewed by users who authenticate through a domain server in another realm. Furthermore, resource 114(n) may store a group of applications that should be available to any authenticated user, regardless of the realm through which they are authenticated. To define these access levels, the domain server 110(y) may store the following user permissions:
  • Resource ID User Security ID Allowed to Access?
    Client 114(2) Authenticated Users Yes
    Client 114(2) Other Org No
    Client 114(n) Authenticated Users Yes
  • The first row indicates that all authenticated users are allowed to authenticate to client 114(2). However, the second row indicates that users that are associated with an “Other Org” security identifier are not allowed to authenticate to client 114(2). The third row indicates that all authenticated users are allowed to authenticate to client 114(n). Performing an access check at the domain controller level provides an added level of security in that even if permissions at the resource level are inadvertently set to allow users authenticated in another realm to access the resource, permissions set at the domain controller level can prevent such access because the user will not be allowed to authenticate to the resource.
  • When the domain controller in domain 110(y) performs an access check, the authorization client context (which stores a representation of the security identifiers associated with a user) is compared to the permissions that are defined for the requested resource. In the described implementation, if any of the permissions indicate that the user should not be allowed to authenticate to the resource, then the user is denied access to the requested resource (the “No” branch from block 406).
  • At block 408, when it is determined that the user is allowed to authenticate to the requested resource (the “Yes” branch from block 406), the domain controller 110(y) returns a service ticket to the client computer system 112(1). The service ticket contains information that, when presented to the resource, indicates that the user is properly authenticated to the resource.
  • At block 410, the client computer system 112(1) sends the request with the service ticket and PAC to the requested resource 114(1).
  • At block 412, the requested resource 114(1) generates a user token. The user token is similar to the authorization client context described above with reference to block 404, in that the user token is also a memory structure that stores a representation of the security identifiers that are associated with the user, based on the contents of the PAC.
  • At block 414, the resource 114(1) examines the user token to determine whether or not the user is associated with the “Other Org” security identifier, which indicates that the user was authenticated by a domain controller associated with a realm in another organization 104. If the user token does include the “Other Org” security identifier, then the request is handled (the “Yes” branch from block 414).
  • At block 416, when it is determined that the user token does not include the “Other Org” security identifier (the “No” branch from block 414), then prior to handling the request, the resource 114(1) adds a “This Org” security identifier to the user token to indicate that the user was authenticated by a domain controller in realm 204.
  • Given the described implementation, client computer system (e.g., clients 112 and 114) can maintain permissions at an object level that are associated with the “This Org” and “Other Org” security identifiers. For example, in a particular client computer system, permissions may be defined that provide full access to a particular directory to users associated with the “This Org” identifier and read-only access to users associated with the “Other Org” identifier. In this way, system administrators of the client computer systems can prevent users authenticated in another realm from accessing sensitive data that should only be available to users who can authenticate from within the same realm.
  • Conclusion
  • Although the systems and methods have been described in language specific to structural features and/or methodological steps, it is to be understood that the invention defined in the appended claims is not necessarily limited to the specific features or steps described. Rather, the specific features and steps are disclosed as preferred forms of implementing the claimed invention.

Claims (20)

1. A method comprising:
receiving, from an entity authenticated in a first realm, a request to access a resource associated with a second realm;
determining whether entities authenticated by other than the second realm are allowed access to the resource according to a selective trust relationship between the second realm and other realms that include the first realm;
in an event that entities authenticated by other than the second realm are allowed access to the resource:
determining other realm access permissions to be assigned to entities authenticated by other than the second realm, based on the selective trust relationship, wherein the other realm access permissions are different from second realm access permissions that are to be assigned to entities authenticated by the second realm; and
granting the entity access to the resource according to the other realm access permissions; and
in an event that entities authenticated by other than the second realm are not allowed to access the resource, refusing to grant the entity access to the resource.
2. The method as recited in claim 1 wherein determining whether entities authenticated by other than the second realm are allowed to access the resource comprises comparing a security identifier associated with the entity with an access control list associated with the resource, wherein the security identifier indicates that the entity was authenticated by other than the second realm.
3. The method as recited in claim 1 wherein determining whether entities authenticated by other than the second realm are allowed to access the resource comprises comparing data associated with a security token to an access control list, wherein the data associated with the security token indicates that the entity was authenticated outside of the second realm.
4. The method as recited in claim 3 wherein the security token comprises at least one of an SAML token and an XrML token.
5. The method as recited in claim 1 wherein granting the entity access to the resource comprises completing an authentication request.
6. The method as recited in claim 1 wherein granting the entity access to the resource comprises completing an NTLM authentication request.
7. The method as recited in claim 1 wherein granting the entity access to the resource comprises serving a service ticket associated with the resource to the entity.
8. A domain controller configured to perform the method as recited in claim 1.
9. One or more computer-readable media comprising computer executable instructions that, when executed, direct a computing system to perform the method as recited in claim 1.
10. A method comprising:
receiving, from a user authenticated in a first realm, a request to access a resource associated with a second realm; and
associating with the user, an identifier that indicates the user was authenticated in a realm other than the second realm,
wherein the second realm has a selective trust relationship with other realms, including the first realm, such that user access permissions to the resource associated with the second realm differ based on whether the user was authenticated in the second realm or whether the user was authenticated in one of the other realms.
11. The method as recited in claim 10 wherein the user comprises an application.
12. The method as recited in claim 10 wherein the user comprises a computer system.
13. The method as recited in claim 10 wherein the identifier further indicates a type of authentication associated with the user.
14. The method as recited in claim 10 wherein the associating comprises adding a security identifier to a privilege access certificate associated with the user.
15. The method as recited in claim 10 wherein the associating comprises adding a security identifier to a privilege access certificate associated with the request.
16. The method as recited in claim 10 wherein the associating comprises setting a flag associated with the user.
17. The method as recited in claim 10 wherein the associating comprises setting a flag associated with the request.
18. One or more computer-readable media comprising computer executable instructions that, when executed, direct a computing system to perform the method as recited in claim 10.
19. A system comprising:
a first domain controller implemented to maintain first user accounts and to authenticate users based on the first user accounts;
a second domain controller implemented to maintain second user accounts and to authenticate users based on the second user accounts; and
a cross-realm authenticator configured to associate, with a request from an entity authenticated by the first domain controller to access a resource associated with the second domain controller, an identifier that indicates that the request is from an entity authenticated by a domain controller other than the second domain controller.
20. The system as recited in claim 19 wherein the second domain controller is further configured to verify that an entity authenticated by a domain controller other than the second domain controller is allowed to access the resource.
US13/920,857 2002-10-31 2013-06-18 Selective cross-realm authentication Abandoned US20130283354A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US13/920,857 US20130283354A1 (en) 2002-10-31 2013-06-18 Selective cross-realm authentication

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US10/285,175 US7568218B2 (en) 2002-10-31 2002-10-31 Selective cross-realm authentication
US12/469,245 US8510818B2 (en) 2002-10-31 2009-05-20 Selective cross-realm authentication
US13/920,857 US20130283354A1 (en) 2002-10-31 2013-06-18 Selective cross-realm authentication

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US12/469,245 Continuation US8510818B2 (en) 2002-10-31 2009-05-20 Selective cross-realm authentication

Publications (1)

Publication Number Publication Date
US20130283354A1 true US20130283354A1 (en) 2013-10-24

Family

ID=32175107

Family Applications (3)

Application Number Title Priority Date Filing Date
US10/285,175 Expired - Fee Related US7568218B2 (en) 2002-10-31 2002-10-31 Selective cross-realm authentication
US12/469,245 Expired - Fee Related US8510818B2 (en) 2002-10-31 2009-05-20 Selective cross-realm authentication
US13/920,857 Abandoned US20130283354A1 (en) 2002-10-31 2013-06-18 Selective cross-realm authentication

Family Applications Before (2)

Application Number Title Priority Date Filing Date
US10/285,175 Expired - Fee Related US7568218B2 (en) 2002-10-31 2002-10-31 Selective cross-realm authentication
US12/469,245 Expired - Fee Related US8510818B2 (en) 2002-10-31 2009-05-20 Selective cross-realm authentication

Country Status (1)

Country Link
US (3) US7568218B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130283362A1 (en) * 2012-04-19 2013-10-24 Microsoft Corporation Authenticating user through web extension using token based authentication scheme

Families Citing this family (69)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1372201A (en) * 2002-04-03 2002-10-02 张平 Novel network safety method
US8544084B2 (en) 2002-08-19 2013-09-24 Blackberry Limited System and method for secure control of resources of wireless mobile communication devices
US20060171402A1 (en) * 2003-03-06 2006-08-03 Moore John A Method and system for providing broadband multimedia services
US20040199768A1 (en) * 2003-04-04 2004-10-07 Nail Robert A. System and method for enabling enterprise application security
US7275259B2 (en) * 2003-06-18 2007-09-25 Microsoft Corporation System and method for unified sign-on
JP4694482B2 (en) * 2003-07-24 2011-06-08 コーニンクレッカ フィリップス エレクトロニクス エヌ ヴィ Complex device and individual-based authorized domain architecture
US20050108575A1 (en) * 2003-11-18 2005-05-19 Yung Chong M. Apparatus, system, and method for faciliating authenticated communication between authentication realms
EP1551146B1 (en) * 2004-01-05 2011-08-24 Ricoh Company, Ltd. Document security management for repeatedly reproduced hardcopy and electronic documents
US8606875B1 (en) * 2004-06-30 2013-12-10 Oracle America, Inc. Method and system for automatic distribution and installation of a client certificate in a secure manner
US8990254B2 (en) * 2004-07-02 2015-03-24 Ellie Mae, Inc. Loan origination software system for processing mortgage loans over a distributed network
US7617501B2 (en) 2004-07-09 2009-11-10 Quest Software, Inc. Apparatus, system, and method for managing policies on a computer having a foreign operating system
JP4696721B2 (en) * 2005-06-27 2011-06-08 富士ゼロックス株式会社 Document management server, document management system
US7904949B2 (en) 2005-12-19 2011-03-08 Quest Software, Inc. Apparatus, systems and methods to provide authentication services to a legacy application
JP4779678B2 (en) * 2006-02-02 2011-09-28 株式会社日立製作所 Context information management system
US8087075B2 (en) 2006-02-13 2011-12-27 Quest Software, Inc. Disconnected credential validation using pre-fetched service tickets
US7924780B2 (en) 2006-04-12 2011-04-12 Fon Wireless Limited System and method for linking existing Wi-Fi access points into a single unified network
US9826102B2 (en) 2006-04-12 2017-11-21 Fon Wireless Limited Linking existing Wi-Fi access points into unified network for VoIP
US8429712B2 (en) 2006-06-08 2013-04-23 Quest Software, Inc. Centralized user authentication system apparatus and method
JP4876734B2 (en) * 2006-06-22 2012-02-15 富士ゼロックス株式会社 Document use management system and method, document management server and program thereof
US8046823B1 (en) * 2006-10-03 2011-10-25 Stamps.Com Inc. Secure application bridge server
US7895332B2 (en) 2006-10-30 2011-02-22 Quest Software, Inc. Identity migration system apparatus and method
US8086710B2 (en) 2006-10-30 2011-12-27 Quest Software, Inc. Identity migration apparatus and method
JP5003131B2 (en) * 2006-12-04 2012-08-15 富士ゼロックス株式会社 Document providing system and information providing program
JP4305510B2 (en) * 2006-12-28 2009-07-29 富士ゼロックス株式会社 Information processing system, information processing apparatus, and program
JP5082460B2 (en) * 2007-01-19 2012-11-28 富士ゼロックス株式会社 Information processing apparatus, program, and information processing system
JP5023715B2 (en) * 2007-01-25 2012-09-12 富士ゼロックス株式会社 Information processing system, information processing apparatus, and program
JP2008257317A (en) * 2007-04-02 2008-10-23 Fuji Xerox Co Ltd Information processing apparatus, information processing system and program
US9769177B2 (en) * 2007-06-12 2017-09-19 Syracuse University Role-based access control to computing resources in an inter-organizational community
JP2009042856A (en) * 2007-08-07 2009-02-26 Fuji Xerox Co Ltd Document management device, document management system, and program
US8332922B2 (en) * 2007-08-31 2012-12-11 Microsoft Corporation Transferable restricted security tokens
JP5119840B2 (en) * 2007-10-02 2013-01-16 富士ゼロックス株式会社 Information processing apparatus, information processing system, and program
US8839386B2 (en) 2007-12-03 2014-09-16 At&T Intellectual Property I, L.P. Method and apparatus for providing authentication
US8621561B2 (en) * 2008-01-04 2013-12-31 Microsoft Corporation Selective authorization based on authentication input attributes
US8220032B2 (en) * 2008-01-29 2012-07-10 International Business Machines Corporation Methods, devices, and computer program products for discovering authentication servers and establishing trust relationships therewith
US8544074B2 (en) * 2008-06-19 2013-09-24 Microsoft Corporation Federated realm discovery
US8413222B1 (en) * 2008-06-27 2013-04-02 Symantec Corporation Method and apparatus for synchronizing updates of authentication credentials
US10146926B2 (en) * 2008-07-18 2018-12-04 Microsoft Technology Licensing, Llc Differentiated authentication for compartmentalized computing resources
US8887271B2 (en) * 2009-06-15 2014-11-11 Sap Se Method and system for managing object level security using an object definition hierarchy
US20110004926A1 (en) * 2009-07-01 2011-01-06 International Business Machines Coporation Automatically Handling Proxy Server and Web Server Authentication
US8255984B1 (en) 2009-07-01 2012-08-28 Quest Software, Inc. Single sign-on system for shared resource environments
US9426142B2 (en) * 2010-06-07 2016-08-23 Salesforce.Com, Inc. Systems and methods for logging into an application on a second domain from a first domain in a multi-tenant database system environment
US9225727B2 (en) * 2010-11-15 2015-12-29 Blackberry Limited Data source based application sandboxing
US9959415B1 (en) * 2010-12-17 2018-05-01 The Boeing Company Methods and systems for accessing data from different security domains
US8910300B2 (en) 2010-12-30 2014-12-09 Fon Wireless Limited Secure tunneling platform system and method
AU2012210978B2 (en) * 2011-01-28 2015-11-26 Royal Canadian Mint/Monnaie Royal Canadienne Controlled security domains
US20120291089A1 (en) * 2011-05-13 2012-11-15 Raytheon Company Method and system for cross-domain data security
US9143498B2 (en) * 2012-08-30 2015-09-22 Aerohive Networks, Inc. Internetwork authentication
US10382202B1 (en) * 2012-09-28 2019-08-13 EMC IP Holding Company LLC Method and apparatus for federated identity and authentication services
JP6255858B2 (en) * 2012-10-31 2018-01-10 株式会社リコー System and service providing apparatus
JP6102296B2 (en) * 2013-02-06 2017-03-29 株式会社リコー Information processing system, information processing apparatus, authentication method, and program
US9769056B2 (en) 2013-03-15 2017-09-19 Aerohive Networks, Inc. Gateway using multicast to unicast conversion
US9762679B2 (en) 2013-03-15 2017-09-12 Aerohive Networks, Inc. Providing stateless network services
US9621530B2 (en) * 2013-06-28 2017-04-11 Qualcomm Incorporated Trust heuristic model for reducing control load in IoT resource access networks
US9300671B1 (en) * 2013-12-30 2016-03-29 Ca, Inc. Shared access with account restriction and promotion utilizing virtual accounts
US9992619B2 (en) 2014-08-12 2018-06-05 Aerohive Networks, Inc. Network device based proximity beacon locating
US11057364B2 (en) * 2015-06-15 2021-07-06 Airwatch Llc Single sign-on for managed mobile devices
US10944738B2 (en) * 2015-06-15 2021-03-09 Airwatch, Llc. Single sign-on for managed mobile devices using kerberos
US10812464B2 (en) 2015-06-15 2020-10-20 Airwatch Llc Single sign-on for managed mobile devices
US10171447B2 (en) 2015-06-15 2019-01-01 Airwatch Llc Single sign-on for unmanaged mobile devices
US10158605B2 (en) * 2015-11-24 2018-12-18 Cisco Technology, Inc. Delegated access control of an enterprise network
US10372484B2 (en) 2016-06-27 2019-08-06 Microsoft Technology Licensing, Llc Secured computing system
CN106506521B (en) 2016-11-28 2020-08-07 腾讯科技(深圳)有限公司 Resource access control method and device
US11159511B1 (en) 2019-01-10 2021-10-26 Microstrategy Incorporated Authentication protocol management
US11552947B2 (en) 2019-07-10 2023-01-10 Microsoft Technology Licensing, Llc Home realm discovery with flat-name usernames
US11765152B2 (en) * 2019-07-25 2023-09-19 Microsoft Technology Licensing, Llc Related asset access based on proven primary asset access
CN112995097B (en) * 2019-12-13 2023-09-22 中兴通讯股份有限公司 Cross-domain access system, method and device
US11552943B2 (en) * 2020-11-13 2023-01-10 Cyberark Software Ltd. Native remote access to target resources using secretless connections
US11606351B2 (en) * 2020-12-15 2023-03-14 International Business Machines Corporation Second factor based realm selection for federated authentications
EP4358473A1 (en) * 2022-10-19 2024-04-24 Delinea, Inc. System and method for safely relaying and filtering kerberos authentication and authorization requests across network boundaries

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5815574A (en) * 1994-12-15 1998-09-29 International Business Machines Corporation Provision of secure access to external resources from a distributed computing environment
US20020150253A1 (en) * 2001-04-12 2002-10-17 Brezak John E. Methods and arrangements for protecting information in forwarded authentication messages

Family Cites Families (62)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4853843A (en) 1987-12-18 1989-08-01 Tektronix, Inc. System for merging virtual partitions of a distributed database
US4896319A (en) 1988-03-31 1990-01-23 American Telephone And Telegraph Company, At&T Bell Laboratories Identification and authentication of end user systems for packet communications network services
EP0398645B1 (en) 1989-05-15 1997-08-06 International Business Machines Corporation System for controlling access privileges
US5560008A (en) 1989-05-15 1996-09-24 International Business Machines Corporation Remote authentication and authorization in a distributed data processing system
US5048085A (en) 1989-10-06 1991-09-10 International Business Machines Corporation Transaction system security method and apparatus
US5120939A (en) 1989-11-09 1992-06-09 At&T Bell Laboratories Databaseless security system
US4993068A (en) 1989-11-27 1991-02-12 Motorola, Inc. Unforgeable personal identification system
US5073933A (en) 1989-12-01 1991-12-17 Sun Microsystems, Inc. X window security system
US5204961A (en) * 1990-06-25 1993-04-20 Digital Equipment Corporation Computer network operating with multilevel hierarchical security with selectable common trust realms and corresponding security protocols
US5224163A (en) 1990-09-28 1993-06-29 Digital Equipment Corporation Method for delegating authorization from one entity to another through the use of session encryption keys
US5557518A (en) 1994-04-28 1996-09-17 Citibank, N.A. Trusted agents for open electronic commerce
US5313465A (en) 1992-05-13 1994-05-17 Digital Equipment Corporation Method of merging networks across a common backbone network
JPH05333775A (en) 1992-06-03 1993-12-17 Toshiba Corp User authentication system
EP0581421B1 (en) 1992-07-20 2003-01-15 Compaq Computer Corporation Method and system for certificate based alias detection
US5235642A (en) 1992-07-21 1993-08-10 Digital Equipment Corporation Access control subsystem and method for distributed computer system using locally cached authentication credentials
US5577252A (en) 1993-07-28 1996-11-19 Sun Microsystems, Inc. Methods and apparatus for implementing secure name servers in an object-oriented system
US5689700A (en) 1993-12-29 1997-11-18 Microsoft Corporation Unification of directory service with file system services
US5497486A (en) 1994-03-15 1996-03-05 Salvatore J. Stolfo Method of merging large databases in parallel
US5557678A (en) 1994-07-18 1996-09-17 Bell Atlantic Network Services, Inc. System and method for centralized session key distribution, privacy enhanced messaging and information distribution using a split private key public cryptosystem
US5588061A (en) 1994-07-20 1996-12-24 Bell Atlantic Network Services, Inc. System and method for identity verification, forming joint signatures and session key agreement in an RSA public cryptosystem
DE69601868T2 (en) 1995-06-14 1999-08-05 Novell Inc METHOD FOR MANAGING GLOBAL DISTRIBUTED SOFTWARE COMPONENTS
US5991887A (en) * 1996-02-28 1999-11-23 Dallas Semiconductor Corporation Low power wake up circuitry, with internal power down of the wake up circuitry itself
US6466947B2 (en) 1998-03-20 2002-10-15 Sun Microsystems, Inc. Apparatus and method for dynamically verifying information in a distributed system
US5978484A (en) 1996-04-25 1999-11-02 Microsoft Corporation System and method for safety distributing executable objects
US5958050A (en) 1996-09-24 1999-09-28 Electric Communities Trusted delegation system
US5815571A (en) 1996-10-28 1998-09-29 Finley; Phillip Scott Computer system with secured data paths and method of protection
US6167520A (en) 1996-11-08 2000-12-26 Finjan Software, Inc. System and method for protecting a client during runtime from hostile downloadables
US5915087A (en) 1996-12-12 1999-06-22 Secure Computing Corporation Transparent security proxy for unreliable message exchange protocols
US5960084A (en) 1996-12-13 1999-09-28 Compaq Computer Corporation Secure method for enabling/disabling power to a computer system following two-piece user verification
US5892905A (en) 1996-12-23 1999-04-06 International Business Machines Corporation Computer apparatus and method for providing a common user interface for software applications accessed via the world-wide web
US5922074A (en) 1997-02-28 1999-07-13 Xcert Software, Inc. Method of and apparatus for providing secure distributed directory services and public key infrastructure
US6105027A (en) * 1997-03-10 2000-08-15 Internet Dynamics, Inc. Techniques for eliminating redundant access checking by access filters
US5925126A (en) 1997-03-18 1999-07-20 Memco Software, Ltd. Method for security shield implementation in computer system's software
US5991877A (en) 1997-04-03 1999-11-23 Lockheed Martin Corporation Object-oriented trusted application framework
US6105012A (en) 1997-04-22 2000-08-15 Sun Microsystems, Inc. Security system and method for financial institution server and client web browser
US6101255A (en) 1997-04-30 2000-08-08 Motorola, Inc. Programmable cryptographic processing system and method
US5987608A (en) 1997-05-13 1999-11-16 Netscape Communications Corporation Java security mechanism
JP2001513587A (en) 1997-07-31 2001-09-04 サイエンティフィック−アトランタ・インコーポレーテッド Verification of source of information program in conditional access system
US6317868B1 (en) 1997-10-24 2001-11-13 University Of Washington Process for transparently enforcing protection domains and access control as well as auditing operations in software components
US6085191A (en) 1997-10-31 2000-07-04 Sun Microsystems, Inc. System and method for providing database access control in a secure distributed network
US6108788A (en) 1997-12-08 2000-08-22 Entrust Technologies Limited Certificate management system and method for a communication security system
US6965999B2 (en) 1998-05-01 2005-11-15 Microsoft Corporation Intelligent trust management method and system
US6308273B1 (en) * 1998-06-12 2001-10-23 Microsoft Corporation Method and system of security location discrimination
US6205480B1 (en) * 1998-08-19 2001-03-20 Computer Associates Think, Inc. System and method for web server user authentication
US6336096B1 (en) 1998-10-09 2002-01-01 Donald V. Jernberg System and method for evaluating liability
US6167445A (en) 1998-10-26 2000-12-26 Cisco Technology, Inc. Method and apparatus for defining and implementing high-level quality of service policies in computer networks
US6081900A (en) * 1999-03-16 2000-06-27 Novell, Inc. Secure intranet access
US6957186B1 (en) 1999-05-27 2005-10-18 Accenture Llp System method and article of manufacture for building, managing, and supporting various components of a system
US6339423B1 (en) * 1999-08-23 2002-01-15 Entrust, Inc. Multi-domain access control
US8719562B2 (en) * 2002-10-25 2014-05-06 William M. Randle Secure service network and user gateway
US7194764B2 (en) * 2000-07-10 2007-03-20 Oracle International Corporation User authentication
US6826541B1 (en) 2000-11-01 2004-11-30 Decision Innovations, Inc. Methods, systems, and computer program products for facilitating user choices among complex alternatives using conjoint analysis
US7062654B2 (en) * 2000-11-10 2006-06-13 Sri International Cross-domain access control
US7185364B2 (en) * 2001-03-21 2007-02-27 Oracle International Corporation Access system interface
US7370351B1 (en) * 2001-03-22 2008-05-06 Novell, Inc. Cross domain authentication and security services using proxies for HTTP access
US6954792B2 (en) * 2001-06-29 2005-10-11 Sun Microsystems, Inc. Pluggable authentication and access control for a messaging system
US7010600B1 (en) * 2001-06-29 2006-03-07 Cisco Technology, Inc. Method and apparatus for managing network resources for externally authenticated users
GB2378010A (en) * 2001-07-27 2003-01-29 Hewlett Packard Co Mulit-Domain authorisation and authentication
US6993596B2 (en) * 2001-12-19 2006-01-31 International Business Machines Corporation System and method for user enrollment in an e-community
US6892309B2 (en) * 2002-02-08 2005-05-10 Enterasys Networks, Inc. Controlling usage of network resources by a user at the user's entry point to a communications network based on an identity of the user
US20030177388A1 (en) * 2002-03-15 2003-09-18 International Business Machines Corporation Authenticated identity translation within a multiple computing unit environment
NO318842B1 (en) * 2002-03-18 2005-05-09 Telenor Asa Authentication and access control

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5815574A (en) * 1994-12-15 1998-09-29 International Business Machines Corporation Provision of secure access to external resources from a distributed computing environment
US20020150253A1 (en) * 2001-04-12 2002-10-17 Brezak John E. Methods and arrangements for protecting information in forwarded authentication messages

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130283362A1 (en) * 2012-04-19 2013-10-24 Microsoft Corporation Authenticating user through web extension using token based authentication scheme
US8898764B2 (en) * 2012-04-19 2014-11-25 Microsoft Corporation Authenticating user through web extension using token based authentication scheme

Also Published As

Publication number Publication date
US7568218B2 (en) 2009-07-28
US20040088543A1 (en) 2004-05-06
US20090228969A1 (en) 2009-09-10
US8510818B2 (en) 2013-08-13

Similar Documents

Publication Publication Date Title
US8510818B2 (en) Selective cross-realm authentication
US9332019B2 (en) Establishment of a trust index to enable connections from unknown devices
CN112637214B (en) Resource access method and device and electronic equipment
US8281374B2 (en) Attested identities
US7237118B2 (en) Methods and systems for authentication of a user for sub-locations of a network location
US7845003B2 (en) Techniques for variable security access information
US7185359B2 (en) Authentication and authorization across autonomous network systems
US9166966B2 (en) Apparatus and method for handling transaction tokens
US8904549B2 (en) Server system, control method, and storage medium for securely executing access to data of a tenant
US7092942B2 (en) Managing secure resources in web resources that are accessed by multiple portals
US9769137B2 (en) Extensible mechanism for securing objects using claims
CN111416822B (en) Method for access control, electronic device and storage medium
US8572686B2 (en) Method and apparatus for object transaction session validation
US20140123207A1 (en) Keystore access control system
US20080034412A1 (en) System to prevent misuse of access rights in a single sign on environment
WO2007047798A1 (en) Method and apparatus for providing secure access control for protected information
US8572690B2 (en) Apparatus and method for performing session validation to access confidential resources
US20130047203A1 (en) Method and Apparatus for Third Party Session Validation
US8572724B2 (en) Method and apparatus for network session validation
US20080271114A1 (en) System for providing and utilizing a network trusted context
US8726335B2 (en) Consigning authentication method
US8572688B2 (en) Method and apparatus for session validation to access third party resources
US20070079116A1 (en) Method, system and computer program product for access control
US8726340B2 (en) Apparatus and method for expert decisioning
US8601541B2 (en) Method and apparatus for session validation to access mainframe resources

Legal Events

Date Code Title Description
AS Assignment

Owner name: MICROSOFT TECHNOLOGY LICENSING, LLC, WASHINGTON

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:MICROSOFT CORPORATION;REEL/FRAME:034544/0541

Effective date: 20141014

AS Assignment

Owner name: MICROSOFT CORPORATION, WASHINGTON

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:GARG, PRAERIT;VAN DYKE, CLIFF;JAGANATHAN, KARTHIK;AND OTHERS;REEL/FRAME:038182/0023

Effective date: 20021030

STCB Information on status: application discontinuation

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