everyauth icon indicating copy to clipboard operation
everyauth copied to clipboard

Issue with OpenID

Open jsloyer opened this issue 12 years ago • 0 comments

In everyauth/lib/modules/openid.js on line 55 is the following. this.relyingParty.authenticate(req.query[this.openidURLField()], false, function(err,authenticationUrl){

This is incorrect, it should be. this.relyingParty.authenticate(this.openidURLField(), false, function(err,authenticationUrl){

jsloyer avatar Sep 17 '12 18:09 jsloyer