Create Activity Page authored by Janne Lauros's avatar Janne Lauros
# Overview
Activity Page displays list of your last logins
![Näyttökuva_2023-5-5_kello_16.22.30](uploads/80bc13c8cfa903c8896cf9e93c0b8ec1/Näyttökuva_2023-5-5_kello_16.22.30.png)
# 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.activitypage.collect |shibboleth.Conditions.FALSE| Bean of type Predicate\<ProfileRequestContext\> to determine whether to collect data |
| idp.userprofile.activitypage.show |false| Boolean to determine whether to show page |
| idp.userprofile.activitypage.maxentries |50| Maximum number of entries stored |
| idp.userprofile.attributevalues.collect |shibboleth.Conditions.FALSE| Bean of type Predicate\<ProfileRequestContext\> to determine whether to collect attribute values (i.e. not only attribute names) |
\ No newline at end of file