diff options
Diffstat (limited to 'templates/admin/auth/new.tmpl')
-rw-r--r-- | templates/admin/auth/new.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/admin/auth/new.tmpl b/templates/admin/auth/new.tmpl index e759ec0ba4..f2fc26cdc8 100644 --- a/templates/admin/auth/new.tmpl +++ b/templates/admin/auth/new.tmpl @@ -43,6 +43,9 @@ <!-- OAuth2 --> {{ template "admin/auth/source/oauth" . }} + <!-- SSPI --> + {{ template "admin/auth/source/sspi" . }} + <div class="ldap field"> <div class="ui checkbox"> <label><strong>{{.i18n.Tr "admin.auths.attributes_in_bind"}}</strong></label> |