Hi All,
I have a user Registration form which has user-id, password and other fields.
On the successfully completion of user details, I insert user details in the active directory.
How can I post user-id and password field to ADFS login screen? I need to call
SignIn(UsernameTextBox.Text, PasswordTextBox.Text) method of ADFS login screen (FormsSignIn.aspx).
I don’t want to show login screen again once the registration is
completed. Do you have any idea suggestions or any better approach?