Privilege Management Infrastructure


In cryptography Privilege Management is the process of managing user authorisations based on the ITU-T Recommendation X.509. The 2001 edition of X.509 specifies most of the components of a Privilege Management Infrastructure, based on X.509 attribute certificates. Later editions of X.509 have added further components to the PMI, including a delegation service and interdomain authorisation.
Privilege management infrastructures are to authorisation what public key infrastructures are to authentication. PMIs use attribute certificates to hold user privileges, in the form of attributes, instead of public key certificates to hold public keys. PMIs have Sources of Authority and Attribute Authorities that issue ACs to users, instead of certification authorities that issue PKCs to users. Usually PMIs rely on an underlying PKI, since ACs have to be digitally signed by the issuing AA, and the PKI is used to validate the AA's signature.
An X.509 AC is a generalisation of the well known X.509 public key certificate, in which the public key of the PKC has been replaced by any set of attributes of the certificate holder. Therefore, one could in theory use X.509 ACs to hold a user's public key as well as any other attribute of the user.. However, the life cycle of public keys and user privileges are usually very different, and therefore it isn't usually a good idea to combine both of them in the same certificate. Similarly, the authority that assigns a privilege to someone is usually different from the authority that certifies someone's public key. Therefore, it isn't usually a good idea to combine the functions of the SoA/AA and the CA in the same trusted authority. PMIs allow privileges and authorisations to be managed separately from keys and authentication.
The first open source implementation of an X.509 PMI was built with funding under the EC PERMIS project, and the software is available from . A description of the implementation can be found in.
X.509 ACs and PMIs are used today in Grids, to assign privileges to users, and to carry the privileges around the Grid. In the most popular Grid privilege management system today, called VOMS, user privileges, in the shape of VO memberships and roles, are placed inside an X.509 AC by the VOMS server, signed by the VOMS server, and then embedded in the user's X.509 proxy certificate for carrying around the Grid.
Because of the rise in popularity of XML SOAP based services, SAML attribute assertions are now more popular than X.509 ACs for transporting user attributes. However, they both have similar functionality, which is to strongly bind a set of privilege attributes to a user.