[java-identity-provider] 01/02: IDP-1235 Add pre requested attributes to unfiltered list as well

Rod Widdowson rdw at steadingsoftware.com
Wed Sep 25 06:36:32 EDT 2019


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch master
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=c64289a7b6daab9cd2af2ea2a4c930b7b7684580

commit c64289a7b6daab9cd2af2ea2a4c930b7b7684580
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed Sep 25 11:32:25 2019 +0100

    IDP-1235 Add pre requested attributes to unfiltered list as well
    
    https://issues.shibboleth.net/jira/browse/IDP-1235
---
 .../shibboleth/idp/attribute/resolver/impl/AttributeResolverImpl.java    | 1 +
 1 file changed, 1 insertion(+)

diff --git a/idp-attribute-resolver-impl/src/main/java/net/shibboleth/idp/attribute/resolver/impl/AttributeResolverImpl.java b/idp-attribute-resolver-impl/src/main/java/net/shibboleth/idp/attribute/resolver/impl/AttributeResolverImpl.java
index b540657..1364b8e 100644
--- a/idp-attribute-resolver-impl/src/main/java/net/shibboleth/idp/attribute/resolver/impl/AttributeResolverImpl.java
+++ b/idp-attribute-resolver-impl/src/main/java/net/shibboleth/idp/attribute/resolver/impl/AttributeResolverImpl.java
@@ -637,6 +637,7 @@ public class AttributeResolverImpl extends AbstractServiceableComponent<Attribut
         final AttributeContext context =  resolutionContext.getSubcontext(AttributeContext.class, true);
         log.debug("Pre-resolved Attributes: {}", resolvedAttributes.keySet());
         context.setIdPAttributes(resolvedAttributes.values());
+        context.setUnfilteredIdPAttributes(resolvedAttributes.values());
         return context;
     }
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list