Close
Notification:  
v2.4.41 Professional
Login
Loading

 

 RadiusCat MT Silent Logon Feature

The RadiusCat MT Silent Logon feature allows you to log into the RadiusCat MT Web Portal without having to access the default Logon Page. By using the Silent Logon feature you can send a special HTTP URL request to the RadiusCat MT Web Portal containing the User Name and Encrypted Password for the User Account as follows:
http://xxx.xxx.xxx.xxx/RadiusCatMT/Logon.aspx?login=fred&password=9D1CE632CE21568D9DD2E41F5AA7A149
Where:
xxx.xxx.xxx.xxx: This is the IP Address or URL of the RadiusCat MT installation
login: This is the URL parameter that specifies the Accounts User Name
password: This is the URL parameter that specifies the Accounts Password
The password for the User Account must be encrypted before it is sent to RadiusCat MT Web Portal. The MD5 Cryptographic Hash Function is must be used to encrypt the password to a 128-bit hash value.
In the example above the password ‘hotdog’ is encrypted using the MD5 Hash Algorithm to produce the Hash value 9D1CE632CE21568D9DD2E41F5AA7A149.
The RadiusCat MT Web Portal provides you with a MD5 module that can be used to calculate Hash values for different words. You can use this module to calculate what the Hash value for the password will be. The MD5 Hash module can be accessed from your RadiusCat MT Web Portal at the following URL:
                          http://xxx.xxx.xxx.xxx/RadiusCatMT/Public/MD5Test.aspx

http://svkwiki.com/wiki/Silent-Logon