|
|
|
# Overview
|
|
|
|
Connected Service page displays information about users past logins with relying party. Page displays
|
|
|
|
|
|
|
|
- how many times user has authenticated to service,
|
|
|
|
- what attributes were sent to the service last time and
|
|
|
|
- active tokens generated for the service
|
|
|
|
|
|
|
|

|
|
|
|
|
|
|
|
# Prerequisites
|
|
|
|
- Plugin has been [installed](User Profile Page Plugin) with initial [configuration](Configuration)
|
|
|
|
- [Data Collection](Collecting Data) has been configured
|
|
|
|
|
|
|
|
# Configuration
|
|
|
|
Connected services is configured in `userprofile.properties` - file.
|
|
|
|
| Property Name | Default |Description |
|
|
|
|
| ------ | ------ |------ |
|
|
|
|
| idp.userprofile.connectedservices.collect |shibboleth.Conditions.FALSE| Bean to determine whether to collect data |
|
|
|
|
| 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 | |
|
|
\ No newline at end of file |