<br><font size=2 face="sans-serif">In case anyone from Yahoo is on the
list, I have encountered a problem with the associate method implementation.
</font>
<br>
<br><font size=2 face="sans-serif">If an associate request is sent with
the HMAC-SHA256 association type and DH-SHA256 session type, the Yahoo
OP (at https://open.login.yahooapis.com/openid/op/auth) is returning the
following response:</font>
<br>
<br><font size=2 face="sans-serif">ns:http://specs.openid.net/auth/2.0</font>
<br><font size=2 face="sans-serif">mode:error</font>
<br><font size=2 face="sans-serif">error:assoc_type not supported</font>
<br><font size=2 face="sans-serif">error_code:unsupported-type</font>
<br><font size=2 face="sans-serif">session_type:HMAC-SHA1</font>
<br><font size=2 face="sans-serif">assoc_type:no-encryption</font>
<br>
<br>
<br><font size=2 face="sans-serif">I think you'll find the values for the
assoc_type and session_type should be swapped.</font>
<br>
<br>