Skip to content

Activity Page

Janne Lauros edited this page Aug 31, 2023 · 6 revisions

Overview

Activity Page displays list of your last logins.

Näyttökuva 2023-8-31 kello 15 30 23

Prerequisites

Configuration

Activity Page 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.activityPage.collect shibboleth.Conditions.FALSE Bean of type Predicate<ProfileRequestContext> to determine whether to collect data
userProfile.activityPage.show false Boolean to determine whether to show page
userProfile.activityPage.maxEntries 50 Maximum number of entries stored per user
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