Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong entityId selected #260

Open
majagw opened this issue Nov 21, 2023 · 0 comments
Open

Wrong entityId selected #260

majagw opened this issue Nov 21, 2023 · 0 comments

Comments

@majagw
Copy link

majagw commented Nov 21, 2023

My pipeline loads two metadata feeds. Both have the entityId https://shibboleth.turnitin.com/shibboleth.
By the order of feeds in load statement I can have this entity taken from appropriate metadata feed in published file (the last feed from load wins)

I want to exclude this entity from one specific feed

I was hoping that this should work well, i.e. the entityId https://shibboleth.turnitin.com/shibboleth should come from INCOMMON feed

but in the published XML file I'm getting this entity from EDUIDHU feed:

<md:EntityDescriptor entityID="https://shibboleth.turnitin.com/shibboleth">
md:Extensions
<mdrpi:RegistrationInfo registrationAuthority="http://eduid.hu" registrationInstant="2023-11-15T13:25:09Z">
<mdrpi:RegistrationPolicy xml:lang="en">https://metadata.eduid.hu/eduid.hu-mrps-v2.0.pdf</mdrpi:RegistrationPolicy>
</mdrpi:RegistrationInfo>
.....

Code Version

v. 2.1.1 and 2.0.0 and master

Expected Behavior

The entityId https://shibboleth.turnitin.com/shibboleth should be taken from INCOMMON feed

Current Behavior

The entityId from EDUID-HU appears in the published XML

Steps to Reproduce

Run pyff against my example pipeline

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant