Skip to content
Permalink
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
Similar to the check for SPs, we ensure that any IdP that supports
the category will have a valid MDRPS in metadata.

See ukf/ukf-meta#281 for details
0 contributors

Users who have contributed to this file

9 lines (5 sloc) 281 Bytes

Tests for UK-specific check for R and S

If the entity supports R&S, it must have a RegistrationPolicy

Other checks ensure that the RegistrationPolicy is valid

Run tests like this:

for i in *.xml; do echo "Test: $i ==="; xsltproc ../../../mdx/uk/check_uk_rands.xsl $i; done