Update Configuration authored by Janne Lauros's avatar Janne Lauros
......@@ -2,7 +2,7 @@
At the bare minimum the plugin shows Personal Data - page for the user. For this you need to define the Profile Configuration to access the page and the attributes to show on it.
## USERPROFILE.SSO
For user to be authenticated and to be shown User Profile pages, the 'USERPROFILE.SSO' profile configuration needs to be enabled by adding it to shibboleth.UnverifiedRelyingParty bean.
For user to be authenticated and to be shown User Profile pages, the 'USERPROFILE.SSO' profile configuration has to be enabled by adding it to shibboleth.UnverifiedRelyingParty bean.
```
<!-- Example of activating USERPROFILE.SSO in relying-party.xml -->
......@@ -14,3 +14,11 @@ For user to be authenticated and to be shown User Profile pages, the 'USERPROFIL
</property>
</bean>
```
#### Profile Configuration
| Name | Type | Default | Description|
| ------ | ------ | ------ | ------ |
| defaultAuthenticationMethods | List<Principal> | | Ordered list of Java Principals to be used to select appropriate login flow(s) to attempt, in the event that a relying party does not signal a preference. |
| postAuthenticationFlows | List<String> | | Ordered list of profile interceptor flows to run after successful authentication |
| forceAuthn | Boolean | false | Disallows use (or reuse) of authentication results and login flows that don't provide a real-time proof of user presence in the login process |
| proxyCount | Non-Negative Integer | false | Limits use of proxying when requesting authentication from identity providers upstream. This will generally depend on whether a particular protocol supports the feature. |
\ No newline at end of file