ory-client 1.22.34 → 1.22.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +20 -5
- data/docs/AcceptOAuth2ConsentRequest.md +2 -2
- data/docs/AcceptOAuth2LoginRequest.md +1 -1
- data/docs/AdminIdentityImportCredentialsLookupSecret.md +18 -0
- data/docs/AdminIdentityImportCredentialsLookupSecretConfig.md +18 -0
- data/docs/BasicOrganization.md +1 -1
- data/docs/CloudAccount.md +2 -0
- data/docs/CourierApi.md +4 -4
- data/docs/CreateProjectNormalizedPayload.md +103 -101
- data/docs/DeviceUserAuthRequest.md +2 -2
- data/docs/FrontendApi.md +22 -20
- data/docs/IdentityApi.md +30 -30
- data/docs/IdentityCredentialsLookupSecretCode.md +20 -0
- data/docs/IdentityCredentialsWebAuthn.md +36 -0
- data/docs/IdentityCredentialsWebAuthnAttestation.md +26 -0
- data/docs/IdentityCredentialsWebAuthnAuthenticator.md +22 -0
- data/docs/IdentityCredentialsWebAuthnFlags.md +24 -0
- data/docs/IdentityPatchResponse.md +1 -1
- data/docs/IdentityWithCredentials.md +9 -1
- data/docs/IdentityWithCredentialsPasskey.md +18 -0
- data/docs/IdentityWithCredentialsPasskeyConfig.md +20 -0
- data/docs/IdentityWithCredentialsPasswordConfig.md +1 -1
- data/docs/IdentityWithCredentialsTotp.md +18 -0
- data/docs/IdentityWithCredentialsTotpConfig.md +18 -0
- data/docs/IdentityWithCredentialsWebAuthn.md +18 -0
- data/docs/IdentityWithCredentialsWebAuthnConfig.md +20 -0
- data/docs/KeysetPaginationRequestParameters.md +2 -2
- data/docs/NormalizedProject.md +1 -1
- data/docs/NormalizedProjectRevision.md +103 -101
- data/docs/NormalizedProjectRevisionSAMLProvider.md +1 -1
- data/docs/NormalizedProjectRevisionThirdPartyProvider.md +2 -2
- data/docs/OAuth2Api.md +12 -12
- data/docs/OAuth2Client.md +12 -12
- data/docs/OAuth2ConsentRequest.md +3 -3
- data/docs/OAuth2ConsentSession.md +2 -2
- data/docs/OAuth2LoginRequest.md +2 -2
- data/docs/Organization.md +1 -1
- data/docs/PatchWorkspaceMemberBody.md +18 -0
- data/docs/PermissionApi.md +5 -5
- data/docs/ProjectApi.md +4 -4
- data/docs/ProjectMember.md +5 -1
- data/docs/ProjectMetadata.md +1 -1
- data/docs/QuotaUsage.md +1 -1
- data/docs/RecoveryIdentityAddress.md +2 -0
- data/docs/RelationshipApi.md +4 -4
- data/docs/TokenPagination.md +2 -2
- data/docs/TokenPaginationHeaders.md +1 -1
- data/docs/TokenPaginationRequestParameters.md +2 -2
- data/docs/UiNodeInputAttributes.md +2 -0
- data/docs/UiNodeInputAttributesOption.md +18 -0
- data/docs/UpdateRecoveryFlowWithCodeMethod.md +1 -1
- data/docs/UpdateVerificationFlowWithCodeMethod.md +1 -1
- data/docs/VerifyUserCodeRequest.md +2 -2
- data/docs/WorkspaceApi.md +4 -4
- data/docs/WorkspaceOrganization.md +1 -1
- data/lib/ory-client/api/courier_api.rb +5 -5
- data/lib/ory-client/api/events_api.rb +1 -1
- data/lib/ory-client/api/frontend_api.rb +38 -35
- data/lib/ory-client/api/identity_api.rb +39 -39
- data/lib/ory-client/api/jwk_api.rb +1 -1
- data/lib/ory-client/api/metadata_api.rb +1 -1
- data/lib/ory-client/api/o_auth2_api.rb +13 -13
- data/lib/ory-client/api/oidc_api.rb +1 -1
- data/lib/ory-client/api/permission_api.rb +11 -11
- data/lib/ory-client/api/project_api.rb +5 -5
- data/lib/ory-client/api/relationship_api.rb +5 -5
- data/lib/ory-client/api/wellknown_api.rb +1 -1
- data/lib/ory-client/api/workspace_api.rb +5 -5
- data/lib/ory-client/api_client.rb +1 -1
- data/lib/ory-client/api_error.rb +1 -1
- data/lib/ory-client/api_model_base.rb +1 -1
- data/lib/ory-client/configuration.rb +1 -1
- data/lib/ory-client/models/accept_device_user_code_request.rb +1 -1
- data/lib/ory-client/models/accept_o_auth2_consent_request.rb +3 -1
- data/lib/ory-client/models/accept_o_auth2_consent_request_session.rb +1 -1
- data/lib/ory-client/models/accept_o_auth2_login_request.rb +2 -1
- data/lib/ory-client/models/account_experience_colors.rb +1 -1
- data/lib/ory-client/models/account_experience_configuration.rb +1 -1
- data/lib/ory-client/models/add_project_to_workspace_body.rb +1 -1
- data/lib/ory-client/models/admin_identity_import_credentials_lookup_secret.rb +148 -0
- data/lib/ory-client/models/admin_identity_import_credentials_lookup_secret_config.rb +151 -0
- data/lib/ory-client/models/attribute.rb +1 -1
- data/lib/ory-client/models/attribute_filter.rb +1 -1
- data/lib/ory-client/models/attributes_count_datapoint.rb +1 -1
- data/lib/ory-client/models/authenticator_assurance_level.rb +1 -1
- data/lib/ory-client/models/basic_organization.rb +2 -1
- data/lib/ory-client/models/batch_check_permission_body.rb +1 -1
- data/lib/ory-client/models/batch_check_permission_result.rb +1 -1
- data/lib/ory-client/models/batch_patch_identities_response.rb +1 -1
- data/lib/ory-client/models/billing_period_bucket.rb +1 -1
- data/lib/ory-client/models/check_opl_syntax_result.rb +1 -1
- data/lib/ory-client/models/check_permission_result.rb +1 -1
- data/lib/ory-client/models/check_permission_result_with_error.rb +1 -1
- data/lib/ory-client/models/cloud_account.rb +12 -2
- data/lib/ory-client/models/consistency_request_parameters.rb +1 -1
- data/lib/ory-client/models/continue_with.rb +1 -1
- data/lib/ory-client/models/continue_with_recovery_ui.rb +1 -1
- data/lib/ory-client/models/continue_with_recovery_ui_flow.rb +1 -1
- data/lib/ory-client/models/continue_with_redirect_browser_to.rb +1 -1
- data/lib/ory-client/models/continue_with_set_ory_session_token.rb +1 -1
- data/lib/ory-client/models/continue_with_settings_ui.rb +1 -1
- data/lib/ory-client/models/continue_with_settings_ui_flow.rb +1 -1
- data/lib/ory-client/models/continue_with_verification_ui.rb +1 -1
- data/lib/ory-client/models/continue_with_verification_ui_flow.rb +1 -1
- data/lib/ory-client/models/courier_message_status.rb +1 -1
- data/lib/ory-client/models/courier_message_type.rb +1 -1
- data/lib/ory-client/models/create_custom_domain_body.rb +1 -1
- data/lib/ory-client/models/create_event_stream_body.rb +1 -1
- data/lib/ory-client/models/create_fedcm_flow_response.rb +1 -1
- data/lib/ory-client/models/create_identity_body.rb +1 -1
- data/lib/ory-client/models/create_invite_response.rb +1 -1
- data/lib/ory-client/models/create_json_web_key_set.rb +1 -1
- data/lib/ory-client/models/create_onboarding_link_response.rb +1 -1
- data/lib/ory-client/models/create_organization_onboarding_portal_link_body.rb +1 -1
- data/lib/ory-client/models/create_project_api_key_request.rb +1 -1
- data/lib/ory-client/models/create_project_body.rb +1 -1
- data/lib/ory-client/models/create_project_branding.rb +1 -1
- data/lib/ory-client/models/create_project_member_invite_body.rb +1 -1
- data/lib/ory-client/models/create_project_normalized_payload.rb +113 -85
- data/lib/ory-client/models/create_recovery_code_for_identity_body.rb +1 -1
- data/lib/ory-client/models/create_recovery_link_for_identity_body.rb +1 -1
- data/lib/ory-client/models/create_relationship_body.rb +1 -1
- data/lib/ory-client/models/create_subscription_body.rb +1 -1
- data/lib/ory-client/models/create_subscription_common.rb +1 -1
- data/lib/ory-client/models/create_verifiable_credential_request_body.rb +1 -1
- data/lib/ory-client/models/create_workspace_api_key_body.rb +1 -1
- data/lib/ory-client/models/create_workspace_body.rb +1 -1
- data/lib/ory-client/models/create_workspace_member_invite_body.rb +1 -1
- data/lib/ory-client/models/create_workspace_organization_body.rb +1 -1
- data/lib/ory-client/models/create_workspace_subscription_body.rb +1 -1
- data/lib/ory-client/models/credential_supported_draft00.rb +1 -1
- data/lib/ory-client/models/custom_domain.rb +1 -1
- data/lib/ory-client/models/delete_my_sessions_count.rb +1 -1
- data/lib/ory-client/models/device_authorization.rb +1 -1
- data/lib/ory-client/models/device_user_auth_request.rb +3 -1
- data/lib/ory-client/models/email_template_data.rb +1 -1
- data/lib/ory-client/models/email_template_data_body.rb +1 -1
- data/lib/ory-client/models/error_authenticator_assurance_level_not_satisfied.rb +1 -1
- data/lib/ory-client/models/error_browser_location_change_required.rb +1 -1
- data/lib/ory-client/models/error_flow_replaced.rb +1 -1
- data/lib/ory-client/models/error_generic.rb +1 -1
- data/lib/ory-client/models/error_o_auth2.rb +1 -1
- data/lib/ory-client/models/event_stream.rb +1 -1
- data/lib/ory-client/models/expanded_permission_tree.rb +1 -1
- data/lib/ory-client/models/flow_error.rb +1 -1
- data/lib/ory-client/models/generic_error.rb +1 -1
- data/lib/ory-client/models/generic_error_content.rb +1 -1
- data/lib/ory-client/models/generic_oidc_provider.rb +1 -1
- data/lib/ory-client/models/generic_usage.rb +1 -1
- data/lib/ory-client/models/get_attributes_count.rb +1 -1
- data/lib/ory-client/models/get_managed_identity_schema_location.rb +1 -1
- data/lib/ory-client/models/get_metrics_count.rb +1 -1
- data/lib/ory-client/models/get_metrics_event_attributes.rb +1 -1
- data/lib/ory-client/models/get_metrics_event_types.rb +1 -1
- data/lib/ory-client/models/get_organization_response.rb +1 -1
- data/lib/ory-client/models/get_project_events.rb +1 -1
- data/lib/ory-client/models/get_project_events_body.rb +1 -1
- data/lib/ory-client/models/get_project_metrics.rb +1 -1
- data/lib/ory-client/models/get_session_activity.rb +1 -1
- data/lib/ory-client/models/get_version200_response.rb +1 -1
- data/lib/ory-client/models/health_not_ready_status.rb +1 -1
- data/lib/ory-client/models/health_status.rb +1 -1
- data/lib/ory-client/models/identity.rb +2 -2
- data/lib/ory-client/models/identity_credentials.rb +1 -1
- data/lib/ory-client/models/identity_credentials_code.rb +1 -1
- data/lib/ory-client/models/identity_credentials_code_address.rb +1 -1
- data/lib/ory-client/models/identity_credentials_lookup_secret_code.rb +158 -0
- data/lib/ory-client/models/identity_credentials_oidc.rb +1 -1
- data/lib/ory-client/models/identity_credentials_oidc_provider.rb +1 -1
- data/lib/ory-client/models/identity_credentials_password.rb +1 -1
- data/lib/ory-client/models/identity_credentials_web_authn.rb +234 -0
- data/lib/ory-client/models/identity_credentials_web_authn_attestation.rb +191 -0
- data/lib/ory-client/models/identity_credentials_web_authn_authenticator.rb +167 -0
- data/lib/ory-client/models/identity_credentials_web_authn_flags.rb +174 -0
- data/lib/ory-client/models/identity_patch.rb +1 -1
- data/lib/ory-client/models/identity_patch_response.rb +2 -1
- data/lib/ory-client/models/identity_schema_container.rb +1 -1
- data/lib/ory-client/models/identity_schema_preset.rb +1 -1
- data/lib/ory-client/models/identity_with_credentials.rb +41 -5
- data/lib/ory-client/models/identity_with_credentials_oidc.rb +1 -1
- data/lib/ory-client/models/identity_with_credentials_oidc_config.rb +1 -1
- data/lib/ory-client/models/identity_with_credentials_oidc_config_provider.rb +1 -1
- data/lib/ory-client/models/identity_with_credentials_passkey.rb +148 -0
- data/lib/ory-client/models/identity_with_credentials_passkey_config.rb +162 -0
- data/lib/ory-client/models/identity_with_credentials_password.rb +1 -1
- data/lib/ory-client/models/identity_with_credentials_password_config.rb +2 -2
- data/lib/ory-client/models/identity_with_credentials_saml.rb +1 -1
- data/lib/ory-client/models/identity_with_credentials_saml_config.rb +1 -1
- data/lib/ory-client/models/identity_with_credentials_saml_config_provider.rb +1 -1
- data/lib/ory-client/models/identity_with_credentials_totp.rb +148 -0
- data/lib/ory-client/models/identity_with_credentials_totp_config.rb +149 -0
- data/lib/ory-client/models/identity_with_credentials_web_authn.rb +148 -0
- data/lib/ory-client/models/identity_with_credentials_web_authn_config.rb +162 -0
- data/lib/ory-client/models/internal_get_project_branding_body.rb +1 -1
- data/lib/ory-client/models/internal_is_ax_welcome_screen_enabled_for_project_body.rb +1 -1
- data/lib/ory-client/models/internal_is_owner_for_project_by_slug.rb +1 -1
- data/lib/ory-client/models/internal_is_owner_for_project_by_slug_body.rb +1 -1
- data/lib/ory-client/models/introspected_o_auth2_token.rb +1 -1
- data/lib/ory-client/models/invite_token_body.rb +1 -1
- data/lib/ory-client/models/invoice.rb +1 -1
- data/lib/ory-client/models/invoice_data_v1.rb +1 -1
- data/lib/ory-client/models/is_owner_for_project_by_slug.rb +1 -1
- data/lib/ory-client/models/json_patch.rb +1 -1
- data/lib/ory-client/models/json_web_key.rb +1 -1
- data/lib/ory-client/models/json_web_key_set.rb +1 -1
- data/lib/ory-client/models/keto_namespace.rb +1 -1
- data/lib/ory-client/models/keyset_pagination_request_parameters.rb +4 -4
- data/lib/ory-client/models/keyset_pagination_response_headers.rb +2 -2
- data/lib/ory-client/models/line_item_v1.rb +1 -1
- data/lib/ory-client/models/list_event_streams.rb +1 -1
- data/lib/ory-client/models/list_invoices_response.rb +1 -1
- data/lib/ory-client/models/list_organizations_response.rb +1 -1
- data/lib/ory-client/models/list_workspace_projects.rb +1 -1
- data/lib/ory-client/models/list_workspaces.rb +1 -1
- data/lib/ory-client/models/login_flow.rb +1 -1
- data/lib/ory-client/models/login_flow_state.rb +1 -1
- data/lib/ory-client/models/logout_flow.rb +1 -1
- data/lib/ory-client/models/managed_identity_schema.rb +1 -1
- data/lib/ory-client/models/managed_identity_schema_validation_result.rb +1 -1
- data/lib/ory-client/models/member_invite.rb +1 -1
- data/lib/ory-client/models/message.rb +1 -1
- data/lib/ory-client/models/message_dispatch.rb +1 -1
- data/lib/ory-client/models/metrics_datapoint.rb +1 -1
- data/lib/ory-client/models/money.rb +1 -1
- data/lib/ory-client/models/namespace.rb +1 -1
- data/lib/ory-client/models/needs_privileged_session_error.rb +1 -1
- data/lib/ory-client/models/normalized_project.rb +11 -1
- data/lib/ory-client/models/normalized_project_revision.rb +113 -85
- data/lib/ory-client/models/normalized_project_revision_courier_channel.rb +1 -1
- data/lib/ory-client/models/normalized_project_revision_hook.rb +1 -1
- data/lib/ory-client/models/normalized_project_revision_identity_schema.rb +1 -1
- data/lib/ory-client/models/normalized_project_revision_saml_provider.rb +2 -1
- data/lib/ory-client/models/normalized_project_revision_scim_client.rb +1 -1
- data/lib/ory-client/models/normalized_project_revision_third_party_provider.rb +3 -1
- data/lib/ory-client/models/normalized_project_revision_tokenizer_template.rb +1 -1
- data/lib/ory-client/models/o_auth2_client.rb +10 -2
- data/lib/ory-client/models/o_auth2_client_token_lifespans.rb +1 -1
- data/lib/ory-client/models/o_auth2_consent_request.rb +4 -1
- data/lib/ory-client/models/o_auth2_consent_request_open_id_connect_context.rb +1 -1
- data/lib/ory-client/models/o_auth2_consent_session.rb +3 -1
- data/lib/ory-client/models/o_auth2_login_request.rb +3 -1
- data/lib/ory-client/models/o_auth2_logout_request.rb +1 -1
- data/lib/ory-client/models/o_auth2_redirect_to.rb +1 -1
- data/lib/ory-client/models/o_auth2_token_exchange.rb +1 -1
- data/lib/ory-client/models/oidc_configuration.rb +1 -1
- data/lib/ory-client/models/oidc_user_info.rb +1 -1
- data/lib/ory-client/models/onboarding_portal_link.rb +1 -1
- data/lib/ory-client/models/onboarding_portal_organization.rb +1 -1
- data/lib/ory-client/models/organization.rb +2 -1
- data/lib/ory-client/models/organization_body.rb +1 -1
- data/lib/ory-client/models/organization_onboarding_portal_links_response.rb +1 -1
- data/lib/ory-client/models/parse_error.rb +1 -1
- data/lib/ory-client/models/patch_identities_body.rb +1 -1
- data/lib/ory-client/models/patch_workspace_member_body.rb +148 -0
- data/lib/ory-client/models/perform_native_logout_body.rb +1 -1
- data/lib/ory-client/models/permissions_on_workspace.rb +1 -1
- data/lib/ory-client/models/plan.rb +1 -1
- data/lib/ory-client/models/plan_details.rb +1 -1
- data/lib/ory-client/models/post_check_permission_body.rb +1 -1
- data/lib/ory-client/models/post_check_permission_or_error_body.rb +1 -1
- data/lib/ory-client/models/project.rb +1 -1
- data/lib/ory-client/models/project_api_key.rb +1 -1
- data/lib/ory-client/models/project_branding.rb +1 -1
- data/lib/ory-client/models/project_branding_colors.rb +1 -1
- data/lib/ory-client/models/project_branding_theme.rb +1 -1
- data/lib/ory-client/models/project_cors.rb +1 -1
- data/lib/ory-client/models/project_events_datapoint.rb +1 -1
- data/lib/ory-client/models/project_host.rb +1 -1
- data/lib/ory-client/models/project_member.rb +59 -5
- data/lib/ory-client/models/project_metadata.rb +2 -1
- data/lib/ory-client/models/project_service_account_experience.rb +1 -1
- data/lib/ory-client/models/project_service_identity.rb +1 -1
- data/lib/ory-client/models/project_service_o_auth2.rb +1 -1
- data/lib/ory-client/models/project_service_permission.rb +1 -1
- data/lib/ory-client/models/project_services.rb +1 -1
- data/lib/ory-client/models/provider.rb +1 -1
- data/lib/ory-client/models/quota_usage.rb +4 -4
- data/lib/ory-client/models/recovery_code_for_identity.rb +1 -1
- data/lib/ory-client/models/recovery_flow.rb +1 -1
- data/lib/ory-client/models/recovery_flow_state.rb +1 -1
- data/lib/ory-client/models/recovery_identity_address.rb +12 -2
- data/lib/ory-client/models/recovery_link_for_identity.rb +1 -1
- data/lib/ory-client/models/registration_flow.rb +1 -1
- data/lib/ory-client/models/registration_flow_state.rb +1 -1
- data/lib/ory-client/models/reject_o_auth2_request.rb +1 -1
- data/lib/ory-client/models/relation_query.rb +1 -1
- data/lib/ory-client/models/relationship.rb +1 -1
- data/lib/ory-client/models/relationship_namespaces.rb +1 -1
- data/lib/ory-client/models/relationship_patch.rb +1 -1
- data/lib/ory-client/models/relationships.rb +1 -1
- data/lib/ory-client/models/revision_account_experience_custom_translation.rb +1 -1
- data/lib/ory-client/models/rfc6749_error_json.rb +1 -1
- data/lib/ory-client/models/schema_patch.rb +1 -1
- data/lib/ory-client/models/self_service_flow_expired_error.rb +1 -1
- data/lib/ory-client/models/session.rb +1 -1
- data/lib/ory-client/models/session_activity_datapoint.rb +1 -1
- data/lib/ory-client/models/session_authentication_method.rb +1 -1
- data/lib/ory-client/models/session_device.rb +1 -1
- data/lib/ory-client/models/set_custom_domain_body.rb +1 -1
- data/lib/ory-client/models/set_event_stream_body.rb +1 -1
- data/lib/ory-client/models/set_organization_from_onboarding_portal_link_body.rb +1 -1
- data/lib/ory-client/models/set_project.rb +1 -1
- data/lib/ory-client/models/set_project_branding_theme_body.rb +1 -1
- data/lib/ory-client/models/settings_flow.rb +1 -1
- data/lib/ory-client/models/settings_flow_state.rb +1 -1
- data/lib/ory-client/models/source_position.rb +1 -1
- data/lib/ory-client/models/subject_set.rb +1 -1
- data/lib/ory-client/models/subscription.rb +1 -1
- data/lib/ory-client/models/successful_code_exchange_response.rb +1 -1
- data/lib/ory-client/models/successful_native_login.rb +1 -1
- data/lib/ory-client/models/successful_native_registration.rb +1 -1
- data/lib/ory-client/models/successful_project_update.rb +1 -1
- data/lib/ory-client/models/tax_line_item.rb +1 -1
- data/lib/ory-client/models/time_interval.rb +1 -1
- data/lib/ory-client/models/token_pagination.rb +3 -3
- data/lib/ory-client/models/token_pagination_headers.rb +2 -2
- data/lib/ory-client/models/token_pagination_request_parameters.rb +4 -4
- data/lib/ory-client/models/token_pagination_response_headers.rb +2 -2
- data/lib/ory-client/models/trust_o_auth2_jwt_grant_issuer.rb +1 -1
- data/lib/ory-client/models/trusted_o_auth2_jwt_grant_issuer.rb +1 -1
- data/lib/ory-client/models/trusted_o_auth2_jwt_grant_json_web_key.rb +1 -1
- data/lib/ory-client/models/ui_container.rb +1 -1
- data/lib/ory-client/models/ui_node.rb +1 -1
- data/lib/ory-client/models/ui_node_anchor_attributes.rb +1 -1
- data/lib/ory-client/models/ui_node_attributes.rb +1 -1
- data/lib/ory-client/models/ui_node_division_attributes.rb +1 -1
- data/lib/ory-client/models/ui_node_image_attributes.rb +1 -1
- data/lib/ory-client/models/ui_node_input_attributes.rb +14 -2
- data/lib/ory-client/models/ui_node_input_attributes_option.rb +152 -0
- data/lib/ory-client/models/ui_node_meta.rb +1 -1
- data/lib/ory-client/models/ui_node_script_attributes.rb +1 -1
- data/lib/ory-client/models/ui_node_text_attributes.rb +1 -1
- data/lib/ory-client/models/ui_text.rb +1 -1
- data/lib/ory-client/models/update_fedcm_flow_body.rb +1 -1
- data/lib/ory-client/models/update_identity_body.rb +1 -1
- data/lib/ory-client/models/update_login_flow_body.rb +1 -1
- data/lib/ory-client/models/update_login_flow_with_code_method.rb +1 -1
- data/lib/ory-client/models/update_login_flow_with_identifier_first_method.rb +1 -1
- data/lib/ory-client/models/update_login_flow_with_lookup_secret_method.rb +1 -1
- data/lib/ory-client/models/update_login_flow_with_oidc_method.rb +1 -1
- data/lib/ory-client/models/update_login_flow_with_passkey_method.rb +1 -1
- data/lib/ory-client/models/update_login_flow_with_password_method.rb +1 -1
- data/lib/ory-client/models/update_login_flow_with_saml_method.rb +1 -1
- data/lib/ory-client/models/update_login_flow_with_totp_method.rb +1 -1
- data/lib/ory-client/models/update_login_flow_with_web_authn_method.rb +1 -1
- data/lib/ory-client/models/update_organization_onboarding_portal_link_body.rb +1 -1
- data/lib/ory-client/models/update_recovery_flow_body.rb +1 -1
- data/lib/ory-client/models/update_recovery_flow_with_code_method.rb +2 -2
- data/lib/ory-client/models/update_recovery_flow_with_link_method.rb +1 -1
- data/lib/ory-client/models/update_registration_flow_body.rb +1 -1
- data/lib/ory-client/models/update_registration_flow_with_code_method.rb +1 -1
- data/lib/ory-client/models/update_registration_flow_with_oidc_method.rb +1 -1
- data/lib/ory-client/models/update_registration_flow_with_passkey_method.rb +1 -1
- data/lib/ory-client/models/update_registration_flow_with_password_method.rb +1 -1
- data/lib/ory-client/models/update_registration_flow_with_profile_method.rb +1 -1
- data/lib/ory-client/models/update_registration_flow_with_saml_method.rb +1 -1
- data/lib/ory-client/models/update_registration_flow_with_web_authn_method.rb +1 -1
- data/lib/ory-client/models/update_settings_flow_body.rb +1 -1
- data/lib/ory-client/models/update_settings_flow_with_lookup_method.rb +1 -1
- data/lib/ory-client/models/update_settings_flow_with_oidc_method.rb +1 -1
- data/lib/ory-client/models/update_settings_flow_with_passkey_method.rb +1 -1
- data/lib/ory-client/models/update_settings_flow_with_password_method.rb +1 -1
- data/lib/ory-client/models/update_settings_flow_with_profile_method.rb +1 -1
- data/lib/ory-client/models/update_settings_flow_with_saml_method.rb +1 -1
- data/lib/ory-client/models/update_settings_flow_with_totp_method.rb +1 -1
- data/lib/ory-client/models/update_settings_flow_with_web_authn_method.rb +1 -1
- data/lib/ory-client/models/update_subscription_body.rb +1 -1
- data/lib/ory-client/models/update_verification_flow_body.rb +1 -1
- data/lib/ory-client/models/update_verification_flow_with_code_method.rb +2 -2
- data/lib/ory-client/models/update_verification_flow_with_link_method.rb +1 -1
- data/lib/ory-client/models/update_workspace_body.rb +1 -1
- data/lib/ory-client/models/usage.rb +1 -1
- data/lib/ory-client/models/verifiable_credential_priming_response.rb +1 -1
- data/lib/ory-client/models/verifiable_credential_proof.rb +1 -1
- data/lib/ory-client/models/verifiable_credential_response.rb +1 -1
- data/lib/ory-client/models/verifiable_identity_address.rb +1 -1
- data/lib/ory-client/models/verification_flow.rb +2 -2
- data/lib/ory-client/models/verification_flow_state.rb +1 -1
- data/lib/ory-client/models/verify_user_code_request.rb +3 -1
- data/lib/ory-client/models/version.rb +1 -1
- data/lib/ory-client/models/warning.rb +1 -1
- data/lib/ory-client/models/workspace.rb +1 -1
- data/lib/ory-client/models/workspace_api_key.rb +1 -1
- data/lib/ory-client/models/workspace_organization.rb +2 -1
- data/lib/ory-client/version.rb +2 -2
- data/lib/ory-client.rb +16 -1
- data/ory-client.gemspec +1 -1
- data/spec/api/courier_api_spec.rb +3 -3
- data/spec/api/events_api_spec.rb +1 -1
- data/spec/api/frontend_api_spec.rb +19 -18
- data/spec/api/identity_api_spec.rb +20 -20
- data/spec/api/jwk_api_spec.rb +1 -1
- data/spec/api/metadata_api_spec.rb +1 -1
- data/spec/api/o_auth2_api_spec.rb +7 -7
- data/spec/api/oidc_api_spec.rb +1 -1
- data/spec/api/permission_api_spec.rb +6 -6
- data/spec/api/project_api_spec.rb +3 -3
- data/spec/api/relationship_api_spec.rb +3 -3
- data/spec/api/wellknown_api_spec.rb +1 -1
- data/spec/api/workspace_api_spec.rb +3 -3
- data/spec/models/accept_device_user_code_request_spec.rb +1 -1
- data/spec/models/accept_o_auth2_consent_request_session_spec.rb +1 -1
- data/spec/models/accept_o_auth2_consent_request_spec.rb +1 -1
- data/spec/models/accept_o_auth2_login_request_spec.rb +1 -1
- data/spec/models/account_experience_colors_spec.rb +1 -1
- data/spec/models/account_experience_configuration_spec.rb +1 -1
- data/spec/models/add_project_to_workspace_body_spec.rb +1 -1
- data/spec/models/admin_identity_import_credentials_lookup_secret_config_spec.rb +36 -0
- data/spec/models/admin_identity_import_credentials_lookup_secret_spec.rb +36 -0
- data/spec/models/attribute_filter_spec.rb +1 -1
- data/spec/models/attribute_spec.rb +1 -1
- data/spec/models/attributes_count_datapoint_spec.rb +1 -1
- data/spec/models/authenticator_assurance_level_spec.rb +1 -1
- data/spec/models/basic_organization_spec.rb +1 -1
- data/spec/models/batch_check_permission_body_spec.rb +1 -1
- data/spec/models/batch_check_permission_result_spec.rb +1 -1
- data/spec/models/batch_patch_identities_response_spec.rb +1 -1
- data/spec/models/billing_period_bucket_spec.rb +1 -1
- data/spec/models/check_opl_syntax_result_spec.rb +1 -1
- data/spec/models/check_permission_result_spec.rb +1 -1
- data/spec/models/check_permission_result_with_error_spec.rb +1 -1
- data/spec/models/cloud_account_spec.rb +7 -1
- data/spec/models/consistency_request_parameters_spec.rb +1 -1
- data/spec/models/continue_with_recovery_ui_flow_spec.rb +1 -1
- data/spec/models/continue_with_recovery_ui_spec.rb +1 -1
- data/spec/models/continue_with_redirect_browser_to_spec.rb +1 -1
- data/spec/models/continue_with_set_ory_session_token_spec.rb +1 -1
- data/spec/models/continue_with_settings_ui_flow_spec.rb +1 -1
- data/spec/models/continue_with_settings_ui_spec.rb +1 -1
- data/spec/models/continue_with_spec.rb +1 -1
- data/spec/models/continue_with_verification_ui_flow_spec.rb +1 -1
- data/spec/models/continue_with_verification_ui_spec.rb +1 -1
- data/spec/models/courier_message_status_spec.rb +1 -1
- data/spec/models/courier_message_type_spec.rb +1 -1
- data/spec/models/create_custom_domain_body_spec.rb +1 -1
- data/spec/models/create_event_stream_body_spec.rb +1 -1
- data/spec/models/create_fedcm_flow_response_spec.rb +1 -1
- data/spec/models/create_identity_body_spec.rb +1 -1
- data/spec/models/create_invite_response_spec.rb +1 -1
- data/spec/models/create_json_web_key_set_spec.rb +1 -1
- data/spec/models/create_onboarding_link_response_spec.rb +1 -1
- data/spec/models/create_organization_onboarding_portal_link_body_spec.rb +1 -1
- data/spec/models/create_project_api_key_request_spec.rb +1 -1
- data/spec/models/create_project_body_spec.rb +1 -1
- data/spec/models/create_project_branding_spec.rb +1 -1
- data/spec/models/create_project_member_invite_body_spec.rb +1 -1
- data/spec/models/create_project_normalized_payload_spec.rb +7 -1
- data/spec/models/create_recovery_code_for_identity_body_spec.rb +1 -1
- data/spec/models/create_recovery_link_for_identity_body_spec.rb +1 -1
- data/spec/models/create_relationship_body_spec.rb +1 -1
- data/spec/models/create_subscription_body_spec.rb +1 -1
- data/spec/models/create_subscription_common_spec.rb +1 -1
- data/spec/models/create_verifiable_credential_request_body_spec.rb +1 -1
- data/spec/models/create_workspace_api_key_body_spec.rb +1 -1
- data/spec/models/create_workspace_body_spec.rb +1 -1
- data/spec/models/create_workspace_member_invite_body_spec.rb +1 -1
- data/spec/models/create_workspace_organization_body_spec.rb +1 -1
- data/spec/models/create_workspace_subscription_body_spec.rb +1 -1
- data/spec/models/credential_supported_draft00_spec.rb +1 -1
- data/spec/models/custom_domain_spec.rb +1 -1
- data/spec/models/delete_my_sessions_count_spec.rb +1 -1
- data/spec/models/device_authorization_spec.rb +1 -1
- data/spec/models/device_user_auth_request_spec.rb +1 -1
- data/spec/models/email_template_data_body_spec.rb +1 -1
- data/spec/models/email_template_data_spec.rb +1 -1
- data/spec/models/error_authenticator_assurance_level_not_satisfied_spec.rb +1 -1
- data/spec/models/error_browser_location_change_required_spec.rb +1 -1
- data/spec/models/error_flow_replaced_spec.rb +1 -1
- data/spec/models/error_generic_spec.rb +1 -1
- data/spec/models/error_o_auth2_spec.rb +1 -1
- data/spec/models/event_stream_spec.rb +1 -1
- data/spec/models/expanded_permission_tree_spec.rb +1 -1
- data/spec/models/flow_error_spec.rb +1 -1
- data/spec/models/generic_error_content_spec.rb +1 -1
- data/spec/models/generic_error_spec.rb +1 -1
- data/spec/models/generic_oidc_provider_spec.rb +1 -1
- data/spec/models/generic_usage_spec.rb +1 -1
- data/spec/models/get_attributes_count_spec.rb +1 -1
- data/spec/models/get_managed_identity_schema_location_spec.rb +1 -1
- data/spec/models/get_metrics_count_spec.rb +1 -1
- data/spec/models/get_metrics_event_attributes_spec.rb +1 -1
- data/spec/models/get_metrics_event_types_spec.rb +1 -1
- data/spec/models/get_organization_response_spec.rb +1 -1
- data/spec/models/get_project_events_body_spec.rb +1 -1
- data/spec/models/get_project_events_spec.rb +1 -1
- data/spec/models/get_project_metrics_spec.rb +1 -1
- data/spec/models/get_session_activity_spec.rb +1 -1
- data/spec/models/get_version200_response_spec.rb +1 -1
- data/spec/models/health_not_ready_status_spec.rb +1 -1
- data/spec/models/health_status_spec.rb +1 -1
- data/spec/models/identity_credentials_code_address_spec.rb +1 -1
- data/spec/models/identity_credentials_code_spec.rb +1 -1
- data/spec/models/identity_credentials_lookup_secret_code_spec.rb +42 -0
- data/spec/models/identity_credentials_oidc_provider_spec.rb +1 -1
- data/spec/models/identity_credentials_oidc_spec.rb +1 -1
- data/spec/models/identity_credentials_password_spec.rb +1 -1
- data/spec/models/identity_credentials_spec.rb +1 -1
- data/spec/models/identity_credentials_web_authn_attestation_spec.rb +60 -0
- data/spec/models/identity_credentials_web_authn_authenticator_spec.rb +48 -0
- data/spec/models/identity_credentials_web_authn_flags_spec.rb +54 -0
- data/spec/models/identity_credentials_web_authn_spec.rb +90 -0
- data/spec/models/identity_patch_response_spec.rb +1 -1
- data/spec/models/identity_patch_spec.rb +1 -1
- data/spec/models/identity_schema_container_spec.rb +1 -1
- data/spec/models/identity_schema_preset_spec.rb +1 -1
- data/spec/models/identity_spec.rb +1 -1
- data/spec/models/identity_with_credentials_oidc_config_provider_spec.rb +1 -1
- data/spec/models/identity_with_credentials_oidc_config_spec.rb +1 -1
- data/spec/models/identity_with_credentials_oidc_spec.rb +1 -1
- data/spec/models/identity_with_credentials_passkey_config_spec.rb +42 -0
- data/spec/models/identity_with_credentials_passkey_spec.rb +36 -0
- data/spec/models/identity_with_credentials_password_config_spec.rb +1 -1
- data/spec/models/identity_with_credentials_password_spec.rb +1 -1
- data/spec/models/identity_with_credentials_saml_config_provider_spec.rb +1 -1
- data/spec/models/identity_with_credentials_saml_config_spec.rb +1 -1
- data/spec/models/identity_with_credentials_saml_spec.rb +1 -1
- data/spec/models/identity_with_credentials_spec.rb +25 -1
- data/spec/models/identity_with_credentials_totp_config_spec.rb +36 -0
- data/spec/models/identity_with_credentials_totp_spec.rb +36 -0
- data/spec/models/identity_with_credentials_web_authn_config_spec.rb +42 -0
- data/spec/models/identity_with_credentials_web_authn_spec.rb +36 -0
- data/spec/models/internal_get_project_branding_body_spec.rb +1 -1
- data/spec/models/internal_is_ax_welcome_screen_enabled_for_project_body_spec.rb +1 -1
- data/spec/models/internal_is_owner_for_project_by_slug_body_spec.rb +1 -1
- data/spec/models/internal_is_owner_for_project_by_slug_spec.rb +1 -1
- data/spec/models/introspected_o_auth2_token_spec.rb +1 -1
- data/spec/models/invite_token_body_spec.rb +1 -1
- data/spec/models/invoice_data_v1_spec.rb +1 -1
- data/spec/models/invoice_spec.rb +1 -1
- data/spec/models/is_owner_for_project_by_slug_spec.rb +1 -1
- data/spec/models/json_patch_spec.rb +1 -1
- data/spec/models/json_web_key_set_spec.rb +1 -1
- data/spec/models/json_web_key_spec.rb +1 -1
- data/spec/models/keto_namespace_spec.rb +1 -1
- data/spec/models/keyset_pagination_request_parameters_spec.rb +1 -1
- data/spec/models/keyset_pagination_response_headers_spec.rb +1 -1
- data/spec/models/line_item_v1_spec.rb +1 -1
- data/spec/models/list_event_streams_spec.rb +1 -1
- data/spec/models/list_invoices_response_spec.rb +1 -1
- data/spec/models/list_organizations_response_spec.rb +1 -1
- data/spec/models/list_workspace_projects_spec.rb +1 -1
- data/spec/models/list_workspaces_spec.rb +1 -1
- data/spec/models/login_flow_spec.rb +1 -1
- data/spec/models/login_flow_state_spec.rb +1 -1
- data/spec/models/logout_flow_spec.rb +1 -1
- data/spec/models/managed_identity_schema_spec.rb +1 -1
- data/spec/models/managed_identity_schema_validation_result_spec.rb +1 -1
- data/spec/models/member_invite_spec.rb +1 -1
- data/spec/models/message_dispatch_spec.rb +1 -1
- data/spec/models/message_spec.rb +1 -1
- data/spec/models/metrics_datapoint_spec.rb +1 -1
- data/spec/models/money_spec.rb +1 -1
- data/spec/models/namespace_spec.rb +1 -1
- data/spec/models/needs_privileged_session_error_spec.rb +1 -1
- data/spec/models/normalized_project_revision_courier_channel_spec.rb +1 -1
- data/spec/models/normalized_project_revision_hook_spec.rb +1 -1
- data/spec/models/normalized_project_revision_identity_schema_spec.rb +1 -1
- data/spec/models/normalized_project_revision_saml_provider_spec.rb +1 -1
- data/spec/models/normalized_project_revision_scim_client_spec.rb +1 -1
- data/spec/models/normalized_project_revision_spec.rb +7 -1
- data/spec/models/normalized_project_revision_third_party_provider_spec.rb +1 -1
- data/spec/models/normalized_project_revision_tokenizer_template_spec.rb +1 -1
- data/spec/models/normalized_project_spec.rb +1 -1
- data/spec/models/o_auth2_client_spec.rb +1 -1
- data/spec/models/o_auth2_client_token_lifespans_spec.rb +1 -1
- data/spec/models/o_auth2_consent_request_open_id_connect_context_spec.rb +1 -1
- data/spec/models/o_auth2_consent_request_spec.rb +1 -1
- data/spec/models/o_auth2_consent_session_spec.rb +1 -1
- data/spec/models/o_auth2_login_request_spec.rb +1 -1
- data/spec/models/o_auth2_logout_request_spec.rb +1 -1
- data/spec/models/o_auth2_redirect_to_spec.rb +1 -1
- data/spec/models/o_auth2_token_exchange_spec.rb +1 -1
- data/spec/models/oidc_configuration_spec.rb +1 -1
- data/spec/models/oidc_user_info_spec.rb +1 -1
- data/spec/models/onboarding_portal_link_spec.rb +1 -1
- data/spec/models/onboarding_portal_organization_spec.rb +1 -1
- data/spec/models/organization_body_spec.rb +1 -1
- data/spec/models/organization_onboarding_portal_links_response_spec.rb +1 -1
- data/spec/models/organization_spec.rb +1 -1
- data/spec/models/parse_error_spec.rb +1 -1
- data/spec/models/patch_identities_body_spec.rb +1 -1
- data/spec/models/patch_workspace_member_body_spec.rb +36 -0
- data/spec/models/perform_native_logout_body_spec.rb +1 -1
- data/spec/models/permissions_on_workspace_spec.rb +1 -1
- data/spec/models/plan_details_spec.rb +1 -1
- data/spec/models/plan_spec.rb +1 -1
- data/spec/models/post_check_permission_body_spec.rb +1 -1
- data/spec/models/post_check_permission_or_error_body_spec.rb +1 -1
- data/spec/models/project_api_key_spec.rb +1 -1
- data/spec/models/project_branding_colors_spec.rb +1 -1
- data/spec/models/project_branding_spec.rb +1 -1
- data/spec/models/project_branding_theme_spec.rb +1 -1
- data/spec/models/project_cors_spec.rb +1 -1
- data/spec/models/project_events_datapoint_spec.rb +1 -1
- data/spec/models/project_host_spec.rb +1 -1
- data/spec/models/project_member_spec.rb +17 -1
- data/spec/models/project_metadata_spec.rb +1 -1
- data/spec/models/project_service_account_experience_spec.rb +1 -1
- data/spec/models/project_service_identity_spec.rb +1 -1
- data/spec/models/project_service_o_auth2_spec.rb +1 -1
- data/spec/models/project_service_permission_spec.rb +1 -1
- data/spec/models/project_services_spec.rb +1 -1
- data/spec/models/project_spec.rb +1 -1
- data/spec/models/provider_spec.rb +1 -1
- data/spec/models/quota_usage_spec.rb +2 -2
- data/spec/models/recovery_code_for_identity_spec.rb +1 -1
- data/spec/models/recovery_flow_spec.rb +1 -1
- data/spec/models/recovery_flow_state_spec.rb +1 -1
- data/spec/models/recovery_identity_address_spec.rb +7 -1
- data/spec/models/recovery_link_for_identity_spec.rb +1 -1
- data/spec/models/registration_flow_spec.rb +1 -1
- data/spec/models/registration_flow_state_spec.rb +1 -1
- data/spec/models/reject_o_auth2_request_spec.rb +1 -1
- data/spec/models/relation_query_spec.rb +1 -1
- data/spec/models/relationship_namespaces_spec.rb +1 -1
- data/spec/models/relationship_patch_spec.rb +1 -1
- data/spec/models/relationship_spec.rb +1 -1
- data/spec/models/relationships_spec.rb +1 -1
- data/spec/models/revision_account_experience_custom_translation_spec.rb +1 -1
- data/spec/models/rfc6749_error_json_spec.rb +1 -1
- data/spec/models/schema_patch_spec.rb +1 -1
- data/spec/models/self_service_flow_expired_error_spec.rb +1 -1
- data/spec/models/session_activity_datapoint_spec.rb +1 -1
- data/spec/models/session_authentication_method_spec.rb +1 -1
- data/spec/models/session_device_spec.rb +1 -1
- data/spec/models/session_spec.rb +1 -1
- data/spec/models/set_custom_domain_body_spec.rb +1 -1
- data/spec/models/set_event_stream_body_spec.rb +1 -1
- data/spec/models/set_organization_from_onboarding_portal_link_body_spec.rb +1 -1
- data/spec/models/set_project_branding_theme_body_spec.rb +1 -1
- data/spec/models/set_project_spec.rb +1 -1
- data/spec/models/settings_flow_spec.rb +1 -1
- data/spec/models/settings_flow_state_spec.rb +1 -1
- data/spec/models/source_position_spec.rb +1 -1
- data/spec/models/subject_set_spec.rb +1 -1
- data/spec/models/subscription_spec.rb +1 -1
- data/spec/models/successful_code_exchange_response_spec.rb +1 -1
- data/spec/models/successful_native_login_spec.rb +1 -1
- data/spec/models/successful_native_registration_spec.rb +1 -1
- data/spec/models/successful_project_update_spec.rb +1 -1
- data/spec/models/tax_line_item_spec.rb +1 -1
- data/spec/models/time_interval_spec.rb +1 -1
- data/spec/models/token_pagination_headers_spec.rb +1 -1
- data/spec/models/token_pagination_request_parameters_spec.rb +1 -1
- data/spec/models/token_pagination_response_headers_spec.rb +1 -1
- data/spec/models/token_pagination_spec.rb +1 -1
- data/spec/models/trust_o_auth2_jwt_grant_issuer_spec.rb +1 -1
- data/spec/models/trusted_o_auth2_jwt_grant_issuer_spec.rb +1 -1
- data/spec/models/trusted_o_auth2_jwt_grant_json_web_key_spec.rb +1 -1
- data/spec/models/ui_container_spec.rb +1 -1
- data/spec/models/ui_node_anchor_attributes_spec.rb +1 -1
- data/spec/models/ui_node_attributes_spec.rb +1 -1
- data/spec/models/ui_node_division_attributes_spec.rb +1 -1
- data/spec/models/ui_node_image_attributes_spec.rb +1 -1
- data/spec/models/ui_node_input_attributes_option_spec.rb +36 -0
- data/spec/models/ui_node_input_attributes_spec.rb +7 -1
- data/spec/models/ui_node_meta_spec.rb +1 -1
- data/spec/models/ui_node_script_attributes_spec.rb +1 -1
- data/spec/models/ui_node_spec.rb +1 -1
- data/spec/models/ui_node_text_attributes_spec.rb +1 -1
- data/spec/models/ui_text_spec.rb +1 -1
- data/spec/models/update_fedcm_flow_body_spec.rb +1 -1
- data/spec/models/update_identity_body_spec.rb +1 -1
- data/spec/models/update_login_flow_body_spec.rb +1 -1
- data/spec/models/update_login_flow_with_code_method_spec.rb +1 -1
- data/spec/models/update_login_flow_with_identifier_first_method_spec.rb +1 -1
- data/spec/models/update_login_flow_with_lookup_secret_method_spec.rb +1 -1
- data/spec/models/update_login_flow_with_oidc_method_spec.rb +1 -1
- data/spec/models/update_login_flow_with_passkey_method_spec.rb +1 -1
- data/spec/models/update_login_flow_with_password_method_spec.rb +1 -1
- data/spec/models/update_login_flow_with_saml_method_spec.rb +1 -1
- data/spec/models/update_login_flow_with_totp_method_spec.rb +1 -1
- data/spec/models/update_login_flow_with_web_authn_method_spec.rb +1 -1
- data/spec/models/update_organization_onboarding_portal_link_body_spec.rb +1 -1
- data/spec/models/update_recovery_flow_body_spec.rb +1 -1
- data/spec/models/update_recovery_flow_with_code_method_spec.rb +1 -1
- data/spec/models/update_recovery_flow_with_link_method_spec.rb +1 -1
- data/spec/models/update_registration_flow_body_spec.rb +1 -1
- data/spec/models/update_registration_flow_with_code_method_spec.rb +1 -1
- data/spec/models/update_registration_flow_with_oidc_method_spec.rb +1 -1
- data/spec/models/update_registration_flow_with_passkey_method_spec.rb +1 -1
- data/spec/models/update_registration_flow_with_password_method_spec.rb +1 -1
- data/spec/models/update_registration_flow_with_profile_method_spec.rb +1 -1
- data/spec/models/update_registration_flow_with_saml_method_spec.rb +1 -1
- data/spec/models/update_registration_flow_with_web_authn_method_spec.rb +1 -1
- data/spec/models/update_settings_flow_body_spec.rb +1 -1
- data/spec/models/update_settings_flow_with_lookup_method_spec.rb +1 -1
- data/spec/models/update_settings_flow_with_oidc_method_spec.rb +1 -1
- data/spec/models/update_settings_flow_with_passkey_method_spec.rb +1 -1
- data/spec/models/update_settings_flow_with_password_method_spec.rb +1 -1
- data/spec/models/update_settings_flow_with_profile_method_spec.rb +1 -1
- data/spec/models/update_settings_flow_with_saml_method_spec.rb +1 -1
- data/spec/models/update_settings_flow_with_totp_method_spec.rb +1 -1
- data/spec/models/update_settings_flow_with_web_authn_method_spec.rb +1 -1
- data/spec/models/update_subscription_body_spec.rb +1 -1
- data/spec/models/update_verification_flow_body_spec.rb +1 -1
- data/spec/models/update_verification_flow_with_code_method_spec.rb +1 -1
- data/spec/models/update_verification_flow_with_link_method_spec.rb +1 -1
- data/spec/models/update_workspace_body_spec.rb +1 -1
- data/spec/models/usage_spec.rb +1 -1
- data/spec/models/verifiable_credential_priming_response_spec.rb +1 -1
- data/spec/models/verifiable_credential_proof_spec.rb +1 -1
- data/spec/models/verifiable_credential_response_spec.rb +1 -1
- data/spec/models/verifiable_identity_address_spec.rb +1 -1
- data/spec/models/verification_flow_spec.rb +1 -1
- data/spec/models/verification_flow_state_spec.rb +1 -1
- data/spec/models/verify_user_code_request_spec.rb +1 -1
- data/spec/models/version_spec.rb +1 -1
- data/spec/models/warning_spec.rb +1 -1
- data/spec/models/workspace_api_key_spec.rb +1 -1
- data/spec/models/workspace_organization_spec.rb +1 -1
- data/spec/models/workspace_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux-gnu/3.2.0/byebug-13.0.0/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux-gnu/3.2.0/io-console-0.8.2/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux-gnu/3.2.0/io-console-0.8.2/mkmf.log +3 -3
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux-gnu/3.2.0/jaro_winkler-1.5.6/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux-gnu/3.2.0/psych-4.0.6/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux-gnu/3.2.0/racc-1.8.1/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux-gnu/3.2.0/stringio-3.2.0/gem_make.out +5 -5
- metadata +65 -5
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
## Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | -------------- | ---------------------------------------------------------------- | ------------------------------------------------------------------------------------ | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: v1.22.
|
|
6
|
+
The version of the OpenAPI document: v1.22.36
|
|
7
7
|
Contact: support@ory.sh
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.17.0
|
|
@@ -19,39 +19,40 @@ module OryClient
|
|
|
19
19
|
# The Account Experience's Custom Translations Contains all Custom Translations for this project.
|
|
20
20
|
attr_accessor :account_experience_custom_translations
|
|
21
21
|
|
|
22
|
-
# Holds the default locale for the account experience.
|
|
22
|
+
# Holds the default locale for the account experience. This governs the \"default_locale\" setting.
|
|
23
23
|
attr_accessor :account_experience_default_locale
|
|
24
24
|
|
|
25
|
+
# The Account Experience's Enabled Locales This governs the locales that are available in the account experience. This governs the \"enabled_locales\" setting.
|
|
25
26
|
attr_accessor :account_experience_enabled_locales
|
|
26
27
|
|
|
27
|
-
# Holds the URL to the account experience's dark theme favicon (currently unused).
|
|
28
|
+
# Holds the URL to the account experience's dark theme favicon (currently unused). This governs the \"favicon_dark\" setting.
|
|
28
29
|
attr_accessor :account_experience_favicon_dark
|
|
29
30
|
|
|
30
|
-
# Holds the URL to the account experience's favicon.
|
|
31
|
+
# Holds the URL to the account experience's favicon. This governs the \"favicon_light\" setting.
|
|
31
32
|
attr_accessor :account_experience_favicon_light
|
|
32
33
|
|
|
33
|
-
# Holds the URL to the account experience's language behavior. Can be one of: `respect_accept_language`: Respect the `Accept-Language` header. `force_default`: Force the default language.
|
|
34
|
+
# Holds the URL to the account experience's language behavior. Can be one of: `respect_accept_language`: Respect the `Accept-Language` header. `force_default`: Force the default language. This governs the \"locale_behavior\" setting.
|
|
34
35
|
attr_accessor :account_experience_locale_behavior
|
|
35
36
|
|
|
36
|
-
# Holds the URL to the account experience's dark theme logo (currently unused).
|
|
37
|
+
# Holds the URL to the account experience's dark theme logo (currently unused). This governs the \"logo_dark\" setting.
|
|
37
38
|
attr_accessor :account_experience_logo_dark
|
|
38
39
|
|
|
39
|
-
# Holds the URL to the account experience's logo.
|
|
40
|
+
# Holds the URL to the account experience's logo. This governs the \"logo_light\" setting.
|
|
40
41
|
attr_accessor :account_experience_logo_light
|
|
41
42
|
|
|
42
|
-
# Holds the URL to the account experience's dark theme variables.
|
|
43
|
+
# Holds the URL to the account experience's dark theme variables. This governs the \"theme_variables_dark\" setting.
|
|
43
44
|
attr_accessor :account_experience_theme_variables_dark
|
|
44
45
|
|
|
45
|
-
# Holds the URL to the account experience's light theme variables.
|
|
46
|
+
# Holds the URL to the account experience's light theme variables. This governs the \"theme_variables_light\" setting.
|
|
46
47
|
attr_accessor :account_experience_theme_variables_light
|
|
47
48
|
|
|
48
49
|
# The Project's Revision Creation Date
|
|
49
50
|
attr_accessor :created_at
|
|
50
51
|
|
|
51
|
-
# Whether to disable the account experience welcome screen, which is hosted under `/ui/welcome`.
|
|
52
|
+
# Whether to disable the account experience welcome screen, which is hosted under `/ui/welcome`. This governs the \"disable_welcome_screen\" setting.
|
|
52
53
|
attr_accessor :disable_account_experience_welcome_screen
|
|
53
54
|
|
|
54
|
-
# Whether the new account experience is enabled and reachable.
|
|
55
|
+
# Whether the new account experience is enabled and reachable. This governs the \"enable_ax_v2\" setting.
|
|
55
56
|
attr_accessor :enable_ax_v2
|
|
56
57
|
|
|
57
58
|
# prod Production stage Staging dev Development
|
|
@@ -60,6 +61,7 @@ module OryClient
|
|
|
60
61
|
# eu-central EUCentral asia-northeast AsiaNorthEast us-east USEast us-west USWest us US global Global
|
|
61
62
|
attr_accessor :home_region
|
|
62
63
|
|
|
64
|
+
# A list of custom claims which are allowed to be added top level to the Access Token. They cannot override reserved claims. This governs the \"oauth2.allowed_top_level_claims\" setting.
|
|
63
65
|
attr_accessor :hydra_oauth2_allowed_top_level_claims
|
|
64
66
|
|
|
65
67
|
# Automatically grant authorized OAuth2 Scope in OAuth2 Client Credentials Flow. Each OAuth2 Client is allowed to request a predefined OAuth2 Scope (for example `read write`). If this option is enabled, the full scope is automatically granted when performing the OAuth2 Client Credentials flow. If disabled, the OAuth2 Client has to request the scope in the OAuth2 request by providing the `scope` query parameter. Setting this option to true is common if you need compatibility with MITREid. This governs the \"oauth2.client_credentials.default_grant_allowed_scope\" setting.
|
|
@@ -89,12 +91,16 @@ module OryClient
|
|
|
89
91
|
# Configures whether PKCE should be enforced for OAuth2 Clients without a client secret (public clients). This governs the \"oauth2.pkce.enforced_for_public_clients\" setting.
|
|
90
92
|
attr_accessor :hydra_oauth2_pkce_enforced_for_public_clients
|
|
91
93
|
|
|
94
|
+
# Set to true to keep custom claims that are not promoted to the top level in the 'ext' claim. Only applies when mirror_top_level_claims is false. This governs the \"oauth2.preserve_ext_claims\" setting.
|
|
95
|
+
attr_accessor :hydra_oauth2_preserve_ext_claims
|
|
96
|
+
|
|
92
97
|
# Sets the Refresh Token Hook Endpoint. If set this endpoint will be called during the OAuth2 Token Refresh grant update the OAuth2 Access Token claims. This governs the \"oauth2.refresh_token_hook\" setting.
|
|
93
98
|
attr_accessor :hydra_oauth2_refresh_token_hook
|
|
94
99
|
|
|
95
100
|
# Sets the token hook endpoint for all grant types. If set it will be called while providing token to customize claims. This governs the \"oauth2.token_hook.url\" setting.
|
|
96
101
|
attr_accessor :hydra_oauth2_token_hook
|
|
97
102
|
|
|
103
|
+
# The OpenID Connect Dynamic Client Registration specification has no concept of whitelisting OAuth 2.0 Scope. If you want to expose Dynamic Client Registration, you should set the default scope enabled for newly registered clients. Keep in mind that users can overwrite this default by setting the \"scope\" key in the registration payload, effectively disabling the concept of whitelisted scopes. This governs the \"oidc.dynamic_client_registration.default_scope\" setting.
|
|
98
104
|
attr_accessor :hydra_oidc_dynamic_client_registration_default_scope
|
|
99
105
|
|
|
100
106
|
# Configures OpenID Connect Dynamic Client Registration. This governs the \"oidc.dynamic_client_registration.enabled\" setting.
|
|
@@ -103,12 +109,16 @@ module OryClient
|
|
|
103
109
|
# Configures OpenID Connect Discovery and overwrites the pairwise algorithm This governs the \"oidc.subject_identifiers.pairwise_salt\" setting.
|
|
104
110
|
attr_accessor :hydra_oidc_subject_identifiers_pairwise_salt
|
|
105
111
|
|
|
112
|
+
# Configures OpenID Connect Discovery and overwrites the list of Subject Identifier Algorithms to enable. This governs the \"oidc.subject_identifiers.supported_types\" setting.
|
|
106
113
|
attr_accessor :hydra_oidc_subject_identifiers_supported_types
|
|
107
114
|
|
|
115
|
+
# Configures the Ory Hydra Cookie Secret This governs the \"secrets.cookie\" setting.
|
|
108
116
|
attr_accessor :hydra_secrets_cookie
|
|
109
117
|
|
|
118
|
+
# Configures the Ory Hydra Pagination Secret This governs the \"secrets.pagination\" setting.
|
|
110
119
|
attr_accessor :hydra_secrets_pagination
|
|
111
120
|
|
|
121
|
+
# Configures the Ory Hydra System Secret This governs the \"secrets.system\" setting.
|
|
112
122
|
attr_accessor :hydra_secrets_system
|
|
113
123
|
|
|
114
124
|
# Configures the Ory Hydra Cookie Same Site Legacy Workaround This governs the \"serve.cookies.same_site_legacy_workaround\" setting.
|
|
@@ -120,7 +130,7 @@ module OryClient
|
|
|
120
130
|
# Defines access token type This governs the \"strategies.access_token\" setting. opaque Oauth2AccessTokenStrategyOpaque jwt Oauth2AccessTokenStrategyJwt
|
|
121
131
|
attr_accessor :hydra_strategies_access_token
|
|
122
132
|
|
|
123
|
-
# Define the claim to use as the scope in the access token. This governs the \"strategies.jwt.scope_claim\" setting
|
|
133
|
+
# Define the claim to use as the scope in the access token. This governs the \"strategies.jwt.scope_claim\" setting. list: The scope claim is an array of strings named `scope`: `{ \"scope\": [\"read\", \"write\"] }` string: The scope claim is a space delimited list of strings named `scp`: `{ \"scp\": \"read write\" }` both: The scope claim is both a space delimited list and an array of strings named `scope` and `scp`: `{ \"scope\": [\"read\", \"write\"], \"scp\": \"read write\" }` list OAuth2JWTScopeClaimList string OAuth2JWTScopeClaimString both OAuth2JWTScopeClaimBoth
|
|
124
134
|
attr_accessor :hydra_strategies_jwt_scope_claim
|
|
125
135
|
|
|
126
136
|
# Defines how scopes are matched. For more details have a look at https://github.com/ory/fosite#scopes This governs the \"strategies.scope\" setting. exact Oauth2ScopeStrategyExact wildcard Oauth2ScopeStrategyWildcard
|
|
@@ -162,35 +172,39 @@ module OryClient
|
|
|
162
172
|
# This value will be used as the issuer in access and ID tokens. It must be specified and using HTTPS protocol, unless the development mode is enabled. On the Ory Network it will be very rare that you want to modify this value. If left empty, it will default to the correct value for the Ory Network. This governs the \"urls.self.issuer\" setting.
|
|
163
173
|
attr_accessor :hydra_urls_self_issuer
|
|
164
174
|
|
|
175
|
+
# A list of JSON Web Keys that should be exposed at that endpoint. This is usually the public key for verifying OpenID Connect ID Tokens. However, you might want to add additional keys here as well. This governs the \"webfinger.jwks.broadcast_keys\" setting.
|
|
165
176
|
attr_accessor :hydra_webfinger_jwks_broadcast_keys
|
|
166
177
|
|
|
167
|
-
# Configures OpenID Connect Discovery and overwrites the OAuth2 Authorization URL. This governs the \"webfinger.
|
|
178
|
+
# Configures OpenID Connect Discovery and overwrites the OAuth2 Authorization URL. This governs the \"webfinger.oidc_discovery.auth_url\" setting.
|
|
168
179
|
attr_accessor :hydra_webfinger_oidc_discovery_auth_url
|
|
169
180
|
|
|
170
|
-
# Configures OpenID Connect Discovery and overwrites the OpenID Connect Dynamic Client Registration Endpoint. This governs the \"webfinger.
|
|
181
|
+
# Configures OpenID Connect Discovery and overwrites the OpenID Connect Dynamic Client Registration Endpoint. This governs the \"webfinger.oidc_discovery.client_registration_url\" setting.
|
|
171
182
|
attr_accessor :hydra_webfinger_oidc_discovery_client_registration_url
|
|
172
183
|
|
|
173
|
-
# Configures OpenID Connect Discovery and overwrites the JWKS URL. This governs the \"webfinger.
|
|
184
|
+
# Configures OpenID Connect Discovery and overwrites the JWKS URL. This governs the \"webfinger.oidc_discovery.jwks_url\" setting.
|
|
174
185
|
attr_accessor :hydra_webfinger_oidc_discovery_jwks_url
|
|
175
186
|
|
|
187
|
+
# Configures OpenID Connect Discovery and overwrites a list of supported claims to be broadcasted. Claim \"sub\" is always included. This governs the \"webfinger.oidc_discovery.supported_claims\" setting.
|
|
176
188
|
attr_accessor :hydra_webfinger_oidc_discovery_supported_claims
|
|
177
189
|
|
|
190
|
+
# Configures OpenID Connect Discovery and overwrites the scope OAuth 2.0 Clients may request. Scope `offline`, `offline_access`, and `openid` are always included. This governs the \"webfinger.oidc_discovery.supported_scope\" setting.
|
|
178
191
|
attr_accessor :hydra_webfinger_oidc_discovery_supported_scope
|
|
179
192
|
|
|
180
|
-
# Configures OpenID Connect Discovery and overwrites the OAuth2 Token URL. This governs the \"webfinger.
|
|
193
|
+
# Configures OpenID Connect Discovery and overwrites the OAuth2 Token URL. This governs the \"webfinger.oidc_discovery.token_url\" setting.
|
|
181
194
|
attr_accessor :hydra_webfinger_oidc_discovery_token_url
|
|
182
195
|
|
|
183
|
-
# Configures OpenID Connect Discovery and overwrites userinfo endpoint to be advertised at the OpenID Connect Discovery endpoint /.well-known/openid-configuration. Defaults to Ory Hydra's userinfo endpoint at /userinfo. Set this value if you want to handle this endpoint yourself. This governs the \"webfinger.
|
|
196
|
+
# Configures OpenID Connect Discovery and overwrites userinfo endpoint to be advertised at the OpenID Connect Discovery endpoint /.well-known/openid-configuration. Defaults to Ory Hydra's userinfo endpoint at /userinfo. Set this value if you want to handle this endpoint yourself. This governs the \"webfinger.oidc_discovery.userinfo_url\" setting.
|
|
184
197
|
attr_accessor :hydra_webfinger_oidc_discovery_userinfo_url
|
|
185
198
|
|
|
186
199
|
# The revision ID.
|
|
187
200
|
attr_accessor :id
|
|
188
201
|
|
|
189
|
-
# The Revisions' Keto Namespace Configuration The string is a URL pointing to an OPL file with the configuration.
|
|
202
|
+
# The Revisions' Keto Namespace Configuration The string is a URL pointing to an OPL file with the configuration. This governs the \"namespaces.location\" setting.
|
|
190
203
|
attr_accessor :keto_namespace_configuration
|
|
191
204
|
|
|
192
205
|
attr_accessor :keto_namespaces
|
|
193
206
|
|
|
207
|
+
# Configures Keto's pagination secrets. This governs the \"secrets.pagination\" setting.
|
|
194
208
|
attr_accessor :keto_secrets_pagination
|
|
195
209
|
|
|
196
210
|
# Configures the Ory Kratos Cookie SameSite Attribute This governs the \"cookies.same_site\" setting.
|
|
@@ -198,37 +212,37 @@ module OryClient
|
|
|
198
212
|
|
|
199
213
|
attr_accessor :kratos_courier_channels
|
|
200
214
|
|
|
201
|
-
# The delivery strategy to use when sending emails `smtp`: Use SMTP server `http`: Use the built in HTTP client to send the email to some remote service
|
|
215
|
+
# The delivery strategy to use when sending emails This governs the \"courier.delivery_strategy\" setting. `smtp`: Use SMTP server `http`: Use the built in HTTP client to send the email to some remote service
|
|
202
216
|
attr_accessor :kratos_courier_delivery_strategy
|
|
203
217
|
|
|
204
|
-
# The location of the API key to use in the HTTP email sending service's authentication `header`: Send the key value pair as a header `cookie`: Send the key value pair as a cookie This governs the \"courier.http.auth.config.in\" setting
|
|
218
|
+
# The location of the API key to use in the HTTP email sending service's authentication `header`: Send the key value pair as a header `cookie`: Send the key value pair as a cookie This governs the \"courier.http.request_config.auth.config.in\" setting.
|
|
205
219
|
attr_accessor :kratos_courier_http_request_config_auth_api_key_in
|
|
206
220
|
|
|
207
|
-
# The name of the API key to use in the HTTP email sending service's authentication This governs the \"courier.http.auth.config.name\" setting
|
|
221
|
+
# The name of the API key to use in the HTTP email sending service's authentication This governs the \"courier.http.request_config.auth.config.name\" setting.
|
|
208
222
|
attr_accessor :kratos_courier_http_request_config_auth_api_key_name
|
|
209
223
|
|
|
210
|
-
# The value of the API key to use in the HTTP email sending service's authentication This governs the \"courier.http.auth.config.value\" setting
|
|
224
|
+
# The value of the API key to use in the HTTP email sending service's authentication This governs the \"courier.http.request_config.auth.config.value\" setting.
|
|
211
225
|
attr_accessor :kratos_courier_http_request_config_auth_api_key_value
|
|
212
226
|
|
|
213
|
-
# The password to use for basic auth in the HTTP email sending service's authentication This governs the \"courier.http.auth.config.password\" setting
|
|
227
|
+
# The password to use for basic auth in the HTTP email sending service's authentication This governs the \"courier.http.request_config.auth.config.password\" setting.
|
|
214
228
|
attr_accessor :kratos_courier_http_request_config_auth_basic_auth_password
|
|
215
229
|
|
|
216
|
-
# The user to use for basic auth in the HTTP email sending service's authentication This governs the \"courier.http.auth.config.user\" setting
|
|
230
|
+
# The user to use for basic auth in the HTTP email sending service's authentication This governs the \"courier.http.request_config.auth.config.user\" setting.
|
|
217
231
|
attr_accessor :kratos_courier_http_request_config_auth_basic_auth_user
|
|
218
232
|
|
|
219
|
-
# The authentication type to use while contacting the remote HTTP email sending service `basic_auth`: Use Basic Authentication `api_key`: Use API Key Authentication in a header or cookie
|
|
233
|
+
# The authentication type to use while contacting the remote HTTP email sending service This governs the \"courier.http.request_config.auth.type\" setting. `basic_auth`: Use Basic Authentication `api_key`: Use API Key Authentication in a header or cookie
|
|
220
234
|
attr_accessor :kratos_courier_http_request_config_auth_type
|
|
221
235
|
|
|
222
|
-
# The Jsonnet template to generate the body to send to the remote HTTP email sending service Should be valid Jsonnet and base64 encoded This governs the \"courier.http.body\" setting
|
|
236
|
+
# The Jsonnet template to generate the body to send to the remote HTTP email sending service Should be valid Jsonnet and base64 encoded This governs the \"courier.http.request_config.body\" setting.
|
|
223
237
|
attr_accessor :kratos_courier_http_request_config_body
|
|
224
238
|
|
|
225
|
-
#
|
|
239
|
+
# Any additional headers to send to the remote HTTP email sending service This governs the \"courier.http.request_config.headers\" setting.
|
|
226
240
|
attr_accessor :kratos_courier_http_request_config_headers
|
|
227
241
|
|
|
228
|
-
# The http METHOD to use when calling the remote HTTP email sending service
|
|
242
|
+
# The http METHOD to use when calling the remote HTTP email sending service This governs the \"courier.http.request_config.method\" setting.
|
|
229
243
|
attr_accessor :kratos_courier_http_request_config_method
|
|
230
244
|
|
|
231
|
-
# The URL of the remote HTTP email sending service This governs the \"courier.http.url\" setting
|
|
245
|
+
# The URL of the remote HTTP email sending service This governs the \"courier.http.request_config.url\" setting.
|
|
232
246
|
attr_accessor :kratos_courier_http_request_config_url
|
|
233
247
|
|
|
234
248
|
# Configures the Ory Kratos SMTP Connection URI This governs the \"courier.smtp.connection_uri\" setting.
|
|
@@ -240,109 +254,109 @@ module OryClient
|
|
|
240
254
|
# Configures the Ory Kratos SMTP From Name This governs the \"courier.smtp.from_name\" setting.
|
|
241
255
|
attr_accessor :kratos_courier_smtp_from_name
|
|
242
256
|
|
|
243
|
-
#
|
|
257
|
+
# Configures the Ory Kratos SMTP Connection Headers This governs the \"courier.smtp.headers\" setting.
|
|
244
258
|
attr_accessor :kratos_courier_smtp_headers
|
|
245
259
|
|
|
246
260
|
# Configures the local_name to use in SMTP connections This governs the \"courier.smtp.local_name\" setting.
|
|
247
261
|
attr_accessor :kratos_courier_smtp_local_name
|
|
248
262
|
|
|
249
|
-
# Configures the Ory Kratos Valid Login via Code Email Body HTML Template This governs the \"courier.
|
|
263
|
+
# Configures the Ory Kratos Valid Login via Code Email Body HTML Template This governs the \"courier.templates.login_code.valid.email.body.html\" setting.
|
|
250
264
|
attr_accessor :kratos_courier_templates_login_code_valid_email_body_html
|
|
251
265
|
|
|
252
|
-
# Configures the Ory Kratos Valid Login via Code Email Body Plaintext Template This governs the \"courier.
|
|
266
|
+
# Configures the Ory Kratos Valid Login via Code Email Body Plaintext Template This governs the \"courier.templates.login_code.valid.email.body.plaintext\" setting.
|
|
253
267
|
attr_accessor :kratos_courier_templates_login_code_valid_email_body_plaintext
|
|
254
268
|
|
|
255
|
-
# Configures the Ory Kratos Valid Login via Code Email Subject Template This governs the \"courier.
|
|
269
|
+
# Configures the Ory Kratos Valid Login via Code Email Subject Template This governs the \"courier.templates.login_code.valid.email.subject\" setting.
|
|
256
270
|
attr_accessor :kratos_courier_templates_login_code_valid_email_subject
|
|
257
271
|
|
|
258
|
-
# Configures the Ory Kratos Valid Login via Code SMS plain text body This governs the \"courier.
|
|
272
|
+
# Configures the Ory Kratos Valid Login via Code SMS plain text body This governs the \"courier.templates.login_code.valid.sms.body.plaintext\" setting.
|
|
259
273
|
attr_accessor :kratos_courier_templates_login_code_valid_sms_body_plaintext
|
|
260
274
|
|
|
261
|
-
# Configures the Ory Kratos Invalid Recovery via Code Email Body HTML Template This governs the \"courier.
|
|
275
|
+
# Configures the Ory Kratos Invalid Recovery via Code Email Body HTML Template This governs the \"courier.templates.recovery_code.invalid.email.body.html\" setting.
|
|
262
276
|
attr_accessor :kratos_courier_templates_recovery_code_invalid_email_body_html
|
|
263
277
|
|
|
264
|
-
# Configures the Ory Kratos Invalid Recovery via Code Email Body Plaintext Template This governs the \"courier.
|
|
278
|
+
# Configures the Ory Kratos Invalid Recovery via Code Email Body Plaintext Template This governs the \"courier.templates.recovery_code.invalid.email.body.plaintext\" setting.
|
|
265
279
|
attr_accessor :kratos_courier_templates_recovery_code_invalid_email_body_plaintext
|
|
266
280
|
|
|
267
|
-
# Configures the Ory Kratos Invalid Recovery via Code Email Subject Template This governs the \"courier.
|
|
281
|
+
# Configures the Ory Kratos Invalid Recovery via Code Email Subject Template This governs the \"courier.templates.recovery_code.invalid.email.subject\" setting.
|
|
268
282
|
attr_accessor :kratos_courier_templates_recovery_code_invalid_email_subject
|
|
269
283
|
|
|
270
|
-
# Configures the Ory Kratos Valid Recovery via Code Email Body HTML Template This governs the \"courier.
|
|
284
|
+
# Configures the Ory Kratos Valid Recovery via Code Email Body HTML Template This governs the \"courier.templates.recovery_code.valid.email.body.html\" setting.
|
|
271
285
|
attr_accessor :kratos_courier_templates_recovery_code_valid_email_body_html
|
|
272
286
|
|
|
273
|
-
# Configures the Ory Kratos Valid Recovery via Code Email Body Plaintext Template This governs the \"courier.
|
|
287
|
+
# Configures the Ory Kratos Valid Recovery via Code Email Body Plaintext Template This governs the \"courier.templates.recovery_code.valid.email.body.plaintext\" setting.
|
|
274
288
|
attr_accessor :kratos_courier_templates_recovery_code_valid_email_body_plaintext
|
|
275
289
|
|
|
276
|
-
# Configures the Ory Kratos Valid Recovery via Code Email Subject Template This governs the \"courier.
|
|
290
|
+
# Configures the Ory Kratos Valid Recovery via Code Email Subject Template This governs the \"courier.templates.recovery_code.valid.email.subject\" setting.
|
|
277
291
|
attr_accessor :kratos_courier_templates_recovery_code_valid_email_subject
|
|
278
292
|
|
|
279
|
-
# Configures the Ory Kratos Invalid Recovery Email Body HTML Template This governs the \"courier.
|
|
293
|
+
# Configures the Ory Kratos Invalid Recovery Email Body HTML Template This governs the \"courier.templates.recovery.invalid.email.body.html\" setting.
|
|
280
294
|
attr_accessor :kratos_courier_templates_recovery_invalid_email_body_html
|
|
281
295
|
|
|
282
|
-
# Configures the Ory Kratos Invalid Recovery Email Body Plaintext Template This governs the \"courier.
|
|
296
|
+
# Configures the Ory Kratos Invalid Recovery Email Body Plaintext Template This governs the \"courier.templates.recovery.invalid.email.body.plaintext\" setting.
|
|
283
297
|
attr_accessor :kratos_courier_templates_recovery_invalid_email_body_plaintext
|
|
284
298
|
|
|
285
|
-
# Configures the Ory Kratos Invalid Recovery Email Subject Template This governs the \"courier.
|
|
299
|
+
# Configures the Ory Kratos Invalid Recovery Email Subject Template This governs the \"courier.templates.recovery.invalid.email.subject\" setting.
|
|
286
300
|
attr_accessor :kratos_courier_templates_recovery_invalid_email_subject
|
|
287
301
|
|
|
288
|
-
# Configures the Ory Kratos Valid Recovery Email Body HTML Template This governs the \"courier.
|
|
302
|
+
# Configures the Ory Kratos Valid Recovery Email Body HTML Template This governs the \"courier.templates.recovery.valid.email.body.html\" setting.
|
|
289
303
|
attr_accessor :kratos_courier_templates_recovery_valid_email_body_html
|
|
290
304
|
|
|
291
|
-
# Configures the Ory Kratos Valid Recovery Email Body Plaintext Template This governs the \"courier.
|
|
305
|
+
# Configures the Ory Kratos Valid Recovery Email Body Plaintext Template This governs the \"courier.templates.recovery.valid.email.body.plaintext\" setting.
|
|
292
306
|
attr_accessor :kratos_courier_templates_recovery_valid_email_body_plaintext
|
|
293
307
|
|
|
294
|
-
# Configures the Ory Kratos Valid Recovery Email Subject Template This governs the \"courier.
|
|
308
|
+
# Configures the Ory Kratos Valid Recovery Email Subject Template This governs the \"courier.templates.recovery.valid.email.subject\" setting.
|
|
295
309
|
attr_accessor :kratos_courier_templates_recovery_valid_email_subject
|
|
296
310
|
|
|
297
|
-
# Configures the Ory Kratos Valid Registration via Code Email Body HTML Template This governs the \"courier.
|
|
311
|
+
# Configures the Ory Kratos Valid Registration via Code Email Body HTML Template This governs the \"courier.templates.registration_code.valid.email.body.html\" setting.
|
|
298
312
|
attr_accessor :kratos_courier_templates_registration_code_valid_email_body_html
|
|
299
313
|
|
|
300
|
-
# Configures the Ory Kratos Valid Registration via Code Email Body Plaintext Template This governs the \"courier.
|
|
314
|
+
# Configures the Ory Kratos Valid Registration via Code Email Body Plaintext Template This governs the \"courier.templates.registration_code.valid.email.body.plaintext\" setting.
|
|
301
315
|
attr_accessor :kratos_courier_templates_registration_code_valid_email_body_plaintext
|
|
302
316
|
|
|
303
|
-
# Configures the Ory Kratos Valid Registration via Code Email Subject Template This governs the \"courier.
|
|
317
|
+
# Configures the Ory Kratos Valid Registration via Code Email Subject Template This governs the \"courier.templates.registration_code.valid.email.subject\" setting.
|
|
304
318
|
attr_accessor :kratos_courier_templates_registration_code_valid_email_subject
|
|
305
319
|
|
|
306
|
-
# Configures the Ory Kratos Valid Registration via Code
|
|
320
|
+
# Configures the Ory Kratos Valid Registration via Code SMS Body Plaintext Template This governs the \"courier.templates.registration_code.valid.sms.body.plaintext\" setting.
|
|
307
321
|
attr_accessor :kratos_courier_templates_registration_code_valid_sms_body_plaintext
|
|
308
322
|
|
|
309
|
-
# Configures the Ory Kratos Invalid Verification via Code Email Body HTML Template This governs the \"courier.
|
|
323
|
+
# Configures the Ory Kratos Invalid Verification via Code Email Body HTML Template This governs the \"courier.templates.verification_code.invalid.email.body.html\" setting.
|
|
310
324
|
attr_accessor :kratos_courier_templates_verification_code_invalid_email_body_html
|
|
311
325
|
|
|
312
|
-
# Configures the Ory Kratos Invalid Verification via Code Email Body Plaintext Template This governs the \"courier.
|
|
326
|
+
# Configures the Ory Kratos Invalid Verification via Code Email Body Plaintext Template This governs the \"courier.templates.verification_code.invalid.email.body.plaintext\" setting.
|
|
313
327
|
attr_accessor :kratos_courier_templates_verification_code_invalid_email_body_plaintext
|
|
314
328
|
|
|
315
|
-
# Configures the Ory Kratos Invalid Verification via Code Email Subject Template This governs the \"courier.
|
|
329
|
+
# Configures the Ory Kratos Invalid Verification via Code Email Subject Template This governs the \"courier.templates.verification_code.invalid.email.subject\" setting.
|
|
316
330
|
attr_accessor :kratos_courier_templates_verification_code_invalid_email_subject
|
|
317
331
|
|
|
318
|
-
# Configures the Ory Kratos Valid Verification via Code Email Body HTML Template This governs the \"courier.
|
|
332
|
+
# Configures the Ory Kratos Valid Verification via Code Email Body HTML Template This governs the \"courier.templates.verification_code.valid.email.body.html\" setting.
|
|
319
333
|
attr_accessor :kratos_courier_templates_verification_code_valid_email_body_html
|
|
320
334
|
|
|
321
|
-
# Configures the Ory Kratos Valid Verification via Code Email Body Plaintext Template This governs the \"courier.
|
|
335
|
+
# Configures the Ory Kratos Valid Verification via Code Email Body Plaintext Template This governs the \"courier.templates.verification_code.valid.email.body.plaintext\" setting.
|
|
322
336
|
attr_accessor :kratos_courier_templates_verification_code_valid_email_body_plaintext
|
|
323
337
|
|
|
324
|
-
# Configures the Ory Kratos Valid Verification via Code Email Subject Template This governs the \"courier.
|
|
338
|
+
# Configures the Ory Kratos Valid Verification via Code Email Subject Template This governs the \"courier.templates.verification_code.valid.email.subject\" setting.
|
|
325
339
|
attr_accessor :kratos_courier_templates_verification_code_valid_email_subject
|
|
326
340
|
|
|
327
|
-
# Configures the Ory Kratos Valid Verification via Code SMS Body Plaintext This governs the \"courier.
|
|
341
|
+
# Configures the Ory Kratos Valid Verification via Code SMS Body Plaintext This governs the \"courier.templates.verification_code.valid.sms.body.plaintext\" setting.
|
|
328
342
|
attr_accessor :kratos_courier_templates_verification_code_valid_sms_body_plaintext
|
|
329
343
|
|
|
330
|
-
# Configures the Ory Kratos Invalid Verification Email Body HTML Template This governs the \"courier.
|
|
344
|
+
# Configures the Ory Kratos Invalid Verification Email Body HTML Template This governs the \"courier.templates.verification.invalid.email.body.html\" setting.
|
|
331
345
|
attr_accessor :kratos_courier_templates_verification_invalid_email_body_html
|
|
332
346
|
|
|
333
|
-
# Configures the Ory Kratos Invalid Verification Email Body Plaintext Template This governs the \"courier.
|
|
347
|
+
# Configures the Ory Kratos Invalid Verification Email Body Plaintext Template This governs the \"courier.templates.verification.invalid.email.body.plaintext\" setting.
|
|
334
348
|
attr_accessor :kratos_courier_templates_verification_invalid_email_body_plaintext
|
|
335
349
|
|
|
336
|
-
# Configures the Ory Kratos Invalid Verification Email Subject Template This governs the \"courier.
|
|
350
|
+
# Configures the Ory Kratos Invalid Verification Email Subject Template This governs the \"courier.templates.verification.invalid.email.subject\" setting.
|
|
337
351
|
attr_accessor :kratos_courier_templates_verification_invalid_email_subject
|
|
338
352
|
|
|
339
|
-
# Configures the Ory Kratos Valid Verification Email Body HTML Template This governs the \"courier.
|
|
353
|
+
# Configures the Ory Kratos Valid Verification Email Body HTML Template This governs the \"courier.templates.verification.valid.email.body.html\" setting.
|
|
340
354
|
attr_accessor :kratos_courier_templates_verification_valid_email_body_html
|
|
341
355
|
|
|
342
|
-
# Configures the Ory Kratos Valid Verification Email Body Plaintext Template This governs the \"courier.
|
|
356
|
+
# Configures the Ory Kratos Valid Verification Email Body Plaintext Template This governs the \"courier.templates.verification.valid.email.body.plaintext\" setting.
|
|
343
357
|
attr_accessor :kratos_courier_templates_verification_valid_email_body_plaintext
|
|
344
358
|
|
|
345
|
-
# Configures the Ory Kratos Valid Verification Email Subject Template This governs the \"courier.
|
|
359
|
+
# Configures the Ory Kratos Valid Verification Email Subject Template This governs the \"courier.templates.verification.valid.email.subject\" setting.
|
|
346
360
|
attr_accessor :kratos_courier_templates_verification_valid_email_subject
|
|
347
361
|
|
|
348
362
|
# Configures the Ory Kratos Session caching feature flag This governs the \"feature_flags.cacheable_sessions\" setting.
|
|
@@ -366,7 +380,7 @@ module OryClient
|
|
|
366
380
|
# Return a form error if the login identifier is not verified If true, the login flow will return a form error if the login identifier is not verified, which restores legacy behavior. If this value is false, the `continue_with` array will contain a `show_verification_ui` hook instead. This flag is deprecated and will be removed in the future. This governs the \"feature_flags.legacy_require_verified_login_error\" setting.
|
|
367
381
|
attr_accessor :kratos_feature_flags_legacy_require_verified_login_error
|
|
368
382
|
|
|
369
|
-
# Configures the group for the password method in the registration flow. If true, it sets the password method group value to \"password\" if it is the only method available. This is the legacy behavior. If false is, it sets the password method group value to \"default\".
|
|
383
|
+
# Configures the group for the password method in the registration flow. If true, it sets the password method group value to \"password\" if it is the only method available. This is the legacy behavior. If false is, it sets the password method group value to \"default\". This governs the \"feature_flags.password_profile_registration_node_group\" setting.
|
|
370
384
|
attr_accessor :kratos_feature_flags_password_profile_registration_node_group
|
|
371
385
|
|
|
372
386
|
# Configures the Ory Kratos Session use_continue_with_transitions flag This governs the \"feature_flags.use_continue_with_transitions\" setting.
|
|
@@ -374,44 +388,49 @@ module OryClient
|
|
|
374
388
|
|
|
375
389
|
attr_accessor :kratos_identity_schemas
|
|
376
390
|
|
|
377
|
-
#
|
|
391
|
+
# Configures the OAuth2 Provider Integration HTTP Headers This governs the \"oauth2_provider.headers\" setting.
|
|
378
392
|
attr_accessor :kratos_oauth2_provider_headers
|
|
379
393
|
|
|
380
|
-
# Kratos OAuth2 Provider Override Return To Enabling this allows Kratos to set the return_to parameter automatically to the OAuth2 request URL on the login flow, allowing complex flows such as recovery to continue to the initial OAuth2 flow.
|
|
394
|
+
# Kratos OAuth2 Provider Override Return To Enabling this allows Kratos to set the return_to parameter automatically to the OAuth2 request URL on the login flow, allowing complex flows such as recovery to continue to the initial OAuth2 flow. This governs the \"oauth2_provider.override_return_to\" setting.
|
|
381
395
|
attr_accessor :kratos_oauth2_provider_override_return_to
|
|
382
396
|
|
|
383
397
|
# The Revisions' OAuth2 Provider Integration URL This governs the \"oauth2_provider.url\" setting.
|
|
384
398
|
attr_accessor :kratos_oauth2_provider_url
|
|
385
399
|
|
|
386
|
-
# Configures the default read consistency level for identity APIs
|
|
400
|
+
# Configures the default read consistency level for identity APIs The read consistency level determines the consistency guarantee for reads: strong (slow): The read is guaranteed to return the most recent data committed at the start of the read. eventual (very fast): The result will return data that is about 4.8 seconds old. Setting the default consistency level to `eventual` may cause regressions in the future as we add consistency controls to more APIs. Currently, the following APIs will be affected by this setting: `GET /admin/identities` Defaults to \"strong\" for new and existing projects. This feature is in preview. Use with caution. This governs the \"preview.default_read_consistency_level\" setting.
|
|
387
401
|
attr_accessor :kratos_preview_default_read_consistency_level
|
|
388
402
|
|
|
403
|
+
# Configures the Ory Kratos Cipher Secret This governs the \"secrets.cipher\" setting.
|
|
389
404
|
attr_accessor :kratos_secrets_cipher
|
|
390
405
|
|
|
406
|
+
# Configures the Ory Kratos Cookie Secret This governs the \"secrets.cookie\" setting.
|
|
391
407
|
attr_accessor :kratos_secrets_cookie
|
|
392
408
|
|
|
409
|
+
# Configures the Ory Kratos Default Secret This governs the \"secrets.default\" setting.
|
|
393
410
|
attr_accessor :kratos_secrets_default
|
|
394
411
|
|
|
412
|
+
# Configures the Ory Kratos Pagination Secret This governs the \"secrets.pagination\" setting.
|
|
395
413
|
attr_accessor :kratos_secrets_pagination
|
|
396
414
|
|
|
397
|
-
# Configures if account enumeration should be mitigated when using identifier first login.
|
|
415
|
+
# Configures if account enumeration should be mitigated when using identifier first login. This governs the \"security.account_enumeration.mitigate\" setting.
|
|
398
416
|
attr_accessor :kratos_security_account_enumeration_mitigate
|
|
399
417
|
|
|
418
|
+
# Configures the Ory Kratos Allowed Return URLs This governs the \"selfservice.allowed_return_urls\" setting.
|
|
400
419
|
attr_accessor :kratos_selfservice_allowed_return_urls
|
|
401
420
|
|
|
402
|
-
# Configures the Ory Kratos Default Return URL This governs the \"selfservice.
|
|
421
|
+
# Configures the Ory Kratos Default Return URL This governs the \"selfservice.default_browser_return_url\" setting.
|
|
403
422
|
attr_accessor :kratos_selfservice_default_browser_return_url
|
|
404
423
|
|
|
405
424
|
# Configures the Ory Kratos Error UI URL This governs the \"selfservice.flows.error.ui_url\" setting.
|
|
406
425
|
attr_accessor :kratos_selfservice_flows_error_ui_url
|
|
407
426
|
|
|
408
|
-
# Configures the Ory Kratos Login After
|
|
427
|
+
# Configures the Ory Kratos Login After Code Default Return URL This governs the \"selfservice.flows.login.after.code.default_browser_return_url\" setting.
|
|
409
428
|
attr_accessor :kratos_selfservice_flows_login_after_code_default_browser_return_url
|
|
410
429
|
|
|
411
430
|
# Configures the Ory Kratos Login Default Return URL This governs the \"selfservice.flows.login.after.default_browser_return_url\" setting.
|
|
412
431
|
attr_accessor :kratos_selfservice_flows_login_after_default_browser_return_url
|
|
413
432
|
|
|
414
|
-
# Configures the Ory Kratos Login After
|
|
433
|
+
# Configures the Ory Kratos Login After Lookup Secret Default Return URL This governs the \"selfservice.flows.login.after.lookup_secret.default_browser_return_url\" setting.
|
|
415
434
|
attr_accessor :kratos_selfservice_flows_login_after_lookup_secret_default_browser_return_url
|
|
416
435
|
|
|
417
436
|
# Configures the Ory Kratos Login After OIDC Default Return URL This governs the \"selfservice.flows.login.after.oidc.default_browser_return_url\" setting.
|
|
@@ -423,7 +442,7 @@ module OryClient
|
|
|
423
442
|
# Configures the Ory Kratos Login After Password Default Return URL This governs the \"selfservice.flows.login.after.password.default_browser_return_url\" setting.
|
|
424
443
|
attr_accessor :kratos_selfservice_flows_login_after_password_default_browser_return_url
|
|
425
444
|
|
|
426
|
-
# Configures the Ory Kratos Login After
|
|
445
|
+
# Configures the Ory Kratos Login After TOTP Default Return URL This governs the \"selfservice.flows.login.after.totp.default_browser_return_url\" setting.
|
|
427
446
|
attr_accessor :kratos_selfservice_flows_login_after_totp_default_browser_return_url
|
|
428
447
|
|
|
429
448
|
# Configures the Ory Kratos Login After WebAuthn Default Return URL This governs the \"selfservice.flows.login.after.webauthn.default_browser_return_url\" setting.
|
|
@@ -468,7 +487,7 @@ module OryClient
|
|
|
468
487
|
# Configures the Ory Kratos Registration After OIDC Default Return URL This governs the \"selfservice.flows.registration.after.oidc.default_browser_return_url\" setting.
|
|
469
488
|
attr_accessor :kratos_selfservice_flows_registration_after_oidc_default_browser_return_url
|
|
470
489
|
|
|
471
|
-
# Configures the Ory Kratos Registration After Passkey Default Return URL This governs the \"selfservice.flows.registration.after.
|
|
490
|
+
# Configures the Ory Kratos Registration After Passkey Default Return URL This governs the \"selfservice.flows.registration.after.passkey.default_browser_return_url\" setting.
|
|
472
491
|
attr_accessor :kratos_selfservice_flows_registration_after_passkey_default_browser_return_url
|
|
473
492
|
|
|
474
493
|
# Configures the Ory Kratos Registration After Password Default Return URL This governs the \"selfservice.flows.registration.after.password.default_browser_return_url\" setting.
|
|
@@ -546,32 +565,34 @@ module OryClient
|
|
|
546
565
|
# Configures the Ory Kratos Strategy to use for Verification This governs the \"selfservice.flows.verification.use\" setting. link SelfServiceMessageVerificationStrategyLink code SelfServiceMessageVerificationStrategyCode
|
|
547
566
|
attr_accessor :kratos_selfservice_flows_verification_use
|
|
548
567
|
|
|
568
|
+
# Configures the CAPTCHA allowed domains list This governs the \"selfservice.methods.captcha.config.allowed_domains\" setting.
|
|
549
569
|
attr_accessor :kratos_selfservice_methods_captcha_config_allowed_domains
|
|
550
570
|
|
|
551
|
-
# Configures whether to use BYO or managed widget Reach out to your account manager to enable this feature.
|
|
571
|
+
# Configures whether to use BYO or managed widget Reach out to your account manager to enable this feature. This governs the \"selfservice.methods.captcha.config.byo\" setting.
|
|
552
572
|
attr_accessor :kratos_selfservice_methods_captcha_config_byo
|
|
553
573
|
|
|
554
|
-
# Configures the Cloudflare Turnstile site secret for Ory BYO CAPTCHA protection The site secret is private and will be never be shared with the client. This key is write only and the value will not be returned in response to a read request. Reach out to your account manager to enable this feature.
|
|
574
|
+
# Configures the Cloudflare Turnstile site secret for Ory BYO CAPTCHA protection The site secret is private and will be never be shared with the client. This key is write only and the value will not be returned in response to a read request. Reach out to your account manager to enable this feature. This governs the \"selfservice.methods.captcha.config.cf_turnstile.secret\" setting.
|
|
555
575
|
attr_accessor :kratos_selfservice_methods_captcha_config_cf_turnstile_byo_secret
|
|
556
576
|
|
|
557
|
-
# Configures the Cloudflare Turnstile site key for Ory BYO CAPTCHA protection The site key is public and will be shared with the client. Reach out to your account manager to enable this feature.
|
|
577
|
+
# Configures the Cloudflare Turnstile site key for Ory BYO CAPTCHA protection The site key is public and will be shared with the client. Reach out to your account manager to enable this feature. This governs the \"selfservice.methods.captcha.config.cf_turnstile.sitekey\" setting.
|
|
558
578
|
attr_accessor :kratos_selfservice_methods_captcha_config_cf_turnstile_byo_sitekey
|
|
559
579
|
|
|
560
|
-
# Configures the Cloudflare Turnstile site secret for managed CAPTCHA protection The site secret is private and will be never be shared with the client. This key is write only and the value will not be returned in response to a read request. Reach out to your account manager to enable this feature.
|
|
580
|
+
# Configures the Cloudflare Turnstile site secret for managed CAPTCHA protection The site secret is private and will be never be shared with the client. This key is write only and the value will not be returned in response to a read request. Reach out to your account manager to enable this feature. This governs the \"selfservice.methods.captcha.config.cf_turnstile.secret\" setting.
|
|
561
581
|
attr_accessor :kratos_selfservice_methods_captcha_config_cf_turnstile_secret
|
|
562
582
|
|
|
563
|
-
# Configures the Cloudflare Turnstile site key for managed CAPTCHA protection The site key is public and will be shared with the client. Reach out to your account manager to enable this feature.
|
|
583
|
+
# Configures the Cloudflare Turnstile site key for managed CAPTCHA protection The site key is public and will be shared with the client. Reach out to your account manager to enable this feature. This governs the \"selfservice.methods.captcha.config.cf_turnstile.sitekey\" setting.
|
|
564
584
|
attr_accessor :kratos_selfservice_methods_captcha_config_cf_turnstile_sitekey
|
|
565
585
|
|
|
566
|
-
# Configures
|
|
586
|
+
# Configures legacy CAPTCHA node injection behavior Reach out to your account manager to enable this feature. This governs the \"selfservice.methods.captcha.config.legacy_inject_node\" setting.
|
|
567
587
|
attr_accessor :kratos_selfservice_methods_captcha_config_legacy_inject_node
|
|
568
588
|
|
|
569
|
-
# Configures the Ory Kratos Self-Service Methods' Captcha Enabled Setting Reach out to your account manager to enable this feature.
|
|
589
|
+
# Configures the Ory Kratos Self-Service Methods' Captcha Enabled Setting Reach out to your account manager to enable this feature. This governs the \"selfservice.methods.captcha.enabled\" setting.
|
|
570
590
|
attr_accessor :kratos_selfservice_methods_captcha_enabled
|
|
571
591
|
|
|
572
592
|
# Configures the Ory Kratos Code Method's lifespan This governs the \"selfservice.methods.code.config.lifespan\" setting.
|
|
573
593
|
attr_accessor :kratos_selfservice_methods_code_config_lifespan
|
|
574
594
|
|
|
595
|
+
# Configures the maximum number of attempts to submit a one-time code in kratos. This governs the \"selfservice.methods.code.max_submissions\" setting.
|
|
575
596
|
attr_accessor :kratos_selfservice_methods_code_config_max_submissions
|
|
576
597
|
|
|
577
598
|
# Enables a fallback method required in certain legacy use cases. This governs the \"selfservice.methods.code.config.missing_credential_fallback_enabled\" setting.
|
|
@@ -618,6 +639,7 @@ module OryClient
|
|
|
618
639
|
# Configures the Ory Kratos Passkey RP ID This governs the \"selfservice.methods.passkey.config.rp.id\" setting.
|
|
619
640
|
attr_accessor :kratos_selfservice_methods_passkey_config_rp_id
|
|
620
641
|
|
|
642
|
+
# Configures the Ory Kratos Passkey RP Origins This governs the \"selfservice.methods.passkey.config.rp.origins\" setting.
|
|
621
643
|
attr_accessor :kratos_selfservice_methods_passkey_config_rp_origins
|
|
622
644
|
|
|
623
645
|
# Configures whether Ory Kratos Passkey authentication is enabled This governs the \"selfservice.methods.passkey.enabled\" setting.
|
|
@@ -667,6 +689,7 @@ module OryClient
|
|
|
667
689
|
# Configures the Ory Kratos Webauthn RP ID This governs the \"selfservice.methods.webauthn.config.rp.id\" setting.
|
|
668
690
|
attr_accessor :kratos_selfservice_methods_webauthn_config_rp_id
|
|
669
691
|
|
|
692
|
+
# Configures the Ory Kratos Webauthn RP Origins This governs the \"selfservice.methods.webauthn.config.rp.origins\" setting.
|
|
670
693
|
attr_accessor :kratos_selfservice_methods_webauthn_config_rp_origins
|
|
671
694
|
|
|
672
695
|
# Configures whether Ory Kratos Webauthn is enabled This governs the \"selfservice.methods.webauthn.enabled\" setting.
|
|
@@ -698,11 +721,13 @@ module OryClient
|
|
|
698
721
|
|
|
699
722
|
attr_accessor :scim_clients
|
|
700
723
|
|
|
724
|
+
# Configures the CORS Allowed Origins on admin APIs This governs the \"serve.admin.cors.allowed_origins\" setting.
|
|
701
725
|
attr_accessor :serve_admin_cors_allowed_origins
|
|
702
726
|
|
|
703
727
|
# Enable CORS headers on all admin APIs This governs the \"serve.admin.cors.enabled\" setting.
|
|
704
728
|
attr_accessor :serve_admin_cors_enabled
|
|
705
729
|
|
|
730
|
+
# Configures the CORS Allowed Origins on public APIs This governs the \"serve.public.cors.allowed_origins\" setting.
|
|
706
731
|
attr_accessor :serve_public_cors_allowed_origins
|
|
707
732
|
|
|
708
733
|
# Enable CORS headers on all public APIs This governs the \"serve.public.cors.enabled\" setting.
|
|
@@ -766,6 +791,7 @@ module OryClient
|
|
|
766
791
|
:'hydra_oauth2_mirror_top_level_claims' => :'hydra_oauth2_mirror_top_level_claims',
|
|
767
792
|
:'hydra_oauth2_pkce_enforced' => :'hydra_oauth2_pkce_enforced',
|
|
768
793
|
:'hydra_oauth2_pkce_enforced_for_public_clients' => :'hydra_oauth2_pkce_enforced_for_public_clients',
|
|
794
|
+
:'hydra_oauth2_preserve_ext_claims' => :'hydra_oauth2_preserve_ext_claims',
|
|
769
795
|
:'hydra_oauth2_refresh_token_hook' => :'hydra_oauth2_refresh_token_hook',
|
|
770
796
|
:'hydra_oauth2_token_hook' => :'hydra_oauth2_token_hook',
|
|
771
797
|
:'hydra_oidc_dynamic_client_registration_default_scope' => :'hydra_oidc_dynamic_client_registration_default_scope',
|
|
@@ -1026,6 +1052,7 @@ module OryClient
|
|
|
1026
1052
|
:'hydra_oauth2_mirror_top_level_claims' => :'Boolean',
|
|
1027
1053
|
:'hydra_oauth2_pkce_enforced' => :'Boolean',
|
|
1028
1054
|
:'hydra_oauth2_pkce_enforced_for_public_clients' => :'Boolean',
|
|
1055
|
+
:'hydra_oauth2_preserve_ext_claims' => :'Boolean',
|
|
1029
1056
|
:'hydra_oauth2_refresh_token_hook' => :'String',
|
|
1030
1057
|
:'hydra_oauth2_token_hook' => :'String',
|
|
1031
1058
|
:'hydra_oidc_dynamic_client_registration_default_scope' => :'Array<String>',
|
|
@@ -1251,10 +1278,6 @@ module OryClient
|
|
|
1251
1278
|
# List of attributes with nullable: true
|
|
1252
1279
|
def self.openapi_nullable
|
|
1253
1280
|
Set.new([
|
|
1254
|
-
:'kratos_courier_http_request_config_headers',
|
|
1255
|
-
:'kratos_courier_smtp_headers',
|
|
1256
|
-
:'kratos_oauth2_provider_headers',
|
|
1257
|
-
:'kratos_selfservice_methods_code_config_max_submissions',
|
|
1258
1281
|
])
|
|
1259
1282
|
end
|
|
1260
1283
|
|
|
@@ -1384,6 +1407,10 @@ module OryClient
|
|
|
1384
1407
|
self.hydra_oauth2_pkce_enforced_for_public_clients = attributes[:'hydra_oauth2_pkce_enforced_for_public_clients']
|
|
1385
1408
|
end
|
|
1386
1409
|
|
|
1410
|
+
if attributes.key?(:'hydra_oauth2_preserve_ext_claims')
|
|
1411
|
+
self.hydra_oauth2_preserve_ext_claims = attributes[:'hydra_oauth2_preserve_ext_claims']
|
|
1412
|
+
end
|
|
1413
|
+
|
|
1387
1414
|
if attributes.key?(:'hydra_oauth2_refresh_token_hook')
|
|
1388
1415
|
self.hydra_oauth2_refresh_token_hook = attributes[:'hydra_oauth2_refresh_token_hook']
|
|
1389
1416
|
end
|
|
@@ -2616,6 +2643,7 @@ module OryClient
|
|
|
2616
2643
|
hydra_oauth2_mirror_top_level_claims == o.hydra_oauth2_mirror_top_level_claims &&
|
|
2617
2644
|
hydra_oauth2_pkce_enforced == o.hydra_oauth2_pkce_enforced &&
|
|
2618
2645
|
hydra_oauth2_pkce_enforced_for_public_clients == o.hydra_oauth2_pkce_enforced_for_public_clients &&
|
|
2646
|
+
hydra_oauth2_preserve_ext_claims == o.hydra_oauth2_preserve_ext_claims &&
|
|
2619
2647
|
hydra_oauth2_refresh_token_hook == o.hydra_oauth2_refresh_token_hook &&
|
|
2620
2648
|
hydra_oauth2_token_hook == o.hydra_oauth2_token_hook &&
|
|
2621
2649
|
hydra_oidc_dynamic_client_registration_default_scope == o.hydra_oidc_dynamic_client_registration_default_scope &&
|
|
@@ -2846,7 +2874,7 @@ module OryClient
|
|
|
2846
2874
|
# Calculates hash code according to all attributes.
|
|
2847
2875
|
# @return [Integer] Hash code
|
|
2848
2876
|
def hash
|
|
2849
|
-
[account_experience_custom_translations, account_experience_default_locale, account_experience_enabled_locales, account_experience_favicon_dark, account_experience_favicon_light, account_experience_locale_behavior, account_experience_logo_dark, account_experience_logo_light, account_experience_theme_variables_dark, account_experience_theme_variables_light, created_at, disable_account_experience_welcome_screen, enable_ax_v2, environment, home_region, hydra_oauth2_allowed_top_level_claims, hydra_oauth2_client_credentials_default_grant_allowed_scope, hydra_oauth2_exclude_not_before_claim, hydra_oauth2_grant_jwt_iat_optional, hydra_oauth2_grant_jwt_jti_optional, hydra_oauth2_grant_jwt_max_ttl, hydra_oauth2_grant_refresh_token_rotation_grace_period, hydra_oauth2_mirror_top_level_claims, hydra_oauth2_pkce_enforced, hydra_oauth2_pkce_enforced_for_public_clients, hydra_oauth2_refresh_token_hook, hydra_oauth2_token_hook, hydra_oidc_dynamic_client_registration_default_scope, hydra_oidc_dynamic_client_registration_enabled, hydra_oidc_subject_identifiers_pairwise_salt, hydra_oidc_subject_identifiers_supported_types, hydra_secrets_cookie, hydra_secrets_pagination, hydra_secrets_system, hydra_serve_cookies_same_site_legacy_workaround, hydra_serve_cookies_same_site_mode, hydra_strategies_access_token, hydra_strategies_jwt_scope_claim, hydra_strategies_scope, hydra_ttl_access_token, hydra_ttl_auth_code, hydra_ttl_id_token, hydra_ttl_login_consent_request, hydra_ttl_refresh_token, hydra_urls_consent, hydra_urls_error, hydra_urls_login, hydra_urls_logout, hydra_urls_post_logout_redirect, hydra_urls_registration, hydra_urls_self_issuer, hydra_webfinger_jwks_broadcast_keys, hydra_webfinger_oidc_discovery_auth_url, hydra_webfinger_oidc_discovery_client_registration_url, hydra_webfinger_oidc_discovery_jwks_url, hydra_webfinger_oidc_discovery_supported_claims, hydra_webfinger_oidc_discovery_supported_scope, hydra_webfinger_oidc_discovery_token_url, hydra_webfinger_oidc_discovery_userinfo_url, id, keto_namespace_configuration, keto_namespaces, keto_secrets_pagination, kratos_cookies_same_site, kratos_courier_channels, kratos_courier_delivery_strategy, kratos_courier_http_request_config_auth_api_key_in, kratos_courier_http_request_config_auth_api_key_name, kratos_courier_http_request_config_auth_api_key_value, kratos_courier_http_request_config_auth_basic_auth_password, kratos_courier_http_request_config_auth_basic_auth_user, kratos_courier_http_request_config_auth_type, kratos_courier_http_request_config_body, kratos_courier_http_request_config_headers, kratos_courier_http_request_config_method, kratos_courier_http_request_config_url, kratos_courier_smtp_connection_uri, kratos_courier_smtp_from_address, kratos_courier_smtp_from_name, kratos_courier_smtp_headers, kratos_courier_smtp_local_name, kratos_courier_templates_login_code_valid_email_body_html, kratos_courier_templates_login_code_valid_email_body_plaintext, kratos_courier_templates_login_code_valid_email_subject, kratos_courier_templates_login_code_valid_sms_body_plaintext, kratos_courier_templates_recovery_code_invalid_email_body_html, kratos_courier_templates_recovery_code_invalid_email_body_plaintext, kratos_courier_templates_recovery_code_invalid_email_subject, kratos_courier_templates_recovery_code_valid_email_body_html, kratos_courier_templates_recovery_code_valid_email_body_plaintext, kratos_courier_templates_recovery_code_valid_email_subject, kratos_courier_templates_recovery_invalid_email_body_html, kratos_courier_templates_recovery_invalid_email_body_plaintext, kratos_courier_templates_recovery_invalid_email_subject, kratos_courier_templates_recovery_valid_email_body_html, kratos_courier_templates_recovery_valid_email_body_plaintext, kratos_courier_templates_recovery_valid_email_subject, kratos_courier_templates_registration_code_valid_email_body_html, kratos_courier_templates_registration_code_valid_email_body_plaintext, kratos_courier_templates_registration_code_valid_email_subject, kratos_courier_templates_registration_code_valid_sms_body_plaintext, kratos_courier_templates_verification_code_invalid_email_body_html, kratos_courier_templates_verification_code_invalid_email_body_plaintext, kratos_courier_templates_verification_code_invalid_email_subject, kratos_courier_templates_verification_code_valid_email_body_html, kratos_courier_templates_verification_code_valid_email_body_plaintext, kratos_courier_templates_verification_code_valid_email_subject, kratos_courier_templates_verification_code_valid_sms_body_plaintext, kratos_courier_templates_verification_invalid_email_body_html, kratos_courier_templates_verification_invalid_email_body_plaintext, kratos_courier_templates_verification_invalid_email_subject, kratos_courier_templates_verification_valid_email_body_html, kratos_courier_templates_verification_valid_email_body_plaintext, kratos_courier_templates_verification_valid_email_subject, kratos_feature_flags_cacheable_sessions, kratos_feature_flags_cacheable_sessions_max_age, kratos_feature_flags_choose_recovery_address, kratos_feature_flags_faster_session_extend, kratos_feature_flags_legacy_continue_with_verification_ui, kratos_feature_flags_legacy_oidc_registration_node_group, kratos_feature_flags_legacy_require_verified_login_error, kratos_feature_flags_password_profile_registration_node_group, kratos_feature_flags_use_continue_with_transitions, kratos_identity_schemas, kratos_oauth2_provider_headers, kratos_oauth2_provider_override_return_to, kratos_oauth2_provider_url, kratos_preview_default_read_consistency_level, kratos_secrets_cipher, kratos_secrets_cookie, kratos_secrets_default, kratos_secrets_pagination, kratos_security_account_enumeration_mitigate, kratos_selfservice_allowed_return_urls, kratos_selfservice_default_browser_return_url, kratos_selfservice_flows_error_ui_url, kratos_selfservice_flows_login_after_code_default_browser_return_url, kratos_selfservice_flows_login_after_default_browser_return_url, kratos_selfservice_flows_login_after_lookup_secret_default_browser_return_url, kratos_selfservice_flows_login_after_oidc_default_browser_return_url, kratos_selfservice_flows_login_after_passkey_default_browser_return_url, kratos_selfservice_flows_login_after_password_default_browser_return_url, kratos_selfservice_flows_login_after_totp_default_browser_return_url, kratos_selfservice_flows_login_after_webauthn_default_browser_return_url, kratos_selfservice_flows_login_lifespan, kratos_selfservice_flows_login_style, kratos_selfservice_flows_login_ui_url, kratos_selfservice_flows_logout_after_default_browser_return_url, kratos_selfservice_flows_recovery_after_default_browser_return_url, kratos_selfservice_flows_recovery_enabled, kratos_selfservice_flows_recovery_lifespan, kratos_selfservice_flows_recovery_notify_unknown_recipients, kratos_selfservice_flows_recovery_ui_url, kratos_selfservice_flows_recovery_use, kratos_selfservice_flows_registration_after_code_default_browser_return_url, kratos_selfservice_flows_registration_after_default_browser_return_url, kratos_selfservice_flows_registration_after_oidc_default_browser_return_url, kratos_selfservice_flows_registration_after_passkey_default_browser_return_url, kratos_selfservice_flows_registration_after_password_default_browser_return_url, kratos_selfservice_flows_registration_after_webauthn_default_browser_return_url, kratos_selfservice_flows_registration_enable_legacy_one_step, kratos_selfservice_flows_registration_enabled, kratos_selfservice_flows_registration_lifespan, kratos_selfservice_flows_registration_login_hints, kratos_selfservice_flows_registration_ui_url, kratos_selfservice_flows_settings_after_default_browser_return_url, kratos_selfservice_flows_settings_after_lookup_secret_default_browser_return_url, kratos_selfservice_flows_settings_after_oidc_default_browser_return_url, kratos_selfservice_flows_settings_after_passkey_default_browser_return_url, kratos_selfservice_flows_settings_after_password_default_browser_return_url, kratos_selfservice_flows_settings_after_profile_default_browser_return_url, kratos_selfservice_flows_settings_after_totp_default_browser_return_url, kratos_selfservice_flows_settings_after_webauthn_default_browser_return_url, kratos_selfservice_flows_settings_lifespan, kratos_selfservice_flows_settings_privileged_session_max_age, kratos_selfservice_flows_settings_required_aal, kratos_selfservice_flows_settings_ui_url, kratos_selfservice_flows_verification_after_default_browser_return_url, kratos_selfservice_flows_verification_enabled, kratos_selfservice_flows_verification_lifespan, kratos_selfservice_flows_verification_notify_unknown_recipients, kratos_selfservice_flows_verification_ui_url, kratos_selfservice_flows_verification_use, kratos_selfservice_methods_captcha_config_allowed_domains, kratos_selfservice_methods_captcha_config_byo, kratos_selfservice_methods_captcha_config_cf_turnstile_byo_secret, kratos_selfservice_methods_captcha_config_cf_turnstile_byo_sitekey, kratos_selfservice_methods_captcha_config_cf_turnstile_secret, kratos_selfservice_methods_captcha_config_cf_turnstile_sitekey, kratos_selfservice_methods_captcha_config_legacy_inject_node, kratos_selfservice_methods_captcha_enabled, kratos_selfservice_methods_code_config_lifespan, kratos_selfservice_methods_code_config_max_submissions, kratos_selfservice_methods_code_config_missing_credential_fallback_enabled, kratos_selfservice_methods_code_enabled, kratos_selfservice_methods_code_mfa_enabled, kratos_selfservice_methods_code_passwordless_enabled, kratos_selfservice_methods_code_passwordless_login_fallback_enabled, kratos_selfservice_methods_link_config_base_url, kratos_selfservice_methods_link_config_lifespan, kratos_selfservice_methods_link_enabled, kratos_selfservice_methods_lookup_secret_enabled, kratos_selfservice_methods_oidc_config_base_redirect_uri, kratos_selfservice_methods_oidc_config_providers, kratos_selfservice_methods_oidc_enable_auto_link_policy, kratos_selfservice_methods_oidc_enabled, kratos_selfservice_methods_passkey_config_rp_display_name, kratos_selfservice_methods_passkey_config_rp_id, kratos_selfservice_methods_passkey_config_rp_origins, kratos_selfservice_methods_passkey_enabled, kratos_selfservice_methods_password_config_haveibeenpwned_enabled, kratos_selfservice_methods_password_config_identifier_similarity_check_enabled, kratos_selfservice_methods_password_config_ignore_network_errors, kratos_selfservice_methods_password_config_max_breaches, kratos_selfservice_methods_password_config_min_password_length, kratos_selfservice_methods_password_enabled, kratos_selfservice_methods_profile_enabled, kratos_selfservice_methods_saml_config_providers, kratos_selfservice_methods_saml_enabled, kratos_selfservice_methods_totp_config_issuer, kratos_selfservice_methods_totp_enabled, kratos_selfservice_methods_webauthn_config_passwordless, kratos_selfservice_methods_webauthn_config_rp_display_name, kratos_selfservice_methods_webauthn_config_rp_icon, kratos_selfservice_methods_webauthn_config_rp_id, kratos_selfservice_methods_webauthn_config_rp_origins, kratos_selfservice_methods_webauthn_enabled, kratos_session_cookie_persistent, kratos_session_cookie_same_site, kratos_session_lifespan, kratos_session_whoami_required_aal, kratos_session_whoami_tokenizer_templates, name, organizations, project_id, project_revision_hooks, scim_clients, serve_admin_cors_allowed_origins, serve_admin_cors_enabled, serve_public_cors_allowed_origins, serve_public_cors_enabled, strict_security, updated_at, workspace_id].hash
|
|
2877
|
+
[account_experience_custom_translations, account_experience_default_locale, account_experience_enabled_locales, account_experience_favicon_dark, account_experience_favicon_light, account_experience_locale_behavior, account_experience_logo_dark, account_experience_logo_light, account_experience_theme_variables_dark, account_experience_theme_variables_light, created_at, disable_account_experience_welcome_screen, enable_ax_v2, environment, home_region, hydra_oauth2_allowed_top_level_claims, hydra_oauth2_client_credentials_default_grant_allowed_scope, hydra_oauth2_exclude_not_before_claim, hydra_oauth2_grant_jwt_iat_optional, hydra_oauth2_grant_jwt_jti_optional, hydra_oauth2_grant_jwt_max_ttl, hydra_oauth2_grant_refresh_token_rotation_grace_period, hydra_oauth2_mirror_top_level_claims, hydra_oauth2_pkce_enforced, hydra_oauth2_pkce_enforced_for_public_clients, hydra_oauth2_preserve_ext_claims, hydra_oauth2_refresh_token_hook, hydra_oauth2_token_hook, hydra_oidc_dynamic_client_registration_default_scope, hydra_oidc_dynamic_client_registration_enabled, hydra_oidc_subject_identifiers_pairwise_salt, hydra_oidc_subject_identifiers_supported_types, hydra_secrets_cookie, hydra_secrets_pagination, hydra_secrets_system, hydra_serve_cookies_same_site_legacy_workaround, hydra_serve_cookies_same_site_mode, hydra_strategies_access_token, hydra_strategies_jwt_scope_claim, hydra_strategies_scope, hydra_ttl_access_token, hydra_ttl_auth_code, hydra_ttl_id_token, hydra_ttl_login_consent_request, hydra_ttl_refresh_token, hydra_urls_consent, hydra_urls_error, hydra_urls_login, hydra_urls_logout, hydra_urls_post_logout_redirect, hydra_urls_registration, hydra_urls_self_issuer, hydra_webfinger_jwks_broadcast_keys, hydra_webfinger_oidc_discovery_auth_url, hydra_webfinger_oidc_discovery_client_registration_url, hydra_webfinger_oidc_discovery_jwks_url, hydra_webfinger_oidc_discovery_supported_claims, hydra_webfinger_oidc_discovery_supported_scope, hydra_webfinger_oidc_discovery_token_url, hydra_webfinger_oidc_discovery_userinfo_url, id, keto_namespace_configuration, keto_namespaces, keto_secrets_pagination, kratos_cookies_same_site, kratos_courier_channels, kratos_courier_delivery_strategy, kratos_courier_http_request_config_auth_api_key_in, kratos_courier_http_request_config_auth_api_key_name, kratos_courier_http_request_config_auth_api_key_value, kratos_courier_http_request_config_auth_basic_auth_password, kratos_courier_http_request_config_auth_basic_auth_user, kratos_courier_http_request_config_auth_type, kratos_courier_http_request_config_body, kratos_courier_http_request_config_headers, kratos_courier_http_request_config_method, kratos_courier_http_request_config_url, kratos_courier_smtp_connection_uri, kratos_courier_smtp_from_address, kratos_courier_smtp_from_name, kratos_courier_smtp_headers, kratos_courier_smtp_local_name, kratos_courier_templates_login_code_valid_email_body_html, kratos_courier_templates_login_code_valid_email_body_plaintext, kratos_courier_templates_login_code_valid_email_subject, kratos_courier_templates_login_code_valid_sms_body_plaintext, kratos_courier_templates_recovery_code_invalid_email_body_html, kratos_courier_templates_recovery_code_invalid_email_body_plaintext, kratos_courier_templates_recovery_code_invalid_email_subject, kratos_courier_templates_recovery_code_valid_email_body_html, kratos_courier_templates_recovery_code_valid_email_body_plaintext, kratos_courier_templates_recovery_code_valid_email_subject, kratos_courier_templates_recovery_invalid_email_body_html, kratos_courier_templates_recovery_invalid_email_body_plaintext, kratos_courier_templates_recovery_invalid_email_subject, kratos_courier_templates_recovery_valid_email_body_html, kratos_courier_templates_recovery_valid_email_body_plaintext, kratos_courier_templates_recovery_valid_email_subject, kratos_courier_templates_registration_code_valid_email_body_html, kratos_courier_templates_registration_code_valid_email_body_plaintext, kratos_courier_templates_registration_code_valid_email_subject, kratos_courier_templates_registration_code_valid_sms_body_plaintext, kratos_courier_templates_verification_code_invalid_email_body_html, kratos_courier_templates_verification_code_invalid_email_body_plaintext, kratos_courier_templates_verification_code_invalid_email_subject, kratos_courier_templates_verification_code_valid_email_body_html, kratos_courier_templates_verification_code_valid_email_body_plaintext, kratos_courier_templates_verification_code_valid_email_subject, kratos_courier_templates_verification_code_valid_sms_body_plaintext, kratos_courier_templates_verification_invalid_email_body_html, kratos_courier_templates_verification_invalid_email_body_plaintext, kratos_courier_templates_verification_invalid_email_subject, kratos_courier_templates_verification_valid_email_body_html, kratos_courier_templates_verification_valid_email_body_plaintext, kratos_courier_templates_verification_valid_email_subject, kratos_feature_flags_cacheable_sessions, kratos_feature_flags_cacheable_sessions_max_age, kratos_feature_flags_choose_recovery_address, kratos_feature_flags_faster_session_extend, kratos_feature_flags_legacy_continue_with_verification_ui, kratos_feature_flags_legacy_oidc_registration_node_group, kratos_feature_flags_legacy_require_verified_login_error, kratos_feature_flags_password_profile_registration_node_group, kratos_feature_flags_use_continue_with_transitions, kratos_identity_schemas, kratos_oauth2_provider_headers, kratos_oauth2_provider_override_return_to, kratos_oauth2_provider_url, kratos_preview_default_read_consistency_level, kratos_secrets_cipher, kratos_secrets_cookie, kratos_secrets_default, kratos_secrets_pagination, kratos_security_account_enumeration_mitigate, kratos_selfservice_allowed_return_urls, kratos_selfservice_default_browser_return_url, kratos_selfservice_flows_error_ui_url, kratos_selfservice_flows_login_after_code_default_browser_return_url, kratos_selfservice_flows_login_after_default_browser_return_url, kratos_selfservice_flows_login_after_lookup_secret_default_browser_return_url, kratos_selfservice_flows_login_after_oidc_default_browser_return_url, kratos_selfservice_flows_login_after_passkey_default_browser_return_url, kratos_selfservice_flows_login_after_password_default_browser_return_url, kratos_selfservice_flows_login_after_totp_default_browser_return_url, kratos_selfservice_flows_login_after_webauthn_default_browser_return_url, kratos_selfservice_flows_login_lifespan, kratos_selfservice_flows_login_style, kratos_selfservice_flows_login_ui_url, kratos_selfservice_flows_logout_after_default_browser_return_url, kratos_selfservice_flows_recovery_after_default_browser_return_url, kratos_selfservice_flows_recovery_enabled, kratos_selfservice_flows_recovery_lifespan, kratos_selfservice_flows_recovery_notify_unknown_recipients, kratos_selfservice_flows_recovery_ui_url, kratos_selfservice_flows_recovery_use, kratos_selfservice_flows_registration_after_code_default_browser_return_url, kratos_selfservice_flows_registration_after_default_browser_return_url, kratos_selfservice_flows_registration_after_oidc_default_browser_return_url, kratos_selfservice_flows_registration_after_passkey_default_browser_return_url, kratos_selfservice_flows_registration_after_password_default_browser_return_url, kratos_selfservice_flows_registration_after_webauthn_default_browser_return_url, kratos_selfservice_flows_registration_enable_legacy_one_step, kratos_selfservice_flows_registration_enabled, kratos_selfservice_flows_registration_lifespan, kratos_selfservice_flows_registration_login_hints, kratos_selfservice_flows_registration_ui_url, kratos_selfservice_flows_settings_after_default_browser_return_url, kratos_selfservice_flows_settings_after_lookup_secret_default_browser_return_url, kratos_selfservice_flows_settings_after_oidc_default_browser_return_url, kratos_selfservice_flows_settings_after_passkey_default_browser_return_url, kratos_selfservice_flows_settings_after_password_default_browser_return_url, kratos_selfservice_flows_settings_after_profile_default_browser_return_url, kratos_selfservice_flows_settings_after_totp_default_browser_return_url, kratos_selfservice_flows_settings_after_webauthn_default_browser_return_url, kratos_selfservice_flows_settings_lifespan, kratos_selfservice_flows_settings_privileged_session_max_age, kratos_selfservice_flows_settings_required_aal, kratos_selfservice_flows_settings_ui_url, kratos_selfservice_flows_verification_after_default_browser_return_url, kratos_selfservice_flows_verification_enabled, kratos_selfservice_flows_verification_lifespan, kratos_selfservice_flows_verification_notify_unknown_recipients, kratos_selfservice_flows_verification_ui_url, kratos_selfservice_flows_verification_use, kratos_selfservice_methods_captcha_config_allowed_domains, kratos_selfservice_methods_captcha_config_byo, kratos_selfservice_methods_captcha_config_cf_turnstile_byo_secret, kratos_selfservice_methods_captcha_config_cf_turnstile_byo_sitekey, kratos_selfservice_methods_captcha_config_cf_turnstile_secret, kratos_selfservice_methods_captcha_config_cf_turnstile_sitekey, kratos_selfservice_methods_captcha_config_legacy_inject_node, kratos_selfservice_methods_captcha_enabled, kratos_selfservice_methods_code_config_lifespan, kratos_selfservice_methods_code_config_max_submissions, kratos_selfservice_methods_code_config_missing_credential_fallback_enabled, kratos_selfservice_methods_code_enabled, kratos_selfservice_methods_code_mfa_enabled, kratos_selfservice_methods_code_passwordless_enabled, kratos_selfservice_methods_code_passwordless_login_fallback_enabled, kratos_selfservice_methods_link_config_base_url, kratos_selfservice_methods_link_config_lifespan, kratos_selfservice_methods_link_enabled, kratos_selfservice_methods_lookup_secret_enabled, kratos_selfservice_methods_oidc_config_base_redirect_uri, kratos_selfservice_methods_oidc_config_providers, kratos_selfservice_methods_oidc_enable_auto_link_policy, kratos_selfservice_methods_oidc_enabled, kratos_selfservice_methods_passkey_config_rp_display_name, kratos_selfservice_methods_passkey_config_rp_id, kratos_selfservice_methods_passkey_config_rp_origins, kratos_selfservice_methods_passkey_enabled, kratos_selfservice_methods_password_config_haveibeenpwned_enabled, kratos_selfservice_methods_password_config_identifier_similarity_check_enabled, kratos_selfservice_methods_password_config_ignore_network_errors, kratos_selfservice_methods_password_config_max_breaches, kratos_selfservice_methods_password_config_min_password_length, kratos_selfservice_methods_password_enabled, kratos_selfservice_methods_profile_enabled, kratos_selfservice_methods_saml_config_providers, kratos_selfservice_methods_saml_enabled, kratos_selfservice_methods_totp_config_issuer, kratos_selfservice_methods_totp_enabled, kratos_selfservice_methods_webauthn_config_passwordless, kratos_selfservice_methods_webauthn_config_rp_display_name, kratos_selfservice_methods_webauthn_config_rp_icon, kratos_selfservice_methods_webauthn_config_rp_id, kratos_selfservice_methods_webauthn_config_rp_origins, kratos_selfservice_methods_webauthn_enabled, kratos_session_cookie_persistent, kratos_session_cookie_same_site, kratos_session_lifespan, kratos_session_whoami_required_aal, kratos_session_whoami_tokenizer_templates, name, organizations, project_id, project_revision_hooks, scim_clients, serve_admin_cors_allowed_origins, serve_admin_cors_enabled, serve_public_cors_allowed_origins, serve_public_cors_enabled, strict_security, updated_at, workspace_id].hash
|
|
2850
2878
|
end
|
|
2851
2879
|
|
|
2852
2880
|
# Builds the object from hash
|