-
Notifications
You must be signed in to change notification settings - Fork 1
Connected Services
Janne Lauros edited this page Sep 14, 2023
·
4 revisions
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 and possibility to revoke them.
- Plugin has been installed with initial configuration
- Data Collection has been configured
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 |
---|---|---|
userProfile.connectedServices.collect |
shibboleth.Conditions.FALSE | Bean of type Predicate<ProfileRequestContext> to determine whether to collect data |
userProfile.connectedServices.show |
false | Boolean to determine whether to show page |
userProfile.tokens.collect |
shibboleth.Conditions.FALSE | Bean of type Predicate<ProfileRequestContext> to determine whether to collect token data. Note! Actual tokens are not collected, only relevant metadata |
userProfile.attributeValues.collect |
shibboleth.Conditions.FALSE | Bean of type Predicate<ProfileRequestContext> to determine whether to collect attribute values (i.e. not only attribute names) |