Actions
Task #813
closedIdentity configuration - make contract properties private, add default contract state
Start date:
11/02/2017
Due date:
% Done:
100%
Estimated time:
6.00 h
Owner:
Description
Identity configuration is whole public now (https://wiki.czechidm.com/devel/dev/configuration/backend#identity). Property:
- idm.pub.core.identity.create.defaultContract.enabled
should be private, because she is not needed on FE. Other properties are needed on FE to show / hide some agendas and have to be public.
- idm.sec.core.identity.create.defaultContract.state
- idm.sec.core.identity.create.defaultContract.expiration
will be added - initial default contract state is needed to higher flexibility. In some project is useful to create default contract in EXCLUDED or DISABLED state. Expriration in days will be used for setting default contract's validTilll attribute.
- IdentityConfiguration should be splited - IdentityConfiguration (~ public) and PrivateIdentityConfiguration
- PrivateIdentityConfiguration will provide IdentityConfiguration (see ProvisioningConfiguration - ProvisioningBreakConfiguration)
- PrivateIdentityConfigurationwill contain three properties above about defaultContract
Change log is needed - changing property key => product implementers should be aware about it.
Change script will be provided - changing property key => change affects only configuration in property files. Configuration in db will be updated automatically.
Related issues
Actions