takcy / openid4java

Automatically exported from code.google.com/p/openid4java
Apache License 2.0
0 stars 0 forks source link

Indirect Error Response Wrong Field Name #56

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
IndirectError constructor:
        if (! compatibility)
            set("ns", OPENID2_NS);

According OpenID Authentication 2.0 - Final specification (5.2.3. Indirect
Error Responses) there should be "openid.ns" not "ns" field.

Original issue reported on code.google.com by bone....@gmail.com on 28 Apr 2008 at 4:07

GoogleCodeExporter commented 8 years ago
Fixed in r469, thank you!

Original comment by Johnny.B...@gmail.com on 28 Apr 2008 at 6:13