Logi Security: Session Variable Authentication
In this scenario, which uses your own custom logon application or process, on successful authentication you create a Session variable, named "rdUsername", to hold the user login ID value. Logi Security can then use that Session variable it to authorize access to features in your Logi application.
To do this, first configure your web server to use whatever authentication method is appropriate for your custom logon application or process. Then configure your Logi Application for this type of authentication:
- In your Logi application's _Settings definition, add a Security element, as shown above.
- Set the Authentication Source attribute value to AuthSession.
- Set the Security Enabled attribute to True.
- Add additional security-related elements (Roles, Rights, etc. - not shown) as necessary.
When you login and run your Logi application, you should be able to access your login ID using @Session.rdUsername~.