bug in OpenID PHP library prevents setup response

Bug #291274 reported by Chris Johnson
2
Affects Status Importance Assigned to Milestone
Moodle-OpenID
Confirmed
Undecided
Unassigned

Bug Description

In the JanRain PHP library included with this package, in method _complete_id_res(), if set up is needed, it attempts to call a non-existent function. The following line is in error:

        return SetupNeededResponse($endpoint, $user_setup_url);

It should read:

        return new Auth_OpenID_SetupNeededResponse($endpoint, $user_setup_url);

This is actually fixed, along with many other fixes and improvements, in the latest release of this library from openidenabled.com.

Tags: taskbucket
Revision history for this message
Stuart Metcalfe (stuartmetcalfe) wrote :

I'll update to the latest openid lib and release in the next week. Thanks

Changed in moodle-openid:
assignee: nobody → stuartmetcalfe
status: New → Confirmed
Changed in moodle-openid:
assignee: Stuart Metcalfe (stuartmetcalfe) → nobody
tags: added: taskbucket
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.