Collect the Shib1 configuration when habndling shib1 (not saml2).
authorrdw <rdw@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Fri, 31 Aug 2007 09:21:53 +0000 (09:21 +0000)
committerrdw <rdw@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Fri, 31 Aug 2007 09:21:53 +0000 (09:21 +0000)
git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2363 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

src/edu/internet2/middleware/shibboleth/idp/profile/saml1/ShibbolethSSOProfileHandler.java

index c66acbe..bb0f5aa 100644 (file)
@@ -302,7 +302,7 @@ public class ShibbolethSSOProfileHandler extends AbstractSAML1ProfileHandler {
             requestContext.setOutboundMessageTransport(out);
             requestContext.setOutboundSAMLProtocol(SAMLConstants.SAML20P_NS);
             ShibbolethSSOConfiguration profileConfig = (ShibbolethSSOConfiguration) rpConfig
-                    .getProfileConfiguration(SSOConfiguration.PROFILE_ID);
+                    .getProfileConfiguration(ShibbolethSSOConfiguration.PROFILE_ID);
             requestContext.setProfileConfiguration(profileConfig);
             requestContext.setOutboundMessageArtifactType(profileConfig.getOutboundArtifactType());
             if (profileConfig.getSigningCredential() != null) {