In Telligent Community 7.0, you have several new sign-in features:

  • Email sign-in
  • ReCaptcha new user validation
  • Salesforce OAuth sign-in
  • LinkedIn OAuth sign-in

Telligent Community can be configured to handle membership in one of two ways:

  1. Define your own membership rules within the community with users authenticated through the standard ASP.NET Forms Authentication.

Use the security that is already part of another application in your environment for login, logout, and registration. This enables members of your community to log in once and gain access to all related systems without being prompted to log in or register multiple times. We offer the following options for single sign-on authentication:

  1. Cookie Authentication - Shared authentication with applications that don't use Microsoft ASP.NET (e.g., PHP, ColdFusion).

  2. Forms Authentication - Shared authentication with other Microsoft ASP.NET applications.

    1. Enable ReCaptcha user validation - Utilize ReCaptcha on the user registration form to validate a new user's ID.

  3. OAuth - Use social credentials to create a login to or access the community:
    1. Facebook authentication - Use your Facebook credentials to sign into Telligent Community.
    2. LinkedIn authentication - Use your LinkedIn credentials to sign into Telligent Community.
    3. Salesforce authentication - Use your Salesforce credentials to sign into Telligent Community.
    4. Twitter authentication - Use your Twitter credentials to sign into Telligent Community.
    5. You can also create your own OAuth client. To do so, see creating and configuring a third-party OAuth client.

  4. Windows Authentication - Shared authentication within an internal environment using Windows Active Directory.