Hello,
We are planning to renew our website. All our customers will need to login to access our site. Because they already have an username and password to login into our SCP we would like to use the same user accounts.
Can we authenticate users from our own website against the database of SCP? Is there an interface or API or web service that exposes authentication functions?
I've looked into this a little bit deeper and found the table AaaPassword. I'm struggling with the salt and the hash. When a user enters his/her password on our own site, what do I need to do with the salt to get the correct hash to compare to the hash in AaaPassword?
Best regards.