Skip to main content
Version: Next

Identity Reference

The current identity tree is:

identity:
session:
remember_me_ttl: duration
frontend:
enabled: bool
encryption_secret: string
assets:
html_static_content_path: string
language_resources: string
localization:
languages: [string]
default_language: string
links:
terms_of_service_url: string
privacy_policy_url: string
password_forgotten_url: string
security_headers:
enabled: bool
mfa:
totp:
issuer: string
skew: int
webauthn:
rp_display_name: string
rp_id: string
rp_origins: [string]
authenticator_attachment: string
resident_key: string
user_verification: string
oidc: { ... }
saml: { ... }

Important Migrations

Old pathCurrent path
idp.remember_me_ttlidentity.session.remember_me_ttl
server.frontend.enabledidentity.frontend.enabled
server.frontend.html_static_content_pathidentity.frontend.assets.html_static_content_path
server.frontend.language_resourcesidentity.frontend.assets.language_resources
server.frontend.languagesidentity.frontend.localization.languages
server.frontend.default_languageidentity.frontend.localization.default_language
server.frontend.totp_issueridentity.mfa.totp.issuer
server.frontend.totp_skewidentity.mfa.totp.skew
idp.webauthnidentity.mfa.webauthn
idp.oidcidentity.oidc
idp.saml2identity.saml

WebAuthn

identity.mfa.webauthn controls the Relying Party configuration used during registration and login ceremonies.

Frontend Assets

Use identity.frontend.assets for template and language-resource paths.

OIDC and SAML

See: