Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
This section provides an introduction to the forms authentication model in EPiServer. The default forms authentication system uses the default membership and role system in ASP.NET. Configuration of membership and role providers is done in web.config file for the website. The EPiServer sample sites have a number of predefined users, groups and roles, both for managing editorial content as well as for administering the e-commerce tasks.
Authentication is used by the system to identify users and user groups. These are some common terms used in this context:
To configure forms authenication you must set the authentication type in the system.web section of the web.config like bleow
<authentication mode="Forms">
<forms name=".EPiServerLogin" loginUrl="Util/login.aspx" timeout="4320" defaultUrl="~/" />
</authentication>
Last updated: Feb 23, 2015