Module focusIdentification

Last modified 20 Dec 2024 11:58 +01:00

Focus identification authentication module. Module that according to the specified attributes tries to find a user in midPoint. If focusIdentification module is the only defined module, authentication won’t succeed. This module is marked as not sufficient to live on its own. IMPORTANT: All the attributes in the module are required to be filled in while module authentication.

Name Description Required Type

item

Structure defining how the user should be looked for.

true

ModuleItemConfigurationType

ModuleItemConfigurationType consists of the following attributes:

Name Description Required Type

path

The path to the focus attribute according to which the focus should be found.

true

ItemPathType

matchingRule

Matching rule which should be used for this item while filtering or comparing

false

QName

Example of focusIdentification module
<focusIdentification>
    <identifier>focusId</identifier>
    <item>
        <path>name</path>
        <matchingRule>polyStringNorm</matchingRule>
    </item>
</focusIdentification>
Was this page helpful?
YES NO
Thanks for your feedback