Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
don't drop op_endpoint, it's needed for signature verification
  • Loading branch information
brianolson committed Sep 14, 2011
1 parent 7ed9da3 commit 76c9167
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions verify.go
Expand Up @@ -67,9 +67,6 @@ func VerifyValues(values url.Values) (grant bool, identifier string, err os.Erro
return false, "", os.NewError("no openid.op_endpoint")
}
for k, v := range values {
if k == "openid.op_endpoint" {
continue // skip it
}
postArgs[k] = v
}
postArgs.Set("openid.mode", "check_authentication")
Expand Down

0 comments on commit 76c9167

Please sign in to comment.