X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=shibsp%2Fhandler%2Fimpl%2FAssertionConsumerService.cpp;h=829208bfe158ab15c22e66204323fc4d51463bdc;hb=5e93d043918fd9c79b9a4d43a9d0cbe4b9f6d281;hp=02995c43760c583e0013b51c81c080db5e908359;hpb=8645fb4106e1b96c83e94cb8e82929cc3083962a;p=shibboleth%2Fsp.git diff --git a/shibsp/handler/impl/AssertionConsumerService.cpp b/shibsp/handler/impl/AssertionConsumerService.cpp index 02995c4..829208b 100644 --- a/shibsp/handler/impl/AssertionConsumerService.cpp +++ b/shibsp/handler/impl/AssertionConsumerService.cpp @@ -248,7 +248,7 @@ ResolutionContext* AssertionConsumerService::resolveAttributes( auto_ptr ctx( resolver->createResolutionContext(application, httpRequest.getRemoteAddr().c_str(), issuer, nameid, tokens) ); - resolver->resolveAttributes(*ctx.get()); + resolver->resolveAttributes(*ctx.get(), application.getAttributeIds()); return ctx.release(); } catch (exception& ex) {