Update Configuration authored by Janne Lauros's avatar Janne Lauros
......@@ -2,11 +2,12 @@
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|http://geant.org/ns/profiles/userprofile/sso/browser|/idp/profile/userprofile|
'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`.
![Näyttökuva_2023-5-4_kello_9.30.28](uploads/d162780a0fbaf6f8337b68dc0bf0c26e/Näyttökuva_2023-5-4_kello_9.30.28.png)
\ No newline at end of file