I am trying to validate using this parameters:
"openid.mode=check_authentication"
+ "&openid.assoc_handle=" + txtAssocHandle.Text
+ "&openid.response_nonce=" + HttpUtility.UrlEncode(txtNonce.Text)
+ "&openid.op_endpoint=" + txtEndpoint.Text
+ "&openid.sig=" + txtSignature.Text
+ "&openid.signed=mode,identity,return_to";
and it returns
is_valid:false ns:http://specs.openid.net/auth/2.0
what am I doing wrong here? the txt fields are being filled with login response values