bbPress Plugin Browser »

OpenID for bbPress (0.0.3)

Download

Version: 0.0.3

Last Updated: 2009-4-2

Requires bbPress Version: 0.9 or higher

Compatible up to: 0.9

Author Homepage »

Plugin Homepage »

Donate to this plugin »

Average Rating

5 stars
4 stars
3 stars
2 stars
1 star
(4)

Your Rating

Author: _ck_

Tags: ,

  1. Okay I found the problem, which is related to a fix I tried for Google. Chi.mp is the first service to have a problem with the fix, so thanks for reporting it.

    You only need to replace this file, not the whole plugin, and things should work again:
    http://plugins-svn.bbpress.org/openid/trunk/class.openid.php

    Posted: 2 years ago #
  2. laurelboylen

    Member

    Thank you so much!

    Posted: 2 years ago #
  3. Facebook integration? :-)

    Posted: 2 years ago #
  4. Facebook decided they didn't like standards and invented their own method, sorry.

    Posted: 2 years ago #
  5. so can anybody create a facebook connecter plugin?

    I think WP has one

    Posted: 2 years ago #
  6. This would be the wrong place to ask, try the main bbpress forum.

    Posted: 2 years ago #
  7. anyways, it works great! Good Job :D

    Posted: 2 years ago #
  8. laurelboylen

    Member

    Okay, we added the chi.mp fix...but it still isn't working. I also tried myopenid which didn't seem to register either. Do you have any other suggestions?

    Thank you

    Posted: 2 years ago #
  9. Laurel, it's working for me.
    If you are using bbPress 1.0 RC1 or RC2 they are not supported.

    Posted: 2 years ago #
  10. I am running version 1.0 alpha 5.
    If I register through an OpenID website, normally an account would be automatically created on a website.

    Is that possible with this plugin too or is it only possible to add an OpenID to an existing account?
    I installed the plugin and it doesn't work like I write in the second sentence.

    If it is not the case that users get automatically an account, what benefits offers this plugin?

    I am looking forward to hearing from you. Thanks in forward.

    Posted: 2 years ago #
  11. The plugin supports creating accounts via openID in addition to adding them to existing accounts.

    There may be an issue with the session support on your server?

    Does human test work on your server?

    Posted: 2 years ago #
  12. @_ck_
    Thanks for your reply.
    What do you mean with session support on my server?
    Can I check that by using info(); in PHP?

    If I register me and use the OpenID form to go to google.com for authorize my account, I have to put a username and password in the form, otherwise nothing is happen.

    Is it possible to e-mail you the URL, so that you can see it?

    Posted: 2 years ago #
  13. @_ck_

    Can you send me an e-mail at ajroeleveld [ a t ] gmail [ com ] ?
    That's a bit easier to communicate. :)
    I am looking forward to hearing from you.

    Posted: 2 years ago #
  14. starting to set this up... just a quick note on some small bugs

    the redirect url is hardcoded to "register.php". i used a different filename for registrations.

    Line 116
    bb_safe_redirect(bb_get_option('uri')."register.php");

    google.com - does the endless loop thing... but if i return to the forums, i'm actually logged in with my openid for bbpress. (the one i manually setup against a user)

    Posted: 2 years ago #
  15. also to remove the "warning" from yahoo openid sign in...
    modify your htaccess file to include:

    Header onsuccess set X-XRDS-Location "http://mydomain.com/yadis.xrdf"
    
    <Files yadis.xrdf>
        # Make sure that Apache serves the YADIS services document as the
        # correct content-type.
        ForceType application/xrds+xml
    </Files>

    and create a yadis.xrdf file

    <?xml version="1.0" encoding="UTF-8"?>
    <xrds:XRDS
        xmlns:xrds="xri://$xrds"
        xmlns:openid="http://openid.net/xmlns/1.0"
        xmlns="xri://$xrd*($v*2.0)">
        <XRD>
            <Service priority="1">
                <Type>http://specs.openid.net/auth/2.0/return_to</Type>
                <URI>http://mydomain.com/bb-login.php</URI>
            </Service>
    
        </XRD>
    </xrds:XRDS>
    Posted: 2 years ago #
  16. krishaqua

    Member

    @_ck_
    Thanks for the wonderful open id plugin!

    But, I have issue in my setup:

    Once the user is authenticated with the openid provider it takes me to the user registration page instead of showing the forum with logged in user!

    http://techvega.com/forums/

    Do you have any idea on why this is happening. Should I need any other configuration on the server?

    Posted: 2 years ago #
  17. You are running bbPress 1.0
    None of my plugins are fixed yet to work properly on 1.0 and many will not function correctly.

    Posted: 2 years ago #
  18. krishaqua

    Member

    Thanks _ck_ for the prompt response!

    I tried the same plug in with 0.9.x version few days back. I got the exact same issue.

    I am able to use open id login only if I manually setup the open id config in the user profile. Other open id login takes me to registration page after successful authentication.

    Posted: 2 years ago #
  19. Unfortunately I've been unable to reproduce that problem some people are having on 0.9

    I suspect it has to do with session support on their server because the login when an openid is already attached does not need sessions, but creating a new account does need session support when trying to use openid.

    Posted: 2 years ago #
  20. Attaching an openid to an existing account works great.

    When registering a new account, after I type in an openid URL and click register, I get the following error:

    ERROR CODE: OPENID_NOSERVERSFOUND
    ERROR DESCRIPTION: Cannot find OpenID Server TAG on Identity page.

    I tried a few different OpenID providers. Didn't seem to matter which one I used.

    Posted: 2 years ago #

RSS feed for this topic

Add a Comment »

You must log in to post.