--
You received this message because you are subscribed to the Google Groups "OpenID4Java" group.
To post to this group, send email to openi...@googlegroups.com.
To unsubscribe from this group, send email to openid4java...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/openid4java?hl=en.
Unsolicited responses are supported in OpenID2, an RP can successfully
validate a positive assertion initiated from the OP/IdP by simply
following the protocol.
See section 10 Responding to Authentication Requests
http://openid.net/specs/openid-authentication-2_0.html#responding_to_authentication
Johnny
The core library supports verification of unsolicited responses.
The sample deployment simple-openid may not.
Note that response_nonce is a required parameter in an OpenID 2.0
positive response, removing it invalidates the response. Your OP/IdP
should generate it.
Johnny