Closed GoogleCodeExporter closed 8 years ago
I got it
List discoveries = new ArrayList();
discoveries.add( new DiscoveryInformation( new URL("http://my.url") ) );
Original comment by i...@chenxiaosheng.com
on 26 Dec 2013 at 9:45
Discovery is mandatory for OpenID, skipping it would make the library (and its
users) non-compliant. So I'm curios - what's the motivation for wanting to
disable discovery (assuming while still remaining in the OpenID world)?
Original comment by Johnny.B...@gmail.com
on 26 Dec 2013 at 6:07
[deleted comment]
mm,because we have only one OpenID Server( for company's internal visit,
not for internet), so, every consumer(application) have the information of
OpenID Server.
if we reduce the discover process, we may reduce the response time and server
load.
Original comment by i...@chenxiaosheng.com
on 30 Dec 2013 at 2:04
Original issue reported on code.google.com by
i...@chenxiaosheng.com
on 25 Dec 2013 at 4:51