Video Screencast Help
Search Video Help Close Back
to help
Not able to make it to Vision this year? Get a sampling in the Best of Vision on Demand group.

Perform a Password Test to Authenticate a User in Workflow

Updated: 18 Oct 2011 | 3 comments
Jason Short's picture
+1 1 Vote
Login to vote

There are three different methods you can use to Authenticate a User in Workflow.

 

1) Utilize IIS to authenticate a user for you.  This is one of the best and easiest methods to authenticate a user in a workflow process, it acts as a "single sign on" if the user is on their network and already authenticated to the domain.  Follow this link explain how to use IIS as your authentication method:      http://www.symantec.com/docs/HOWTO9280     

 

2) Use one of the login form builder components.  There are a couple of pre-configured login form builder components that you can utilize as the first in a series of webforms (these can also be used inside a Dialog Workflow component).  Some of these forms will allow you to create a timed cookie to make it easier for users who are working with several Workflow process sessions within a short amount of time.

 

3) Preform a Password Check via a Token.  In some cases you may not want to utilize IIS or one of the Login Forms, for example to use as part of a 'Digital Signature'.  Unfortunately, there currently is not a "test password" component outside of a login form, but you use the Domain, Username and Password in the "Create Basic Authentication Token" component.  Then use that token to preform some kind of network action, for example access a SQL table or a Share Folder, in this method you can test the validity of the token which intern will test the password.   

Comments

sdmayhew's picture
01
Nov
2011
0 Votes 0
Login to vote

method 1 does not work in

method 1 does not work in IIS7 any updates?

Altiris user since 2001, Asset Management for 20 years

Mistral's picture
12
Mar
2012
0 Votes 0
Login to vote

Same here ... IIS7 ... method

Same here ... IIS7 ... method 1 not working.

Mistral's picture
12
Mar
2012
1 Vote +1
Login to vote

Ok, got Method 1 working in

Ok, got Method 1 working in IIS7.

Beside "Windows Authentication" you also have to enable "ASP.Net Impersonation" for the Web Site.