Update Configuration authored by Janne Lauros's avatar Janne Lauros
...@@ -20,6 +20,7 @@ The configuration options are far less than with other SSO profiles as there is ...@@ -20,6 +20,7 @@ The configuration options are far less than with other SSO profiles as there is
| 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. |
| authenticationFlows | List\<String\> | | List of allowed 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 |
... ...
......