|
Authentication and Authorization |
|
Znode Storefront uses the ASP.NET Membership and Roles Provider model. This allows developers to write their own Membership provider instead of using the default that is included out of the box (for example: Active Directory, LDAP, etc) Please Note
Authentication and Authorization Configuration The Membership and Role providers used for authentication/ authorization are specified in the Web.Config. You could modify these sections to use your own providers.
Database schema for user Authentication and Authorization
See Also:
|