Differences

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

Link to this comparison view

Both sides previous revision Previous revision
devel:documentation:identities:dev:user-type [2020/08/14 10:42]
tomiskar [Configurable form in product]
devel:documentation:identities:dev:user-type [2020/08/14 10:43] (current)
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 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>+<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 ====
  • by tomiskar