c# - Automatically assign authentication token in .NET -
i have implemented forms authentication .net membership provider want users able login facebook. once authenticated facebook, want automatically assign .net authentication token user. have httpmodule detecting fb authentication attempts manually generate authentication token have come short.
i tried
formsauthentication.setauthcookieformsauthentication.getauthcookie+response.cookies.addnew formsauthenticationticket(...)la msdn- in
httpmodulevspage
plus few other desperate attempts. nothing seems work. how done?
proposed way using wif
Comments
Post a Comment