Retrieve the SAML user identifier

Follow these steps to retrieve the SAML user identifier in your Genero application.

Typically, the SAML user identifier is defined by the SAML Single sign-on (SSO) Identity Provider (IdP), or it may be set by the IDFORMAT element in your configuration file provided the format is supported by the IdP.

You can use the SAML_ID environment variable to retrieve the user identifier format in your application program.

To retrieve the SAML ID in your Genero application, add this code:
LET id = fgl_getenv("SAML_ID")