Hi,
We redirect to the NPM website from within the secure area of our website, secure meaning that users have logged in etc. When we redirect we add the login/password to the login.asp script and all is well. However, this requires us to store the logins and passwords for each user in a database on our Extranet. Therefore if a password changes, we have to change it on our Extranet, which is a real pain (we have about 1000 logins).
I plan to create a web service on the NPM website that returns back the login and the encrypted password. Then the Extranet could pass the login to the web service, get the password and force the login as we already do.
The problem is the encrypted password, does anyone know how to decrypt them? Or is there a better/easier way to do this??
Currently using version 7. We plan to upgrade to 8 later on this year, will upgrading to 8 help or hinder?