{{! 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/_basicInput value=config.properties.authenticationIdAttribute property="properties.authenticationIdAttribute" label="templates.auth.modules.authenticationIdAttribute" required="true" noValidation="true"}} {{> form/_basicSelect property="properties.queryOnResource" label="templates.auth.modules.queryOnResource" options=resources value=config.properties.queryOnResource}} {{> form/_basicInput value=config.properties.queryId label="templates.auth.modules.queryId" property="properties.queryId" required="true" noValidation="true"}} {{> form/_tagSelectize value=config.properties.defaultUserRoles label="templates.auth.modules.defaultUserRole" property="properties.defaultUserRoles" options=defaultUserRoles}}
{{> authentication/_propertyMapping hideUserCredential=true authenticationId="userName" userRoles="authzRoles"}}

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

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