Changes
Page history
Update Configuration
authored
May 03, 2023
by
Janne Lauros
Hide whitespace changes
Inline
Side-by-side
Configuration.md
View page @
f872dadb
...
...
@@ -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