Skip to content

Connected Services

Janne Lauros edited this page Sep 14, 2023 · 4 revisions

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 and possibility to revoke them.

Näyttökuva 2023-8-31 kello 15 32 57

Prerequisites

Configuration

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)
Clone this wiki locally