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 Both sides next revision
devel:documentation:identities:dev:user-type [2020/08/13 07:44]
tomiskar [Configurable form in product]
devel:documentation:identities:dev:user-type [2020/08/13 07:44]
tomiskar [Configurable form in product]
Line 22: Line 22:
     * ''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 work with role requests only, then loading of all assigned identity roles could be disabled - override ''DefaultIdentityProjectionManager#getIdentityRoles'' in your custom module. Configuration property will be provided in future release.</note>+<note tip>If projection works with role requests only, then loading of all assigned identity roles could be disabled - override ''DefaultIdentityProjectionManager#getIdentityRoles'' in your custom module. Configuration property will be provided in future release.</note>
  
 ==== Default user detail ==== ==== Default user detail ====
  • by tomiskar