i want sign in sharepoint portal through calling web page. forms based authentication enabled on sharepoint. scenario follows:
- calling /_forms/default.aspx?username=userx. default page forms authentication in sharepoint.
- the page create , set authentication ticket userx without asking password.
- the page redirected default page.
i have tried manipulated /_forms/default.aspx create ticket using federatedauthentication.sessionauthenticationmodule.authenticatesessionsecuritytoken, no result. i'd appreciated if 1 helps me.
Comments
Post a Comment