@@ -15,6 +15,6 @@ Connected Service page displays information about users past logins with relying
...
@@ -15,6 +15,6 @@ Connected Service page displays information about users past logins with relying
Connected services is configured in `userprofile.properties` - file.
Connected services is configured in `userprofile.properties` - file.
| Property Name | Default |Description |
| Property Name | Default |Description |
| ------ | ------ |------ |
| ------ | ------ |------ |
| idp.userprofile.connectedservices.collect |shibboleth.Conditions.FALSE| Bean 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 |false| Bean to determine whether to collect token data |
| idp.userprofile.tokens.collect |false| Bean of type Predicate<ProfileRequestContext> to determine whether to collect token data |