At the bare minimum the plugin shows Personal Data - page for the user. For this you need to define the profile configuration for user to access the page.
## Profile Configuration
`USERPROFILE.SSO` profile configuration has to be enabled by adding it to shibboleth.UnverifiedRelyingParty bean.
|Profile Configuration Bean| Profile Configuration URI | Activated Endpoint |
'USERPROFILE.SSO' profile configuration has to be enabled by adding it to shibboleth.UnverifiedRelyingParty bean.
```
<!-- Example of activating USERPROFILE.SSO in relying-party.xml -->
...
...
@@ -37,6 +38,6 @@ The purpose of Personal Data page is to show what attributes of user are stored
Depending on deployment and use case, it does not always make sense to use pre-existing attributes. If new attributes are defined they do not need filter rules or protocol specific encoding information. Attributes that are shown are not filtered.
## Result
User is able to review "Personal Data" after login in endpoint _/idp/profile/userprofile_.
User is able to review "Personal Data" after login in endpoint `/idp/profile/userprofile`.