You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -342,7 +358,9 @@ Some Ory project settings are not yet available through this resource. For setti
342
358
-`account_experience_name` (String) Application name shown in the hosted login UI.
343
359
-`account_experience_stylesheet` (String) Custom CSS stylesheet for the hosted login UI.
344
360
-`allowed_return_urls` (List of String) List of allowed return URLs.
361
+
-`code_lifespan` (String) Lifespan of the code method's one-time codes (e.g., '15m0s'). Controls how long a code remains valid after being issued.
345
362
-`code_mfa_enabled` (Boolean) Enable the code method as a second factor for MFA. When enabled, users can use one-time codes as a second authentication factor.
363
+
-`code_missing_credential_fallback_enabled` (Boolean) Enable missing credential fallback for the code method. When enabled, allows the code method to be used as a fallback when the primary credential is missing.
346
364
-`cors_admin_enabled` (Boolean) Enable CORS for the admin API.
347
365
-`cors_admin_origins` (List of String) Allowed CORS origins for the admin API.
348
366
-`cors_enabled` (Boolean) Enable CORS for the public API.
@@ -357,6 +375,7 @@ Some Ory project settings are not yet available through this resource. For setti
357
375
-`enable_oidc_auto_link_policy` (Boolean) Enable the OIDC auto-link policy. When true, social sign-in providers with auto_link enabled (on ory_social_provider) can automatically link to existing identities that share the same identifier (e.g., email).
-`enable_profile` (Boolean) Enable the profile authentication method. When enabled, users can update their identity traits (e.g., name, address) via the settings flow.
-`session_tokenizer_templates` (Attributes Map) JWT tokenizer templates for the /sessions/whoami endpoint. Each key is a template name, and the value configures how JWTs are generated. (see [below for nested schema](#nestedatt--session_tokenizer_templates))
402
421
-`session_whoami_required_aal` (String) Required AAL for session whoami endpoint: 'aal1', 'aal2', or 'highest_available'.
422
+
-`settings_lifespan` (String) Lifespan of the settings flow (e.g., '30m0s'). Controls how long a settings flow session remains valid.
423
+
-`settings_privileged_session_max_age` (String) Maximum age of a privileged session for the settings flow (e.g., '15m0s'). After this duration, the user must re-authenticate to make privileged changes like password updates.
403
424
-`settings_ui_url` (String) URL for the account settings UI.
404
425
-`smtp_connection_uri` (String, Sensitive) SMTP connection URI for sending emails.
405
426
-`smtp_from_address` (String) Email address to send from.
406
427
-`smtp_from_name` (String) Name to display as sender.
407
428
-`smtp_headers` (Map of String) Custom headers to include in emails.
408
429
-`totp_issuer` (String) TOTP issuer name shown in authenticator apps.
430
+
-`verification_lifespan` (String) Lifespan of the verification flow (e.g., '30m0s'). Controls how long a verification flow session remains valid.
431
+
-`verification_notify_unknown_recipients` (Boolean) When enabled, verification emails are sent even if the email address is not associated with any known identity.
409
432
-`verification_ui_url` (String) URL for the verification UI.
433
+
-`verification_use` (String) Verification method to use: 'code' (one-time code) or 'link' (magic link).
0 commit comments