Module attributeVerification

Last modified 07 May 2024 11:13 +02:00

Attribute verification authentication module. Module which can be used as additional to any of the previous authentication modules. The aim of the module is to check defined focus items if they match. The focus must be identified for this module to be used. This module is marked as not sufficient to live on its own.

Name Description Required Type

item

Structure defining which items to check if they match.

true

ModuleItemConfigurationType

ModuleItemConfigurationType consists of the following attributes:

Name Description Required Type

path

The path to the focus attribute which should be checked if matches.

true

ItemPathType

matchingRule

Matching rule which should be used for this item while filtering or comparing the attribute values.

false

QName

Example of attributeVerification module
<attributeVerification>
    <identifier>attributeVerification</identifier>
    <item>
        <path>extension/employeeCardID</path>
    </item>
</attributeVerification>
Was this page helpful?
YES NO
Thanks for your feedback