| How to implement Single sign-on (SSO) / SAML SSO | |
Follow these steps to add SAML SSO to a Genero Web application.
This task must be performed in the .xcf application configuration file for the Genera Application Server.
<?xml version="1.0"?>
<APPLICATION Parent="defaultgwc"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://www.4js.com/ns/gas/2.50/cfextwa.xsd">
<EXECUTION>
<PATH>$(res.path.qa)/applications/myapp</PATH>
<MODULE>App.42r</MODULE>
<DELEGATE service="services/SAMLServiceProvider"/>
</EXECUTION>
</APPLICATION>
With the above configuration and default GAS configuration, the delegation will point to the $FGLDIR/web_utilities/services/SAMLServiceProvider.xcf file.
For more information about the DELEGATE configuration element, see DELEGATE.