Speed up widget development with Sitefinity MCP server. Learn more...

Add the new provider to the Sitefinity CMS providers collection

To add the provider to the Sitefinity CMS provider’s collection, you can use the Sitefinity CMS backend. Another way is to manually add the provider to the SecurityConfig.config file, in the ~/App_Data/Sitefinity/Configuration folder.

Perform the following:

  1. In Sitefinity CMS backend, click Administration » Settings » Advanced.
  2. To add a new membership provider, in the left pane, click Security » Membership Providers » Create new.
  3. Fill out the following details for the new Membership Provider:
    Name CustomMembershipProvider
    Title Customer Support
    ProviderType SitefinityWebApp.Providers.CustomMembershipProvider, SitefinityWebApp
    Enabled True
  4. Click Save.
  5. Under parameters, add the following parameters and their values:
    applicationName CustomMembership/
    enablePasswordReset True
    maxInvalidPasswordAttempts 5
    minRequiredNonalphanumericCharacters 0
    minRequiredPasswordLength 7
    newPasswordLength 8
    passwordAttemptWindow 10
    passwordFormat Encrypted
    requiresQuestionAndAnswer False
    requiresUniqueEmail True
    enablePasswordRetrieval True
  6. Restart the application.
    After the application restart, you can see that the new provider is active by navigating to the /Sitefinity login page. On Sitefinity CMS login page, in the Authentication Provider dropdown box, you can see the new provider.
NEW TO SITEFINITY?

Want to learn more?

Enhance your Sitefinity skills by enrolling in free training sessions. Become Sitefinity certified through Progress Education Community to strengthen your professional credentials.

Get started with Integration Hub | Sitefinity Cloud

This free lesson teaches administrators, marketers, and other business professionals how to use the Integration hub service to create automated workflows between Sitefinity and other business systems.

Web Security for Sitefinity Administrators

This free lesson teaches administrators the basics about protecting your Sitefinity instance and its sites from external threats. Configure HTTPS, SSL, allow lists for trusted sites, and cookie security, among others.

Foundations of Sitefinity ASP.NET Core Development

The free on-demand video course teaches developers how to use Sitefinity ASP.NET Core and take advantage of its decoupled architecture and modern development model.

Was this article helpful?