Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
devel:documentation:identities:dev:user-type [2020/05/03 20:32]
tomiskar [Configurable form in product]
devel:documentation:identities:dev:user-type [2020/08/14 10:43] (current)
tomiskar [Configurable form in product]
Line 18: Line 18:
       * **otherContracts** - all other contracts.       * **otherContracts** - all other contracts.
       * **otherPositions** - all other positions.       * **otherPositions** - all other positions.
-      * **identityRoles** - all assigned identity roles.+      * **identityRoles** - all assigned identity roles (loaded by projection configuration property ''load-assigned-roles'' is enabled).
     * ''IdentityProjectionManager'' was added and support **get and save** identity **projection**. Projection is processed by event and processors (see ''IdentityProjectionSaveProcessor''). Processors can be registed to process ''IdmIdentityProjectionDto'' content (custom validations, generators etc. can be added non invasively). Manager contains overridable protected method to get and save all parts of projection (methods can be overidden invasively to add or change product behavior).     * ''IdentityProjectionManager'' was added and support **get and save** identity **projection**. Projection is processed by event and processors (see ''IdentityProjectionSaveProcessor''). Processors can be registed to process ''IdmIdentityProjectionDto'' content (custom validations, generators etc. can be added non invasively). Manager contains overridable protected method to get and save all parts of projection (methods can be overidden invasively to add or change product behavior).
     * ''IdmIdentityProjectionController'' is exposed on url '<server api>/identity-projection' and support get and post ''IdmIdentityProjectionDto'' - calls ''IdentityProjectionManager''methods.     * ''IdmIdentityProjectionController'' is exposed on url '<server api>/identity-projection' and support get and post ''IdmIdentityProjectionDto'' - calls ''IdentityProjectionManager''methods.
 +
 +<note tip>If projection works with role requests only, then loading of all assigned identity roles could be disabled - by projection configuration property ''load-assigned-roles''</note>
 +
 +==== Default user detail ====
 +
 +Default user detail is still available and is used for users without projection is specified. Default user detail can be used as projection with route ''/form/identity'' too:
 +  * Localization can be provided,
 +  * authorization policies can be configured,
 +  * projectin doesn't provide configuration - default iuser detail is show (redirect) only.
  
 ==== How to register new form ==== ==== How to register new form ====
  • by tomiskar