Retrieve the OpenID user identifier

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

To retrieve your OpenID Single sign-on (SSO) user identifier, add this code to your Genero application:
LET id = fgl_getenv("OPENID_CLAIMED_ID")

More OpenID user information can be retrieved, for details see Retrieve identity attributes with OpenID SSO.