Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

General Configuration

Localtabgroup
Localtab
activetrue
titleV4.0

Use conf/c14n/simple-subject-c14n-config.xml to configure this flow.

Localtab
activetrue
titleV4.1

Use conf/c14n/subject-c14n.properties to configure this flow.

If your system is upgraded, you may continue to use conf/c14n/simple-subject-c14n-config.xml as before, or you may remove it, while ensuring the new properties are being loaded.

The regular expression replacement feature is the only one remaining that still requires XML and you may define that bean, if needed, in conf/c14n/subject-c14n.xml

...

Reference

Localtabgroup
true
Localtab
active
titleBeans (V4.0)

The beans defined in conf/c14n/simple-subject-c14n-config.xml follow:

Bean IDTypeDefaultDescription
shibboleth.c14n.simple.LowercaseBooleanfalseWhether to lowercase the username
shibboleth.c14n.simple.UppercaseBooleanfalseWhether to uppercase the username
shibboleth.c14n.simple.TrimBooleantrueWhether to trim leading and trailing whitespace from the username
shibboleth.c14n.simple.TransformsPair<String,String>
Pairs of regular expressions and replacement expressions to apply to the username
Localtab
titleBeans (V4.1+)

The following bean may be defined in conf/subject-c14n.xml if needed:

Bean IDTypeDescription
shibboleth.c14n.simple.TransformsPair<String,String>Pairs of regular expressions and replacement expressions to apply to the username
Localtab
activetrue
titleProperties (V4.1+)

The following properties are commented out in conf/c14n/subject-c14n.properties:

NameTypeDefaultDescription
idp.c14n.simple.lowercaseBooleanfalseWhether to lowercase the username
idp.c14n.simple.uppercaseBooleanfalseWhether to uppercase the username
idp.c14n.simple.trimBooleantrueWhether to trim leading and trailing whitespace from the username