Update Configuration authored by Janne Lauros's avatar Janne Lauros
......@@ -7,10 +7,10 @@ For user to be authenticated and to be shown User Profile pages, the 'USERPROFIL
```
<!-- Example of activating USERPROFILE.SSO in relying-party.xml -->
<bean id="shibboleth.UnverifiedRelyingParty" parent="RelyingParty">
<property name="profileConfigurations">
<list>
<bean parent="USERPROFILE.SSO"/>
</list>
</property>
</bean>
<property name="profileConfigurations">
<list>
<bean parent="USERPROFILE.SSO"/>
</list>
</property>
</bean>
```
\ No newline at end of file