Create a circle of trust between the the GAS/JGAS and one or more SAML identity providers
(an entity in charge of managing and authenticating the users).
Before you can use SAML Single sign-on (SSO) with the GAS/JGAS, a circle of trust must be
established between the GAS/JGAS and one or more SAML identity providers. This is established via
SAML metadata exchange, where each party imports the metadata from the other party. Each party's
metadata defines how to communicate with it.
An X.509 certificate authority file can also be exchanged in order to validate SAML signatures.
-
If your GAS is located behind a proxy, configure the proxy
in the SAML fglprofile file, located in
$FGLDIR/web_utilities/services/saml/res. Uncomment and set values for these
proxy entries. Enclose the server address and port number in quotes:
proxy.http.location = "myproxy.server.com:3128"
proxy.https.location = "myproxy.server.com:3128"
-
SAML requires digital signatures. Create a X.509 Certificate and its
private key (see the Create the client certificate page in Genero Business Development Language User Guide for details),
then modify the SAML configuration file located in
$FGLDIR/web_utilities/services/saml/res:
-
Create a circle of trust between the GAS/JGAS and a SAML Identity Provider (IdP). Import the
IdP metadata file into the GAS/JGAS SAML service provider.
In this step you are configuring the GAS to trust the IdP you are going to
access via SAML.
-
Set the SAML environment.
On UNIX™ (using sh as shell
script):
cd $FGLDIR/web_utilities/services/saml
. ./envsaml.sh
On Windows®:
cd "%FGLDIR%\web_utilities\services\saml"
envsaml.bat
-
Register the SAML IdP with
Genero SAML by launching the ImportIdP command with the SAML IdP URL.
Refer to the IdP documentation for information on
generating the metadata file (or the URL) from the SAML identity provider.
Example:On UNIX:
cd $FGLDIR/web_utilities/services/saml/bin
fglrun ImportIdP --import http[
s]
://host:port/openam_954/saml2/jsp/exportmetadata.jsp
On
Windows:
cd "%FGLDIR%\web_utilities\services\saml\bin"
fglrun ImportIdP --import http[
s]
://host:port/openam_954/saml2/jsp/exportmetadata.jsp
-
Retrieve the SAML provider Certificate and add it
as a trusted certificate in the SAML configuration file (if needed).
Uncomment and set the correct values for the entry
xml.keystore.calist
; see Certificate authority for
more details.
Refer to the SAML Identity Provider (IdP) documentation for
information about retrieving its X.509 certificate.
-
Create a circle of trust between the SAML provider and the GAS/JGAS.
In this step you are integrating the IdP with the GAS so
that trust is established.
-
Start the dispatcher (if needed).
-
Log in to your SAML provider and create a circle of trust based on
the GAS SAML metadata.
Generate the metadata from this URL:
http[
s]
://host:port/gas/ws/r/services/SAMLServiceProvider/Metadata
An XML descriptor page should open. If the page fails to open, make sure you
have the certificates (.crt and .pem) in
$FGLDIR/web_utilities/services/saml/res/crt as specified in the
$FGLDIR/web_utilities/services/saml/res/configuration file.
The GAS/JGAS is ready to support SAML SSO.