Closed GoogleCodeExporter closed 8 years ago
>GRAVE: Discovery failed on realm: http://localhost:8080/openid/consumer
>org.openid4java.discovery.yadis.YadisException: 1800: A Yadis Resource
>Descriptor URL MUST be an absolute URL and it must be HTTP or HTTPS; found:
>null
This (RP discovery verification on the Consumer site) was fixed in rev391. A
workaround doing the same can be applied like this:
RealmVerifier verifier = new RealmVerifier();
verifier.setEnforceRpId(false);
consumerManager.setRealmVerifier(verifier);
Also, you should consider publishing RP discovery, since it's a requirement
since
draft12 of the spec; for a quick how-to see:
http://code.google.com/p/openid4java/wiki/RelyingPartyDiscovery
Johnny
Original comment by Johnny.B...@gmail.com
on 5 Dec 2007 at 10:48
Original comment by Johnny.B...@gmail.com
on 14 Dec 2007 at 6:03
Original issue reported on code.google.com by
mathieu....@gmail.com
on 5 Dec 2007 at 10:13