issue in releasing attributes

Peter Schober peter.schober at univie.ac.at
Tue Jun 22 11:51:22 UTC 2021


* Aisha Al Fudhaili <aisha at omren.om> [2021-06-22 12:26]:
> Can any one help me on this. Im using shibboleth idp 3.4 in windows server

Then you should make plans for an upgrade to IDP v4.

> 2021-06-22 14:15:18,346 - 185.186.207.49 - ERROR [net.shibboleth.idp.profile.impl.FilterAttributes:362] - Profile Action FilterAttributes: Error encountered while filtering attributes : Invalid Attribute Filter configuration

You have to PolicyRequirementRules in your config:

>         <PolicyRequirementRule xsi:type="Requester" value="https://mirsal.omren.om" />
> <PolicyRequirementRule xsi:type="ANY" />

It makes no sense to combine ANY with anything else but for your
information it's possible to combine multiple requirements, just not
in that way. (The documenation should have examples.)
Just drop the line with ANY  and that should be fixed.

-peter


More information about the users mailing list