WebFingerResource introduced, instead of strict Profile object
This is the beginning of getting notice URI info via WebFinger *XrdActionLinks is renamed *WebFingerProfileLinks, check EVENTS.txt in WebFinger plugin for new events.
This commit is contained in:
@@ -773,7 +773,7 @@ class OpenIDPlugin extends Plugin
|
||||
* @return boolean hook value (always true)
|
||||
*/
|
||||
|
||||
function onEndXrdActionLinks(XML_XRD $xrd, Profile $target)
|
||||
function onEndWebFingerProfileLinks(XML_XRD $xrd, Profile $target)
|
||||
{
|
||||
$xrd->links[] = new XML_XRD_Element_Link(
|
||||
'http://specs.openid.net/auth/2.0/provider',
|
||||
|
Reference in New Issue
Block a user