| ... | @@ -12,10 +12,10 @@ Connected Service page displays information about users past logins with relying |
... | @@ -12,10 +12,10 @@ Connected Service page displays information about users past logins with relying |
|
|
- [Data Collection](Collecting Data) has been configured
|
|
- [Data Collection](Collecting Data) has been configured
|
|
|
|
|
|
|
|
# Configuration
|
|
# 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 |
|
|
| 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.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.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.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) | |
|
| `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 |
|
\ No newline at end of file |