Use the ImportIdP program to register a SAML identity provider.
  With the Genero ImportIdP program, you can:
    - Register a new SAML identity provider (IdP) into the Genero Application Server for SAML
     Single sign-on (SSO).
 
    - Lists all registered IdPs
 
    - Remove the Idp identified by its URI.
 
   
To register a new IdP, you must execute the ImportIdP program with the IdP metadata file or
   URL. Using a URL can require a proxy configuration in the FGLPROFILE file.
 
  The ImportIdP.4gl source code is provided in
    $FGLDIR/web_utilities/services/saml/src, and the compiled version is in the
   bin directory.
  Syntax
   
   fglrun ImportIdP [options] <url|file>
   Note: 
    
     - options are described in Table 1.
 
     
     - url is the url of a SAML identity provider.
 
     - file is the metadata file of a SAML identity provider.
 
    
    
   
Table 1. ImportIdP options
     
     
     
      
       |  Option  | 
        Description  | 
      
     
     
      
       | -import | 
       Import the IdP specified by the URL or metadata
        file. | 
      
      
       | -list | 
       List all registered IdPs. | 
      
      
       | -remove | 
       Remove the registered IdPs. |