I have implemented the OpenID Provider with the Zend provider and updated the storage with the 3rd party storage. It works fine.
I used a consumer from LightOpenID in PHP and that works fine.
Now I have tried to create another consumer(OpenIdRelyingPartyMvc) with the help of http://www.dotnetopenauth.net, but I get this error:
The following required parameters were missing from the DotNetOpenAuth.OpenId.Messages.PositiveAssertionResponse message: openid.claimed_id
Can I have some example for similar kind of implementaion or can I have some clue where I might went wrong?