Softwares and technologies to manage A&A in an astronomical data center must satisfy a number of requirements. In particular they must allow:
Softwares and technologies described in this section have been used in the IA2 Data Center, which is is an Italian Astrophysical research infrastructure service of INAF that manages astronomical data archives, mainly for ground-based telescopes (LBT, TNG, etc.), also allowing data computing through workflow applications.
The following table collects system requirements and main features of the technologies described in details below.
Technology |
System Requirements |
Main Features |
SAML2.0 |
- Deployment of IdP and SP - Authentication method |
Common XML-based open-standard to exchange authentication and authorisation data to address Web SSO issues. It can deal with any authentication method. |
SimpleSAMLphp |
- PHP version >= 5.3.0 - Apache >= 2.2 |
Lightweight open-source application that deals with authentication. Easy to configure, it supports several identity protocols and framework. |
Grouper |
- Java >= 7 - Tomcat >= 6 - A RDBMS supported by Hibernate |
An enterprise access management system able to retrieve user information from multiple sources. It provides a web user interface, web services and an administration shell. |
TAB. 1: Mapping between Technology, System Requirements and Main features for the INAF-IA2 Authentication and Authorization Infrastructure main functionalities.
The Security Assertion Markup Language (SAML) standard defines a framework for exchanging authentication and authorization data between parties, in particular, between an IdP and a SP. SAML2.0 is a version of the SAML standard ratified in March 2005.
In a typical SAML use case there are three roles: the principal (the user), the IdP and the SP. The principal requests a service from the SP, e.g. the user requests access to a web resource provided by the SP. The SP requests and obtains an identity assertion from the IdP, typically the SP redirect the user to the IdP for authentication and the IdP returns to the SP an identity assertion. On the basis of this assertion, the SP can make an access control decision, i.e. it can decide whether to authorise the access to the requested resource to the user or not.
SAML does not specify the method of authentication at the IdP, which can be anything. SAML is only responsible of the security data exchange between IdP and SP.
SimpleSAMLphp
SimpleSAMLphp is an open source lightweight implementation of several federation protocols written in PHP that deals with authentication. The main focus of SimpleSAMLphp is providing support for:
However, it also supports some other identity protocols and frameworks, such as Shibboleth 1.3, A-Select, CAS, OpenID, WS-Federation or OAuth. For more details about SimpleSAMLphp you can check the website https://simplesamlphp.org.
We used SimpleSAMLphp for
SimpleSAMLphp is an open source lightweight implementation of several federation protocols written in PHP that deals with authentication. The main focus of SimpleSAMLphp is providing support for:
However, it also supports some other identity protocols and frameworks, such as Shibboleth 1.3, A-Select, CAS, OpenID, WS-Federation or OAuth. For more details about SimpleSAMLphp you can check the website https://simplesamlphp.org.
We used SimpleSAMLphp for:
Grouper is an enterprise access management system designed for the highly distributed management environment and heterogeneous information technology environment. It is written in Java and provides web services access, a user friendly web interface and an administration shell.
We used Grouper for managing user groups defining access rights on astronomical archive protected resources.
Grouper is able to retrieve user information from multiple sources (like LDAP or other databases). It is also possible to add external subjects (users whose information are not stored in any of the configured sources).
Groups can be created by the administrator, manually, using the UI, or executing a script in the GrouperShell, or via the web services (both SOAP and REST). Groups can be organized in folders, called stems.
Users and groups information are stored into a relational database, called registry. This database is created by Grouper itself during the first setup.
For each user inside a group it is possible to define a very fine range of permissions:
So, setting proper grants, it is possible to configure an user to be able to add other users in groups he or she is managing. This possibility allowed to let principal investigators manage their co-investigators accesses, avoiding the administrator has to perform this kind of tasks too.
External applications can call the Grouper web services for retrieving authorization information about users that want to access protected resources. Java applications can also access these services using the provided API.
For more details about Grouper you can check the Grouper Official Website.
Andrea Bignamini, INAF
Technologies for Authentication and Authorization in an Astronomical Data Center - 2018 Release