1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 15:49:44 +02:00
documize/gui/app/pods/customize/auth/template.hbs
2019-08-08 00:40:03 +08:00

12 lines
390 B
Handlebars

{{layout/logo-heading
title="Authentication"
desc="Choose user authentication provider — Documize, Redhat Keycloak, LDAP/AD, CAS"
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")}}