Resolving attributes from a SAML proxy

Wessel, Keith kwessel at illinois.edu
Mon Oct 11 14:40:22 UTC 2021


Thanks, Scott, but that one doesn't seem to be present, either.

if (input.getSubcontext("net.shibboleth.idp.attribute.context.AttributeContext") == null) {
    logger.debug("Attribute context not found");
}
else {
    logger.debug("Attribute context found");
}

2021-10-11 09:36:14,963 - DEBUG [mfa_claim_to_acr:12] - Attribute context not found

Is this a bug?

Is there any way for me to code the resolution of the attribute? As I mentioned on Friday, trying to add an attribute resolver to my helpers map like I use in my MFA script causes the IdP to die on initialization.

Keith

-----Original Message-----
From: users <users-bounces at shibboleth.net> On Behalf Of Cantor, Scott
Sent: Friday, October 8, 2021 9:53 PM
To: Shib Users <users at shibboleth.net>
Subject: Re: Resolving attributes from a SAML proxy

On 10/8/21, 3:22 PM, "Wessel, Keith" <kwessel at illinois.edu> wrote:

                    if (input.getSubcontext("net.shibboleth.idp.attribute.resolver.context.AttributeResolutionContext") 

That's not the relevant class. This is NOT resolving attributes. The class it’s looking for is net.shibboleth.idp.attribute.context.AttributeContext.

-- Scott


-- 
For Consortium Member technical support, see https://urldefense.com/v3/__https://shibboleth.atlassian.net/wiki/x/ZYEpPw__;!!DZ3fjg!ud5szIkOAUoPMJfu5QhUDz-TxJo0mcw_uIgeDbQmCCmQYbGdUjvox3q5NtO_RnpojQ$ 
To unsubscribe from this list send an email to users-unsubscribe at shibboleth.net


More information about the users mailing list