{% extends "base.html" %} {% block title %}Authentication Settings - Admin - Anguis{% endblock %} {% block content %}
Configure authentication methods and view security settings
No authentication information available
{% endif %}
To enable or configure authentication methods, edit the config.yaml file in the system configuration section.
authentication:
database:
enabled: true
ldap:
enabled: false
server: ldap://ldap.example.com
bind_dn: cn=admin,dc=example,dc=com
user_base: ou=users,dc=example,dc=com
saml:
enabled: false
idp_metadata_url: https://idp.example.com/metadata
sp_entity_id: https://app.example.com
session:
timeout: 3600
secure_cookies: true