Official Content

Here is how to configure GAMRemote Authentication Type for Smart Device apps.

After completing the configuration steps for the client and the server explained in the document GAMRemote Authentication Type, you need to consider the following:

How to login

The login is called by coding the following in the GAMSDLogin object (the login object in the client):

On GeneXus 15 and later versions

Event 'LoginRemote'
    Composite
        &LoginExternalAdditionalParameters = new()
        &LoginExternalAdditionalParameters.AuthenticationTypeName    = !"ip_new" //Use only when there is more than one GAMRemote authentication type 
        GeneXus.SD.Actions.LoginExternal(GAMAuthenticationTypes.GAMRemote, &User, &Password, &LoginExternalAdditionalParameters)
        Return
    EndComposite
Endevent

In previous versions the code should be:

Event 'LoginRemote'
    Composite
        SDActions.LoginExternal("gamremote","","")
        Return
    EndComposite
Endevent

When the user taps on the "LoginRemote" action, he is redirected to the gamremotelogin object (that executes on the server side).

GAMRemoteSD

Logout

Logging out from the client does not log out from the server.

Availability of GAM Remote Authentication Type for Smart Devices

Since GeneXus X Evolution 3 Upgrade 6.





Last update: February 2024 | © GeneXus. All rights reserved. GeneXus Powered by Globant