Can I configure SecureLogin to automatically read the logged on user's Directory username and password?

  • 7940272
  • 19-Aug-2009
  • 17-Jan-2014

Environment

SecureLogin
SecureLogin SSO
All Versions

Situation

Question

Can I configure SecureLogin to automatically read the user’s Directory username and password? I have an application that always uses the Directory password.

Resolution

Answer

  • ?SysUser(System) returns the Directory username
  • ?SysPassword(System) returns the Directory password

In the example below, SecureLogin will automatically read and enter the users Directory logon credentials into the application:

 #================ 
# Logon Prompt 
#================ 
Dialog 
Title ""Login"" 
Class ""#32770"" 
EndDialog 
Type ?SysUser(System) #1001 
Type ?SysPassword(System) #1003 
Click #1