tst2005googlecode / step2

Automatically exported from code.google.com/p/step2
1 stars 0 forks source link

DiscoveryException accessing se-warren.k12.ia.us domain #42

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use step2 on GAE application such as puffypoodles
2. Attempt OpenID discovery on se-warren.k12.ia.us

What is the expected output? What do you see instead?
Google should allow an se-warren.k12.ia.us user to login; instead, an error is 
thrown.

The following error trace is thrown when attempting to access this domain:

org.openid4java.discovery.DiscoveryException: 0x500: could not get host-meta 
for se-warren.k12.ia.us
    at com.google.step2.discovery.Discovery2.discoverOpEndpointsForSite(Discovery2.java:192)
    at com.google.step2.discovery.Discovery2$1.newStyleDiscovery(Discovery2.java:116)
    at com.google.step2.discovery.Discovery2$1.newStyleDiscovery(Discovery2.java:111)
    at com.google.step2.discovery.Discovery2$FallbackDiscovery.get(Discovery2.java:411)
    at com.google.step2.discovery.Discovery2.discover(Discovery2.java:345)
    at com.google.step2.AuthRequestHelper.getDiscoveryInformation(AuthRequestHelper.java:115)
    at com.google.step2.AuthRequestHelper.generateRequest(AuthRequestHelper.java:216)
...

Original issue reported on code.google.com by szieg...@cloudsherpas.com on 24 Jan 2011 at 9:39