05-16-2012 05:41 AM
05-16-2012 06:35 AM
05-16-2012 07:06 AM
05-16-2012 09:29 AM
You will never get the password from an authentication system, that would be a massive security hole!
What a SSO solution does is to take some credentials (username, password, ip address whatever) and generate some sort of token or ticket to say that you have authenticated with the authentication system. This token is then given to the application in lieu of a user/name or password.
Or the other way of authenticating is for a username/password to be given to alfresco which then acts as a "man in the middle" and passes those credentials to the authentication system.
public static void main(String[] args) throws Exception
{
// Start the session
AuthenticationUtils.startSession(MY_USER, MY_PASSWORD);
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.