David Staudt | The password is surely an encrypted hash, and the algorithm secure - you will not be able to obtain the clear-text password for comparison. There is no official API support or documentation for this version of Unity. (Unity Connection 8 has some APIs covered on CDN: developer.cisco.com, see CUMI, CUPI, CUTI). Two unofficial thoughts, if hacks are acceptable: - Perhaps there is a stored procedure in the database that will perform a pass/fail authentication if given the user and password. - Perhaps you can 'scrape' or otherwise query the Unity web server to get it to verify a user's credentials. For example of Unity has user-accessible preference pages, you can emulate the HTTP request using the user's credentials to see if they are accepted. |
| Please sign in to flag this as inappropriate. |