Single sign-on (SSO) / SAML SSO and the Genero Application Server |
Follow these steps to specify the SAML server a Genero application must use as its Identity Provider (IdP).
Complete this procedure to specify which SAML server a Genero application must use as its Identity Provider (IdP).
If the IDP tag is not set, the Genero Application Server will retrieve the unique registered IdP. It will raise an error if more than one IdP is registered.
<?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"> <IDP>http://idp.4js.com</IDP> </DELEGATE> </EXECUTION> </APPLICATION>