Update Configuration authored by Janne Lauros's avatar Janne Lauros
...@@ -19,8 +19,8 @@ For user to be authenticated and to be shown User Profile pages, the 'USERPROFIL ...@@ -19,8 +19,8 @@ For user to be authenticated and to be shown User Profile pages, the 'USERPROFIL
The configuration options are far less than with other SSO profiles as there is really no relying party involved. 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. | | 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 |
## Personal Data attributes ## Personal Data attributes
... ...
......