Splitting the relying-party.xml

Cantor, Scott cantor.2 at osu.edu
Tue Aug 25 17:21:18 UTC 2020


On 8/25/20, 1:13 PM, "users on behalf of Wessel, Keith" <users-bounces at shibboleth.net on behalf of kwessel at illinois.edu> wrote:

>    1. Is this split going to work, or does that overrides bean need to be in the file where the unverified and default RP 
> configurations are defined?

It's not that simple, it's a list and the list has to be defined in total or you would have to learn how to do list merging with Spring to separate out part of the list in a separate bean (and order is still a part of the processing model so the merging would have to be well-defined).

Simply put: I would largely stop using overrides. Use metadata and tags to do most of what you're doing in them, and if you really want to apply separate rules outside of the metadata, use metadata filters. You can define filters in separate files now as well, which means there could be a prod vs. dev filter file too.

-- Scott




More information about the users mailing list