CrowdID errors when trying to connect to some web sites

XMLWordPrintable

    • Type: Bug
    • Resolution: Obsolete
    • Priority: Low
    • None
    • Affects Version/s: 1.5
    • Component/s: None
    • None
    • Environment:

      CrowdID trying to connect to Plaxo.com

      Initially, having the following error:

      2008-11-12 18:24:31,103 TP-Processor34 WARN [org.openid4java.server.RealmVerifier] RP discovery / realm validation disabled; this option SHOULD be enabled for OPs
      

      In order to fix it, the following modification to the serverManager Spring configuration (atlassian-crowd-1.5.2/crowd-openidserver-webapp/WEB-INF/classes/applicationContext-OpenIDServer.xml) should create a RealmVerifier with RP Discovery enabled.

          <bean id="serverManager" class="org.openid4java.server.ServerManager">
              <property name="privateAssociations" ref="associationStore"/>
              <property name="sharedAssociations" ref="associationStore"/>
              <!-- edit this to reflect the URL of the OpenID server: -->
              <property name="OPEndpointUrl" value="http://localhost:8087/openidserver/server"/>
              <property name="userSetupUrl" value="http://localhost:8087/openidserver/server"/>
              <property name="realmVerifier">
                  <bean class="org.openid4java.server.RealmVerifier"/>
              </property>
          </bean>
      

      After performing the change above, the following error is displayed: "Unable to verify the specified OpenID: failed to perform curly request [couldn't connect]".

      The log file shows the following errors:
      2008-12-12 12:50:05,089 TP-Processor49 WARN [org.openid4java.message.AuthRequest] openid.trust_root should not be present in OpenID2 auth requests.
      2008-12-12 12:50:05,896 TP-Processor49 WARN [org.openid4java.message.AuthRequest] openid.trust_root should not be present in OpenID2 auth requests.

            Assignee:
            Unassigned
            Reporter:
            Renan Battaglin (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: