Update Configuration authored by Janne Lauros's avatar Janne Lauros
...@@ -15,10 +15,10 @@ For user to be authenticated and to be shown User Profile pages, the 'USERPROFIL ...@@ -15,10 +15,10 @@ For user to be authenticated and to be shown User Profile pages, the 'USERPROFIL
</bean> </bean>
``` ```
#### Profile Configuration #### Configuration
The configuration options are far less than with other SSO profiles as there is really no relying party involved.
| Name | Type | Default | Description| | 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. | | defaultAuthenticationMethods | List<Principal> | | Ordered list of Java Principals to be used to select appropriate login flow(s) to attempt. |
| postAuthenticationFlows | List<String> | | Ordered list of profile interceptor flows to run after successful authentication | | 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 | | 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