Forums

Join
bbPress Support ForumsInstallationIntegrating with website help

Info

Integrating with website help

  1. Hi, i'm not sure if this is the correct forum for this question but here goes:

    I'm developing a new site in ASP classic and would like to use bbPress as a discussion board on this new site. The new site will have it's own login and registration but I would like to enable single sign on for both services.

    The proposed solution for this is on registration, register the user on my site then process a registration for bbPress using the same details. Similarly, on logon I will have a script to logon to an ASP session and then to a bbPress PHP session. (both my site and the bbPress forum will be on the same domain).

    Heres the question. How can I do this? Is there a page I can submit form information to (using AJAX or similar) on registration? Is there a page I can submit login information to to write a PHP session? I'm not very fluent in PHP so if someone could help me out here I would be very grateful.

  2. These might give you an idea how to do it (or might just work for you).

    http://bbpress.org/plugins/tags/authentication

    Trent

  3. You must log in to post.