When response_nonce doesnt exist in the result (e.g. due to login error at the 3rd party side) php notices are raised.

Notice: Undefined index: openid.response_nonce in openid_verify_assertion_nonce() (line 936 of ...\drupal7dev\modules\openid\openid.module).
Notice: Undefined index: openid.response_nonce in openid_verify_assertion_nonce() (line 941 of ....\drupal7dev\modules\openid\openid.module).

Comments

wojtha’s picture