Update Connected Services authored by Janne Lauros's avatar Janne Lauros
......@@ -12,10 +12,10 @@ Connected Service page displays information about users past logins with relying
- [Data Collection](Collecting Data) has been configured
# Configuration
Connected services is configured in `userprofile.properties` - file.
Connected services is configured in `userprofile.properties` - file. By default the feature is off and to turn it on you must edit following properties.
| Property Name | Default |Description |
| ------ | ------ |------ |
| idp.userprofile.connectedservices.collect |shibboleth.Conditions.FALSE| Bean of type Predicate\<ProfileRequestContext\> to determine whether to collect data |
| idp.userprofile.connectedservices.show |false| Boolean to determine whether to show page |
| idp.userprofile.tokens.collect |shibboleth.Conditions.FALSE| Bean of type Predicate\<ProfileRequestContext\> to determine whether to collect token data |
| idp.userprofile.attributevalues.collect |shibboleth.Conditions.FALSE| Bean of type Predicate\<ProfileRequestContext\> to determine whether to collect attribute values (i.e. not only attribute names) |
\ No newline at end of file
| `idp.userprofile.connectedservices.collect` |shibboleth.Conditions.FALSE| Bean of type Predicate\<ProfileRequestContext\> to determine whether to collect data |
| `idp.userprofile.connectedservices.show` |false| Boolean to determine whether to show page |
| `idp.userprofile.tokens.collect` |shibboleth.Conditions.FALSE| Bean of type Predicate\<ProfileRequestContext\> to determine whether to collect token data |
| `idp.userprofile.attributevalues.collect` |shibboleth.Conditions.FALSE| Bean of type Predicate\<ProfileRequestContext\> to determine whether to collect attribute values (i.e. not only attribute names) |
\ No newline at end of file