I am trying to understand OpenId 2.0 implementation using
DotNetOpenAuth. This all works,
1) Login from OP 2) Login in to RP using OpenId URL , post
authentication at OP
However, what i am not able to work is Login to OP and then directing
to RP without again user to provider credentials. It gives me an error
message at,
"An unsolicited assertion cannot be sent for the claimed identifier
http://localhost:4860/user.aspx/Bob11 because this is not an
authorized Provider for that identifier."
For that as per the sample code it uses UnSolicitated Assertion. And
is there a way to get Solicitated Assertion?
Also, i noticed that i have following entries in web.config for
whitelist. Do i need to change it to work ?
Appreciate any help around this.
Thanks