Your Website
Login Procedure
Enter User Name
Redirect To TTP For 2Factor Authentication
View Protected Area
Successful Page
User Has Successfully Logged-in And Can Now View Protected Pages
Successful Page
Following Is The Decrypted Value Of "ResponseKey" Parameter:
<UserName> = Name of the user who was just authenticated
<AgeGroup> = Age group this user belongs to "Minor" or "Adult" or "Senior". This personal information is visible to a Online Service Provider (OSP) or all OSPs depending on user privacy rules and regulations.
<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