1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-28 01:29:43 +02:00
documize/gui/app/pods/customize/auth/template.hbs

13 lines
416 B
Handlebars
Raw Normal View History

{{layout/logo-heading
title="Authentication"
2019-08-15 17:15:39 +01:00
desc="Choose user authentication provider — Documize, Redhat Keycloak, LDAP/AD, Central Authentication Server"
icon=constants.Icon.Locked}}
2018-09-04 17:19:26 +01:00
{{customize/auth-settings
authProvider=model.authProvider
authConfig=model.authConfig
2018-12-08 20:54:19 +00:00
onSave=(action "onSave")
onSyncLDAP=(action "onSyncLDAP")
onSyncKeycloak=(action "onSyncKeycloak")
onChange=(action "onChange")}}