Follow these steps to specify an alternate database for
your Genero SAML implementation.
The implementation of Genero SAML requires a database.
By default, this database is SQLite and is completely functional within
your out-of-the-box Genero Application Server installation. You can,
however, use an alternate database.
- Create or use a new database on another machine.
- In the file DBase.4gl, modify the
functions BDConnect() and DBDisconnect() to
handle and customize the database connection. DBase.4gl is
found in $FGLDIR/web_utilities/services/saml/src
- Modify fglprofile in $FGLDIR/web_utilities/services/saml/res to
include the connection information for the database.
- Create SAML tables with the CreateDatabase.4gl program.
The Genero Application Server must have modification rights
to the SAML tables in the new database.
- (If needed), update database PATH or FGLLDPATH in $FGLDIR/web_utilities/services/SAMLServiceProvider.xcf ,
by setting the res.saml.db resource to the database
libraries dependencies.
The alternate database is now used for the Genero SAML implementation.