I am hoping for suggestions on how to best implement the following:
On a Windows Application that resides on any number of computers, all different ip addresses, I would like add a button that would re-direct to my DNN portal.
If the user has the proper credentials, which is determined by custom profile properties, I would like to 'auto-login' the client..
I think the best way is to send the values that will determine user authentication is to include them as URL parameters.
The trick is, how could I best send them securely? I was thinking I would encrypt them but the catch is, the Windows app was written in ASP.NET 1.1 and I am running DNN 4.5.3, so I am unsure if/how I could do the encryption.
Any suggestions would be appreciated. Thanks in advance,
Frank