Hi, i am creating a web application which has a login form .
I have 4 textboxes which will be user inputs.
The 4 text boxes are domain name,userid,password and organization service url.
Can anyone share with me a code that will help me authenticate the user for the particular organization that am filling in the organization service url textbox.
If the user does not exist or the details of any of the textboxes are wrong,it should throw invalid user credentials error message.
Please suggest if there is any other workaround for such a scenario.