IdP Configuration Reference
This page lists all new configuration settings introduced with the native Identity Provider. See the OIDC and SAML2 pages for narrative explanations and examples.
Top-level idp section
idp:
terms_of_service_url: string
privacy_policy_url: string
webauthn:
rp_display_name: string # default: "Nauthilus"
rp_id: string # default: "localhost"
rp_origins: [string] # default: ["https://localhost"]
authenticator_attachment: string # optional: platform|cross-platform
resident_key: string # default: discouraged
user_verification: string # default: preferred
oidc: { ... }
saml2: { ... }