SYSTEM AND METHODS FOR ACCESS CONTROL BASED ON A USER IDENTITY
System and methods for access control in a Universal Plug and Play (UPnP) network are based on a user identity. A control point has an identity assertion capability for identifying a user. The control point is configured to declare a value of an attribute associated with the identity assertion capability. A device is communicatively coupled to the control point via the UPnP network. The device has a first access control list and a trusted-to-identify access control list (TIA). The device is configured to permit the user to perform one or more actions based upon whether the user identity appears as a subject in the first access control list.
This application is a continuation of U.S. patent application Ser. No. 12/107,134, filed Apr. 22, 2008, which is hereby incorporated by reference herein in its entirety.
BACKGROUNDUniversal Plug and Play (UPnP) is an industry effort to evolve technology for easy setup and easy establishment of connectivity of home and enterprise computer equipment. The UPnP standard enables devices such as personal computers (PCs), computer peripherals, routers, printers, storage devices, set-top boxes, televisions, and mobile phones to automatically discover each other, connect, and interoperate seamlessly. UPnP is also one of the enabling technologies for the Digital Living Network Alliance (DLNA), which endeavors to enable the digital convergence of devices in home and enterprise networks. UPnP is a fundamental building block of the DLNA specification, which may be currently considered a de facto standard for home network interoperability.
In UPnP, components are conventionally categorized as devices or control points (CPs). A device contains services. A control point is able to discover devices, and is able to control the services offered by the devices (e.g., by using Remote Procedure Call within Simple Object Access Protocol). A service, among other capabilities, is able to receive action requests from a control point, and perform the requested actions. Thus, a control point is able to invoke actions associated with the devices. In an illustrative example, a UPnP-compliant videocassette recorder (VCR) device may host a VCR service, and the VCR service may be associated with actions such as play, stop, pause, rewind and fast-forward.
In a conventional UPnP security specification, a network may include a third type of UPnP component, a security console, that is both a device and a control point. A security console can be used to set up ACLs in devices. In order to set up security in a UPnP network, all control points and devices must be made known to the security console. A security console acts as a control point to discover devices in a network, and acts as a device (e.g., by exposing a special security console service) in order to be discoverable by control points. The security console can take ownership of devices, and then create an Access Control List (ACL) for the device, in which restricted access is explicitly given to control points.
Conventional UPnP devices are able to enforce access control based on the use of ACLs. An ACL is used within a device to control access rights to services or to actions, and thus to control what actions may be invoked by a control point. For a particular device, each of the entries in the device's ACL identifies what a subject (e.g., a uniquely identified control point, or a specified group of control points) is allowed to do on the device, and whether the CP or group of CPs can further delegate those rights to other CPs. Delegation is the act by which a CP is able to grant a right that it has to another CP. A variety of delegation capabilities are available in conventional UPnP devices via the use of authorization certificates.
Embodiments are illustrated by way of example and not limited in the following figure(s), in which like numerals indicate like elements, in which:
Before describing in detail embodiments that are in accordance with the present invention, it should be observed that the embodiments reside primarily in combinations of method steps and apparatus components. Accordingly, the apparatus components and method steps have been represented where appropriate by conventional symbols in the drawings, showing only those specific details that are pertinent to understanding the embodiments of the present invention so as not to obscure the disclosure with details that will be readily apparent to those of ordinary skill in the art having the benefit of the description herein.
In this document, relational terms such as first and second, top and bottom, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. The terms “comprises,” “comprising,” or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. An element proceeded by “comprises . . . a” does not, without more constraints, preclude the existence of additional identical elements in the process, method, article, or apparatus that comprises the element.
Personal devices, such as mobile phones, can act as control points in a UPnP network. Such devices are increasingly equipped with hardware and software features for reliably verifying a user's identity. Examples of such features may include biometric authentication (e.g., fingerprint identification, voice verification, retinal scanning, and the like), and other trusted authentication techniques. Biometric authentication in personal devices may be viewed as particularly trustworthy, in the context of identity management.
For personal devices, such as mobile phones, that are capable of asserting user identity, it is desirable to integrate the capabilities of these devices into the access control methodology for UPnP. Access control based on user-device asserted identity in a UPnP network raises issues of trust: that is, whether a UPnP control point is trusted to: (a) authenticate a user with fidelity, and to (b) communicate the credentials of the user to the UPnP device that is the provider of services to the user. If so, the credentials can be used for access control by the UPnP device that is the provider of services to the user.
In accordance with an embodiment of the invention, a control point includes an attribute called Identity Assertion Capable (IDC). The IDC attribute indicates whether the control point is capable of authenticating the user. In accordance with a further embodiment, a device used to control access to services includes, in addition to the conventional ACL, a Trusted to Identify ACL (TIA) feature. The TIA can be used to indicate whether a particular control point is trusted by the device to make assertions regarding the user's identity.
For simplicity and illustrative purposes, principles of the embodiments are described by referring mainly to examples thereof. In the following description, numerous specific details are set forth in order to provide a thorough understanding of the embodiments. It will be apparent however, to one of ordinary skill in the art, that the embodiments may be practiced without limitation to these specific details. In other instances, well known methods and structures have not been described in detail so as not to unnecessarily obscure the embodiments.
With reference first to
There are two main types of entity in a UPnP network 100: control points (e.g., exemplary control point 130) and devices (e.g., exemplary device 120). There is a third type of entity called a security console (e.g., exemplary security console 140) that can be used for security administration.
A control point 130 is referred to as “security-aware” if it supports at least conventional UPnP ACL-based security. In an embodiment of the present invention, control point 130 is associated with an attribute, Identity Assertion Capable (IDC) 135, which may in some embodiments be implemented as a bit having a binary value, and in other embodiments may have non-binary values (e.g., the IDC 135 may be implemented as an integer, enumerated value, bitmapped value, and the like). In an illustrative example, when a user requests access to a device 120 using a control point 130, the control point 130 may declare that the value of IDC 135 for the control point 130 is either “true” or “false.” If control point 130 makes no declaration, it can be assumed that the value is “false” for that control point 130. Thus, in an embodiment, when a user attempts to access a device 120 using a control point 130, the device 120 is able to know whether or not the control point 130 is capable of identifying the user. Allowing the default value of the IDC 135 to be “false” allows backward compatibility with the conventional UPnP security specification. If the IDC 135 is “false” for a control point 130, then access control at the device 120 reverts to being based on the control point 130, and not on the user. In further embodiments, IDC 135 may be permitted to have additional non-binary values (e.g., integer, bitmapped, or enumerated values) for providing additional information concerning capabilities of the control point 130.
Device 120 exposes services (e.g., services 125A through 125N, collectively services 125), each of which comprises actions. Actions are specified by the individual services 125. The UPnP specifications define a conventional set of pre-specified services 125 and corresponding actions for many typical applications (such as printing, lighting control, etc.). In device 120, access control is enforced on control points or users, and their permitted actions. The exemplary security-aware device 120 includes an ownership list 123, and generally includes an access control list (ACL) 121, and zero or more certificates 124. Entries in the ownership list 123 can be used to grant an owner (e.g., security console 140) full access to all actions of the services 125 of the device 120. In an embodiment of the present invention, device 120 also includes a Trusted to Identify ACL (TIA) 122, which in some embodiments may be an additional access control list, or which in further embodiments may be implemented as part of ACL 121 (e.g., as a feature of ACL 121 or an extension or enhancement to ACL 121).
The security-aware device 120 can include an ACL 121 to enforce access control on control points (e.g., control point 130) that attempt to invoke actions on the device 120. Entries in the ACL 121 can be used to grant symbolic permissions to one or more control points (e.g., permissions having more granular access rights, in comparison to the full access granted to an owner). These symbolic permissions grant access to one or more actions of the services 125 exposed by the device 120. In an exemplary device 120 that supports ACL-based control, a DeviceSecurity service 125A is among the services 125 exposed by the device 120. The DeviceSecurity service 125A exports actions (such as conventional readACL and writeACL actions) that an exemplary security console 140 can use, for example, to modify or edit the ACL 121. Only a security console 140 that has ownership of the device 120 (i.e., a security console 140 listed in the ownership list 123 of device 120) may edit the ACL 121 of the device 120.
Referring now to
Returning to
An authorization certificate 124 that delegates a privilege looks very similar to an ACL 121, but also includes an issuer and a device field, both of which apply globally to the whole authorization certificate 124 (i.e., issuer and device fields are not additional fields of an entry 181). The issuer may be a control point 130 or a security console 140 that issued the authorization certificate 124. The device field identifies the device (e.g., device 120) for which the authorization certificate 124 applies.
Security console 140 can be used for security administration. Security console 140 can act as either or both a device 141 and a control point 143. In its capacity as a device 141, the security console 140 exposes a security console service 142 (e.g., an improved SecurityConsole service according to an embodiment of the present invention). A security-aware control point 130 interacts with the security console 140 via the security console service 142. In an illustrative example, a user can register a security-aware control point 130 with a security console 140 and give the control point 130 an identity; later, this identity can be used to administer the control point 130. A security console 140, acting as a control point 143 itself, can administer any device 120 that exposes the DeviceSecurity service 125A. This can be used, for example, to take ownership of a device 120. Finally, the security console 140 can also be used to grant and revoke ownership of devices (such as device 120) to other security consoles (not shown).
In an embodiment of the present invention, a device 120 may perform access control directly on users. To be able to do this, an entry 181 in ACL 121 can have a user as its subject 182, and in a further embodiment, an authorization certificate 124 can have a user as its subject 182. The embodiments extend the access control capabilities conventionally specified in UPnP by allowing a subject 182 in an ACL 121 or in an authorization certificate 124 to be the identity of a user.
In
In a still further embodiment of the present invention, a given identity 260 for user 210 may be unique to a control point 230, or may be shared by several control points (for example, all of the control points in a UPnP network 100). In an embodiment, the registration process to establish an identity 260 for user 210 involves a UPnP security console (SC) 240.
In the illustrative embodiment depicted in
The security console 240 computes an identity 260 for the user that the control point 230 can use, and performs a second communication 204 to communicate the identity 260 back to the control point 230. In one embodiment, the identity 260 communicated from the security console 240 may be from a database maintained by security console 240, which could be the case when the user 210 has the same identity 260 across multiple points in the UPnP network 100. However, in a further embodiment, optionally the security console 240 simply computes a unique identity 260 for the user 210, communicates this identity 260 to the control point 230 and does not necessarily store the identity 260 (e.g., in the case that the user 210 has a different identity 260 at each control point). Either case may be appropriate for a particular UPnP network 100, and therefore an embodiment may permit either or both options, according to usability and security trade-offs that may be desired. Alternatively, in another embodiment, the control point 230 sends identity (ID) data 250 to the security console 240, and the security console 240 accepts the identity data 250 as the user identity 260.
In a further embodiment of the present invention, if the IDC 135 is true for control point 230, then the control point 230 can perform an assertion 205, such as by identifying itself 230 and identifying the user 210 (e.g., communicating the identity 260) to device 120. In the embodiment, the device 120 now determines whether it can trust the assertion about the identity 260 of user 210 made by the control point 230. For this purpose, in addition to the traditional capabilities of an ACL 121 conventionally specified in UPnP, a device 120 in an embodiment uses TIA 122. The TIA 122 includes a list of identities of trusted control points (e.g., an identity of a control point 230 may be stored as a hash of a public key uniquely associated with the control point 230, as conventionally specified in UPnP). If a control point 230 is in the TIA 121 of a device 120, then this means that the control point 230 is trusted by the device 120 to make an assertion concerning identity 260.
In an illustrative example, the device 120 first checks whether the identity of control point 230 is in TIA 121. If not, access is not granted to the user 210. If the identity of control point 230 is in TIA 121, the device 120 checks whether the user 210 is allowed access (based, e.g., on ACL 121, or authorization certificate 124). In addition, a further embodiment optionally provides that the device 120 checks whether the control point 230 is authorized for the action being invoked by checking the identity of the control point 230 in the conventional way specified in UPnP.
In
In the method 300, an initiating step 301 is performed, e.g., in a security console 240, by the user 210, who may initiate registration by contacting the security console 240. In an illustrative example, the user 210 may push a button on SC 240. In the method 300, an identify step 302 is performed, e.g., as shown in step 202 in
Next, in step 303, ID data 250 is communicated; e.g., the control point 230 communicates ID data 250, based on its identification of user 210, to the security console 240. In step 304, an identity 260 is determined for the user 210; e.g., the security console 240 computes an identity 260 that the control point 230 can use. Alternately, the security console 240 accepts ID data 250 as the identity 260. In step 305, the identity 260 is communicated. For example, the identity 260 may be communicated by the security console 240 back to the control point 230, and may then be communicated by the control point 230 to a device 120.
In
In
A security console 540 and the devices 520, 520A, according to an embodiment, each include a TIA management module 550, 550A. TIA management modules 550, 550A are able to manage adding and removing entries in the TIA 522. In an embodiment, TIA management modules 550, 550A may, for example, be implemented as services 125. In further embodiments, TIA management modules 550, 550A may comprise or be included in one or more software applications running on security console 540 or device 520. In an embodiment, an administrative user 510 (e.g., a person who is a trusted administrator) has administrative rights on the security console 540.
TIA management messages can be passed between the TIA management module 550 of a security console (SC) 540 and the TIA management module 550A of a device 520, for managing the TIA 522 of the device 520. In an embodiment, the TIA management messages are analogous to the conventional UPnP messages that are used to manage ACL 121. In a further embodiment, TIA management messages include messages such as a ReadTIA message for reading TIA 522, a WriteTIA message for writing TIA 522, an AddTIAEntry message for adding an entry to TIA 522, a DeleteTIAEntry message for deleting an entry from TIA 522, and a ReplaceTlAEntry message for replacing an entry in TIA 522. In an embodiment, for any of these TIA management messages sent from the SC 540 to succeed in device 520, the SC 540 should be an owner of the device 520 (e.g., should be recognized as an owner in an ownership list 123, not shown, of the device 520).
There are at least two ways to initiate the sending of one or more TIA management messages by a security console 540. In a first illustrative example, a user 210 can directly interact with a TIA management module 550 in a security console 540 that owns the device 520. In a second illustrative example, the user 210 can indirectly initiate addition of an entry in TIA 522, triggered by the user 210 operating a control point 530 to use a device 520 in whose TIA 522 the identity of the control point 530 does not appear.
In the first example, an embodiment of the TIA management module 550 provides an option for the user 210 to directly edit the TIA 522 of device 520. The user 210 operates control point 530, and desires to manipulate an entry in the TIA 522 of device 120; specifically, the entry corresponding to the control point 530. The user 210 needs to know the identity of the control point 530. In an illustrative example, this can be achieved by having control point 530 send (or cause to be sent) a PresentKey message to the security console 540; the user 210 then is simply able to refer to control point 530 by a name previously chosen in the SC 540 for the control point 530.
In a variation of the first example, in a further embodiment, the user 210 operates control point 530, and desires to manipulate an entry in the TIA 522 of device 120; specifically, the entry corresponding to a second control point 130 (not shown). The user 210 needs to know the identity of the control point 130. In an illustrative example, this can be achieved by having control point 530 cause control point 130 to send a PresentKey message to the security console 540; the user 210 then is simply able to refer to control point 130 by a name previously chosen in the SC 540 for the control point 130.
In the second illustrative example, the user 210 can indirectly initiate addition of an entry in TIA 522, triggered by the user 210 operating a control point 530 to use a device 520 in whose TIA 522 the identity of the control point 530 does not appear. Such an exemplary automatic process of adding entries to TIA 522 is referred to herein as an automatic TIA join sequence. It is anticipated that this automatic approach may be the more commonly used method for TIA management in UPnP.
In a security console 540, an embodiment of the TIA management module 550 can include the following exemplary capabilities:
1. TIA management module 550 is able to receive requests from a control point 530 to be added to the TIA 522 of a device 520. An embodiment of such a request contains information such as the identity of control point 530 and the identity of device 520.
2. TIA management module 550 is able to verify whether or not the security console 540 with which the module 550 is associated is indeed an owner of the device 120.
3. TIA management module 550 includes an automatic decision value 535 (e.g., an automatic decision bit having a binary true/false value, or in further embodiments, a field having an integer, bitmapped, or enumerated value). In an embodiment, the automatic decision value 535 is associated with a policy for determining whether the SC 540 can make a decision on a join (or “redirect”) request without online consultation with the administrative user 510. This automatic decision value 535 and associated policies can, for example, be set offline by the administrative user 510.
4. TIA management module 550 is able to verify that confirmation of the identity 260 of user 210 has occurred offline, or is needed online.
5. TIA management module 550 is able to communicate with its counterpart in a device 520 (e.g., TIA management module 550A in device 520), to have an entry in TIA 522 added to reflect the trusted-to-identify status of a control point (e.g., control point 530).
6. TIA management module 550 is able to push the new entry in TIA 522 to other devices (e.g., device 520A) that are owned by the security console 540. That is, given that the control point 530 is now trusted to make assertions of identity 260, the security console 540 can optionally add control point 530 to the TIAs 522 of other devices such as 520A.
In a device 520, an embodiment of the TIA management module 550A can include the following exemplary capabilities:
1. TIA management module 550A is able to check whether a TIA entry exists in the device's TIA. Such a check is depicted by arrow 503.
2. TIA management module 550A includes a trigger value 536 (e.g., a trigger bit having a binary true/false value, or in further embodiments, a field having an integer, bitmapped, or enumerated value) that determines whether the module 550A should send a join suggestion (which may in some embodiments comprise a “redirect” message, e.g., redirecting the access request) to the control point 530, suggesting that control point 530 contact the security console 540 to be added to the TIA 522 of device 120.
3. TIA management module 550A is able to send join suggestions (which may in some embodiments comprise a “redirect” message, e.g., redirecting the access request) to the control point 530 via the device 120. Such a join suggestion is depicted by arrow 504.
4. TIA management module 550A is able to receive requests for the identity of control point 530 to be added to the TIA 522 of device 120. Such a request is depicted by arrow 502.
In an exemplary automatic TIA join sequence, steps 501-508 indicate an exemplary chronological sequence; however, not all of the illustrated steps are necessary, and not all steps need be performed online. For example, confirmation step 506 may be done offline using the automatic decision value 535 and an associated policy.
In the exemplary automatic TIA join sequence, at step 501, the user 210 accesses the control point 530 to identify himself or herself. Control point 530 obtains, or has previously obtained, an identity 260 corresponding to user 210. Control point 530 may include a Identity Assertion Capable (IDC) 135 attribute, as discussed above, indicating that control point 530 is capable of verifying identity in a trustworthy fashion. From the perspective of user 210, it is desirable that CP 530 should be recognized by device 520 as trusted-to-identify, and therefore that CP 530 should appear in the TIA 522 of device 520.
At step 502, the control point 530 communicates an access request to device 520, including the identity 260 of the user 210, as well as the identity of the control point 530. At step 503, the TIA management module 550A of device 520 checks the TIA 522, to determine whether the identity of the control point 530 is included in TIA 522. At step 504, if the identity of the control point 530 is not included in TIA 522, a “redirect” may take place, depending upon the value of trigger value 536. The TIA management module 550A of device 530 checks the trigger value 536, and if the trigger value 536 indicates that a “redirect” is desired, TIA management module 550A sends a responsive message back to control point 530, containing an identification of a security console 540 that owns the device 520. In a further embodiment, the responsive message comprises a join suggestion (which may in some embodiments comprise a redirection of the access request). Otherwise, the TIA management module 550A may simply proceed to grant or deny the requested permission on device 520 for user 210.
At step 505, having received a join suggestion or “redirect” message from device 520 at step 504, the control point 530 sends a join request (which in some embodiments may comprise a further “redirect” message or redirection of the access request) to the TIA management module 550 of security console 540. In an embodiment, the illustrative join request includes the identity of the control point 530, and may include the identity 260 of the user 210, the identity of the device 520, and/or the identity of the owner (i.e., the identity of security console 540). In an embodiment, the security console 540 verifies whether security console 540 is indeed an owner of device 520.
At step 506, based upon the automatic decision value 535, and associated policy, the TIA management module 550 of the security console 540 may require confirmation (e.g., online consultation) from administrative user 510, or in further embodiments, may recognize whether such confirmation is unnecessary (e.g., the confirmation or lack thereof having been predetermined by administrative user 510).
At step 507, if desired based upon the result of step 506, the TIA management module 550 of the security console 540 can send a TIA management message such as AddTIAEntry to counterpart TIA management module 550A in device 520, requesting that the identity of control point 530 be added to TIA 522 as a new entry, indicating that control point 530 is trusted to identify users.
Optionally, at step 508, if desired based upon the result of step 506, the TIA management module 550 can also push the new entry in TIA 522 to other devices (e.g., device 520A) that are owned by the security console 540.
In the exemplary automatic TIA join sequence of method 600, steps 501 and 502 proceed as discussed above with respect to
Steps 504 and 505 proceed as discussed above with respect to
Steps 507 and 508 proceed as discussed above with respect to
In
In an embodiment, an authorization certificate 124 can comprise a TIA delegation certificate 724. With reference to
In an embodiment, a TIA delegation certificate 724, like a conventional authorization certificate 124, includes an issuer field and a device field; thus, the TIA delegation certificate 724 can be used by the control point 130 to which it has been issued, in order to certify to the device 120 that the issuer (e.g., security console 140) has delegated trust to control point 130.
Returning to
Security console 741, using a conventional authorization certificate 124, grants access delegation rights to CP 731. Security console 741, using a first authorization certificate 124A of an embodiment of the present invention, grants access delegation rights to user 711, by including the identity 260 of user 711 as a subject 182.
Security console 742, using a conventional authorization certificate 124, grants access delegation rights to CP 732. Security console 742, using a first TIA delegation certificate 724, grants TIA delegation rights to CP 733. Security console 742, using a second authorization certificate 124A of an embodiment of the present invention, grants access delegation rights to user 712, by including the identity 260 of user 712 as a subject 182. Security console 742, using a second TIA delegation certificate 724, grants TIA delegation rights to CP 734.
In the foregoing specification, specific embodiments of the present invention have been described. However, one of ordinary skill in the art appreciates that various modifications and changes can be made without departing from the scope of the present invention as set forth in the claims below. Accordingly, the specification and figures are to be regarded in an illustrative rather than a restrictive sense, and all such modifications are intended to be included within the scope of present invention. The benefits, advantages, solutions to problems, and any element(s) that may cause any benefit, advantage, or solution to occur or become more pronounced are not to be construed as a critical, required, or essential features or elements of any or all the claims. The invention is defined solely by the appended claims including any amendments made during the pendency of this application and all equivalents of those claims as issued.
Claims
1. A method for establishing access control in a network, the method comprising:
- transmitting an instruction to perform an action on a device;
- in response to transmitting the instruction, receiving a request from the device to authenticate a user;
- determining whether to authenticate the user based on an identity assertion capability, wherein the identity assertion capability has an attribute value that, when the attribute value is declared to be true, indicates the capability of authenticating the user;
- in response to determining that the identity assertion capability indicates the capability of authenticating the user, transmitting a user identity corresponding to the user to the device;
- receiving permission to perform the action on the device; and
- causing the action to be performed on the device based on the user identity.
2. The method of claim 1, wherein a default value of the attribute value is false.
3. The method of claim 1, further comprising registering with a security console by transmitting an identifier to the security console.
4. The method of claim 1, wherein the user identity is received from a security console.
5. The method of claim 1, further comprising:
- receiving, from the device, an indication that permission to perform the action on the device has been denied because the transmitted user identity is not trusted by the device; and
- transmitting, to the device, a message indicating that an identifier is to be added to an access control list on the device.
6. The method of claim 1, further comprising:
- receiving a delegation certificate from a security console that has been granted ownership permission of the device;
- transmitting a second request to perform the action on the device, wherein the second request includes the received delegation certificate;
- receiving permission to perform the action on the device based on the delegation certificate; and
- causing the action to be performed on the device.
7. A system for establishing access control in a network, the system comprising:
- a hardware processor that is programmed to: transmit an instruction to perform an action on a device; in response to transmitting the instruction, receive a request from the device to authenticate a user; determine whether to authenticate the user based on an identity assertion capability, wherein the identity assertion capability has an attribute value that, when the attribute value is declared to be true, indicates the capability of authenticating the user; in response to determining that the identity assertion capability indicates the capability of authenticating the user, transmit a user identity corresponding to the user to the device; receive permission to perform the action on the device; and cause the action to be performed on the device based on the user identity.
8. The system of claim 7, wherein a default value of the attribute value is false.
9. The system of claim 7, wherein the hardware processor is further programmed to register with a security console by transmitting an identifier to the security console.
10. The system of claim 7, wherein the user identity is received from a security console.
11. The system of claim 7, wherein the hardware processor is further programmed to:
- receive, from the device, an indication that permission to perform the action on the device has been denied because the transmitted user identity is not trusted by the device; and
- transmit, to the device, a message indicating that an identifier is to be added to an access control list on the device.
12. The system of claim 7, wherein the hardware processor is further programmed to:
- receive a delegation certificate from a security console that has been granted ownership permission of the device;
- transmit a second request to perform the action on the device, wherein the second request includes the received delegation certificate;
- receive permission to perform the action on the device based on the delegation certificate; and
- cause the action to be performed on the device.
13. A non-transitory computer-readable medium containing computer executable instructions that, when executed by a processor, cause the processor to perform a method for establishing access control in a network, the method comprising:
- transmitting an instruction to perform an action on a device;
- in response to transmitting the instruction, receiving a request from the device to authenticate a user;
- determining whether to authenticate the user based on an identity assertion capability, wherein the identity assertion capability has an attribute value that, when the attribute value is declared to be true, indicates the capability of authenticating the user;
- in response to determining that the identity assertion capability indicates the capability of authenticating the user, transmitting a user identity corresponding to the user to the device;
- receiving permission to perform the action on the device; and
- causing the action to be performed on the device based on the user identity.
14. The non-transitory computer-readable medium of claim 13, wherein a default value of the attribute value is false.
15. The non-transitory computer-readable medium of claim 13, wherein the method further comprises registering with a security console by transmitting an identifier to the security console.
16. The non-transitory computer-readable medium of claim 13, wherein the user identity is received from a security console.
17. The non-transitory computer-readable medium of claim 13, wherein the method further comprises:
- receiving, from the device, an indication that permission to perform the action on the device has been denied because the transmitted user identity is not trusted by the device; and
- transmitting, to the device, a message indicating that an identifier is to be added to an access control list on the device.
18. The non-transitory computer-readable medium of claim 13, wherein the method further comprises:
- receiving a delegation certificate from a security console that has been granted ownership permission of the device;
- transmitting a second request to perform the action on the device, wherein the second request includes the received delegation certificate;
- receiving permission to perform the action on the device based on the delegation certificate; and
- causing the action to be performed on the device.
Type: Application
Filed: Jul 25, 2014
Publication Date: Nov 13, 2014
Patent Grant number: 9325714
Inventors: Mahesh V. Tripunitara (Elgin, IL), Dean H. Vogler (Algonquin, IL), Patrick Toomey (Chicago, IL)
Application Number: 14/341,480