Identity Templates
The browser-facing templates and static assets are configured through identity.frontend.
Template Location
Use:
identity.frontend.assets.html_static_content_path
to point Nauthilus at your template and static asset directory.
Language resource files are configured through:
identity.frontend.assets.language_resources
Related Frontend Settings
identity.frontend.enabledidentity.frontend.localization.languagesidentity.frontend.localization.default_languageidentity.frontend.links.terms_of_service_urlidentity.frontend.links.privacy_policy_urlidentity.frontend.links.password_forgotten_urlidentity.frontend.security_headers.enabled
Customization
The recommended workflow is:
- copy the shipped templates into your own directory
- set
identity.frontend.assets.html_static_content_path - keep your changes outside the application binary or container image
This keeps UI customization separate from runtime logic and matches the current config-v2 structure.