Update Configuration authored by Janne Lauros's avatar Janne Lauros
...@@ -21,7 +21,7 @@ At the bare minimum the plugin shows Personal Data - page for the user. For this ...@@ -21,7 +21,7 @@ At the bare minimum the plugin shows Personal Data - page for the user. For this
``` ```
#### Profile configuration options #### Profile configuration options
The configuration options are far less than with other SSO profiles as there is really no relying party involved. The configuration options for `USERPROFILE.SSO` 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. |
... ...
......