{{! 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/_tagSelectize value=config.properties.defaultUserRoles label="templates.auth.modules.defaultUserRole" property="properties.defaultUserRoles" options=defaultUserRoles default="openidm-authorized"}}
{{> authentication/_propertyMapping hideUserCredential=true hideAuthenticationId=true userRoles="authzRoles"}}

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

{{> form/_basicInput value=config.properties.queryId label="templates.auth.modules.queryId" property="properties.queryId" required="true" noValidation="true"}}
{{> authentication/_augmentSecurityContext}} {{> authentication/_customProperties}}
{{> _alert id="noSocialProvidersAlert" type="danger" heading="templates.auth.modules.noSocialProviderHeader" message="templates.auth.modules.noSocialProviderMessage" link="#social/" linkMessage="templates.auth.modules.noSocialProviderLink" hidden="true" }}