How to include GAM in an application developed with Genexus Evo 3
How to include GAM in an application developed with Genexus Evo 3
To enable GAM, you have to set the Enable Integrated Security
property to its True
value. (It is a version-level property of your knowledge base (KB)).
This will allow you to automatically resolve the security of your application. You can manage users, roles and permissions to control access to your application (authentication) and also resolve access permissions to your programs (authorization).
The API of the GAM will be imported, and optionally panels that already use it and allow to administer the GAM and give basic options of login, registration, etc.
Since you mention that you want to add it to an already developed application, you must also, after enabling the GAM, also start to see in which parts of the application you will require authentication and which ones will not; if you want GAM to handle permissions or just authentication and more things that depend on your application. I suggest starting reading from here .