{{! Copyright 2016-2017 ForgeRock AS. All Rights Reserved Use of this code requires a commercial software license with ForgeRock AS. or with one of its affiliates. All use shall be exclusively subject to such license between the licensee and ForgeRock AS. }}

{{t "templates.auth.modules.basicProperties"}}

{{> form/_titaToggle property="enabled" label="templates.auth.modules.moduleEnabled" enabled=config.enabled}} {{> form/_basicSelect property="properties.queryOnResource" label="templates.auth.modules.queryOnResource" options=resources value=config.properties.queryOnResource}} {{> form/_basicInput value=config.properties.username label="templates.auth.modules.static.username" property="properties.username" required="true" noValidation="true"}} {{> form/_basicInput value=config.properties.password label="templates.auth.modules.static.password" property="properties.password" required="true" noValidation="true"}} {{> form/_tagSelectize value=config.properties.defaultUserRoles label="templates.auth.modules.static.userRole" property="properties.defaultUserRoles" options=defaultUserRoles}}

{{t "templates.auth.modules.advancedProperties"}}

{{> authentication/_augmentSecurityContext}} {{> authentication/_customProperties}}