Module archetypeSelection

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

Archetype selection module is used during Identity recovery flow. During this module processing the user can select an archetype which will be used in the following authentication modules in sequence.

Name Description Required Type

archetypeSelection

Contains the only multivalue element archetypeRef which is used to configure a list of the archetypes

false

ArchetypeSelectionType

allowUndefinedArchetype

If true, then the user can proceed authentication process without specifying a particular archetype.

If no, the particular archetype should be selected during Archetype selection module processing to proceed the authentication.

false

boolean

Example of archetypeSelection module
<archetypeSelection>
    <identifier>archetype-selection</identifier>
    <archetypeSelection>
        <archetypeRef oid="4b18a1eb-75ed-40f7-bed1-11cf2a6ef7ba"/>  <!-- Student archetype -->
        <archetypeRef oid="fd4fb0e1-0147-4431-a1c6-bc03ae5eacad"/>  <!-- Teacher archetype -->
    </archetypeSelection>
    <allowUndefinedArchetype>false</allowUndefinedArchetype>
</archetypeSelection>
Was this page helpful?
YES NO
Thanks for your feedback