I understand that it is recommended to break down Custom policy definition xml files into multiple file as shown in the starter packs:
- TrustFrameworkBase.xml
- TrustFrameworkExtensions.xml
- TrustFrameworkLocalization.xml
- SignUpOrSignin.xml
- ... other relying parties
however, some of the sample codes are provided as a "all in one" single file code like this one:
I can use the single file policies as is - but I wonder should I make special effort to break them down into multiple files as shown in the starter packs?