1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 23:59:47 +02:00
documize/gui/app/pods/customize/auth/template.hbs
2019-08-15 17:15:39 +01:00

12 lines
416 B
Handlebars

{{layout/logo-heading
title="Authentication"
desc="Choose user authentication provider — Documize, Redhat Keycloak, LDAP/AD, Central Authentication Server"
icon=constants.Icon.Locked}}
{{customize/auth-settings
authProvider=model.authProvider
authConfig=model.authConfig
onSave=(action "onSave")
onSyncLDAP=(action "onSyncLDAP")
onSyncKeycloak=(action "onSyncKeycloak")
onChange=(action "onChange")}}