[JIRA] (IDP-1867) No attribute context available in profile request context for authenContextTranslationStrategyEx hook

Keith Wessel (Jira) jira at shibboleth.atlassian.net
Tue Oct 12 19:43:49 UTC 2021


Keith Wessel ( https://shibboleth.atlassian.net/secure/ViewProfile.jspa?accountId=60ad392bb4624d00692388ed ) *commented* on IDP-1867 ( https://shibboleth.atlassian.net/browse/IDP-1867?atlOrigin=eyJpIjoiNzU5MGE5YTc1OWQ0NDk2ODljNzAzMWE2Zjc5ZDdmYjgiLCJwIjoiaiJ9 )

Re: No attribute context available in profile request context for authenContextTranslationStrategyEx hook ( https://shibboleth.atlassian.net/browse/IDP-1867?atlOrigin=eyJpIjoiNzU5MGE5YTc1OWQ0NDk2ODljNzAzMWE2Zjc5ZDdmYjgiLCJwIjoiaiJ9 )

I actually thought I had removed that before I pasted it into the issue. I’ve tried both with and without that. I knwo you told me on the list that that’s used for activation conditions, so I tested extensively without it, too. I just removed it from my attribute predicate, and the results are sadly the same:

2021-10-12 14:32:52,377 - DEBUG [mfa_claim_to_acr:8] - Relying party context found
2021-10-12 14:32:52,390 - DEBUG [mfa_claim_to_acr:12] - Attribute context not found -
2021-10-12 14:32:52,419 - WARN [net.shibboleth.idp.profile.logic.AbstractAttributePredicate:105] - No AttributeContext located for evaluation

The helpers bean is the same as before, minus the prefetch. Including it here in case I’m still overlooking something:

<util:map id="mfaClaimToACRHelpersMap">
   <entry key="mfaAuthnClaimCondition">
       <bean class="net.shibboleth.idp.profile.logic.SimpleAttributePredicate"
           p:useUnfilteredAttributes="true">
           <property name="attributeValueMap">
               <map>
                   <entry key="adfsProxyAuthnMethod">
                       <list>
                           <value><http://schemas.microsoft.com/claims/multipleauthn</value>>
                       </list>
                   </entry>
               </map>
           </property>
       </bean>
   </entry>
   <entry key="refedsMFAAuthnContext">
       <list>
           <bean parent="shibboleth.SAML2AuthnContextClassRef"
               c:classRef="<https://refeds.org/profile/mfa"> />
       </list>
   </entry>
</util:map>

( https://shibboleth.atlassian.net/browse/IDP-1867#add-comment?atlOrigin=eyJpIjoiNzU5MGE5YTc1OWQ0NDk2ODljNzAzMWE2Zjc5ZDdmYjgiLCJwIjoiaiJ9 ) Add Comment ( https://shibboleth.atlassian.net/browse/IDP-1867#add-comment?atlOrigin=eyJpIjoiNzU5MGE5YTc1OWQ0NDk2ODljNzAzMWE2Zjc5ZDdmYjgiLCJwIjoiaiJ9 )

Get Jira notifications on your phone! Download the Jira Cloud app for Android ( https://play.google.com/store/apps/details?id=com.atlassian.android.jira.core&referrer=utm_source%3DNotificationLink%26utm_medium%3DEmail ) or iOS ( https://itunes.apple.com/app/apple-store/id1006972087?pt=696495&ct=EmailNotificationLink&mt=8 ) This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100181- sha1:c5b808b )
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/commits/attachments/20211012/06464c12/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: jira-generated-image-static-comment-icon-da5dc910-4162-4fc9-a8af-bd3cb38cfbc2
Type: image/png
Size: 1084 bytes
Desc: not available
URL: <http://shibboleth.net/pipermail/commits/attachments/20211012/06464c12/attachment-0003.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: jira-generated-image-avatar-7c921db7-b9b7-426b-bd82-1a70be681dae
Type: image/png
Size: 425 bytes
Desc: not available
URL: <http://shibboleth.net/pipermail/commits/attachments/20211012/06464c12/attachment-0004.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: jira-generated-image-static-footer-desktop-logo-f8e05082-0124-4ea3-87e1-4f3ec67bcfb2
Type: image/png
Size: 10805 bytes
Desc: not available
URL: <http://shibboleth.net/pipermail/commits/attachments/20211012/06464c12/attachment-0005.png>


More information about the commits mailing list