Your Website
Login Procedure
Enter User Name
Redirect To TTP For 2Factor Authentication
View Protected Area
Failure Page
User Has Failed To Login
Failure Page
Following Is The Decrypted Value Of "ResponseKey" Parameter:
<UserName> = Name of the user who was just authenticated
<Result>= "SUCCESS" OR "FAILED" shows status of the authentication
<URLExpiry> = This parameter can be used by your website or portal to check the validity period of above URL. This <URLExpiry> value is same as <URLExpiry> value passed before authentication.
Various Methods To Decrypt "ResponseKey" Parameter:
Using SOAP Webservice:
https://secure.keytrust.com.au/EncryptDecrypt.asmx
Using HTTPS URL:
https://secure.keytrust.com.au/EncryptDecryptHTTPS.aspx?type=<param1>&key=<param2>&value=<param3>
<param1> ="Encrypt" or "Decrypt"
<param2>= this is a private key known only to your website or portal. Decryption key should be same as encryption key or else value will not be decrypted
<param3> = value to be decrypted (in this case "ResponseKey" value)
** This is a demo for integrating your existing website or application with a Trusted Third Party service for secure Two Factor SSO Authentication