{% extends "base.html" %} {% block title %}Settings - NanoIDP{% endblock %} {% block content %}
These are fixed operator decisions set directly in settings.yaml's
session: section - not editable from this page or the MCP
update_settings tool. See the Security guide
(docs/SECURITY.md) for details.
Config UI Login Gate (require_ui_login) |
{% if settings.require_ui_login %} Enabled {% else %} Disabled {% endif %} |
Invalid Bcrypt Hash Rejected (enforce_password_check) |
{% if settings.enforce_password_check %} Enabled {% else %} Disabled (plaintext fallback active) {% endif %} |
| OIDC Discovery | /.well-known/openid-configuration |
| JWKS Endpoint | /.well-known/jwks.json |
| Token Endpoint | /token |
| SAML Metadata | /saml/metadata |
| SAML SSO | /saml/sso |