Upgrade Instructions 1.x

1.17.0

Custom message in person details view when the invite option is available has been added. To add such message please define property oneginiIdpCcc.extension.inviteAvailable.customMessage.

1.16.0

Search keys configuration has changed. Please set the following properties in order to be able to use search by email or phone number:

oneginiIdpCcc.idp.person.searchKeys.email=true
oneginiIdpCcc.idp.person.searchKeys.phone=true

The following property as array is deprecated, please remove the properties that configure the array:

oneginiIdpCcc.idp.person.searchKeys[0]...
oneginiIdpCcc.idp.person.searchKeys[1]...

1.14.0

All search keys are now configurable from env file. To restore old behavior on search screen such properties are required

oneginiIdpCcc.idp.person.searchKeys[0].attributeName=email
oneginiIdpCcc.idp.person.searchKeys[0].labelMessageCode=users.search.searchType.option.email
oneginiIdpCcc.idp.person.searchKeys[1].attributeName=phone
oneginiIdpCcc.idp.person.searchKeys[1].labelMessageCode=users.search.searchType.option.phone

1.10.0

SAML METADATA

Property oneginiIdpCcc.saml.idpMetadataFileLocation has been renamed to oneginiIdpCcc.saml.idpMetadata.file.