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 ...@@ -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 --> <!-- Example of activating USERPROFILE.SSO in relying-party.xml -->
<bean id="shibboleth.UnverifiedRelyingParty" parent="RelyingParty"> <bean id="shibboleth.UnverifiedRelyingParty" parent="RelyingParty">
<property name="profileConfigurations"> <property name="profileConfigurations">
<list> <list>
<bean parent="USERPROFILE.SSO"/> <bean parent="USERPROFILE.SSO"/>
</list> </list>
</property> </property>
</bean> </bean>
``` ```
\ No newline at end of file