C# (CSharp) DataAvail.Mvc.Account Namespace

Classes

Name Description
OAuthAccountController 1. Derive your current account controller with this one. /// a. Override GetErrorCodeFromString() method. /// b. In LogOn Action add base.BeforeLogOn() before return View. 2. Add da.openid.css to _Layout page 2. Add @Html.Partial("_LogOnOAuth") to the LogOn view. 3. Add @Html.Partial("_LogInOAuth") to the LogIn view. 4. Define Twitter and Facebook keys in the config file. 5. In the web.conig file add to the membership profile tag - inherits="YOUR_NAMESPACE.AccountProfile" After this the tag should look like this 6. Add to _Layout.html
OAuthAccountProfile
OAuthMembershipService
OAuthServiceIdentifyer
OAuthServiceLogOnIdentifyer
OAuthUserIdentifyer
OAuthUserIdentifyer.OAuthUserDisplay