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
|
|
@@ -18,41 +18,43 @@ module OryClient
|
|
|
18
18
|
# The Account Experience's Custom Translations Contains all Custom Translations for this project.
|
|
19
19
|
attr_accessor :account_experience_custom_translations
|
|
20
20
|
|
|
21
|
-
# Holds the default locale for the account experience.
|
|
21
|
+
# Holds the default locale for the account experience. This governs the \"default_locale\" setting.
|
|
22
22
|
attr_accessor :account_experience_default_locale
|
|
23
23
|
|
|
24
|
+
# The Account Experience's Enabled Locales This governs the locales that are available in the account experience. This governs the \"enabled_locales\" setting.
|
|
24
25
|
attr_accessor :account_experience_enabled_locales
|
|
25
26
|
|
|
26
|
-
# Holds the URL to the account experience's dark theme favicon (currently unused).
|
|
27
|
+
# Holds the URL to the account experience's dark theme favicon (currently unused). This governs the \"favicon_dark\" setting.
|
|
27
28
|
attr_accessor :account_experience_favicon_dark
|
|
28
29
|
|
|
29
|
-
# Holds the URL to the account experience's favicon.
|
|
30
|
+
# Holds the URL to the account experience's favicon. This governs the \"favicon_light\" setting.
|
|
30
31
|
attr_accessor :account_experience_favicon_light
|
|
31
32
|
|
|
32
|
-
# 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.
|
|
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. This governs the \"locale_behavior\" setting.
|
|
33
34
|
attr_accessor :account_experience_locale_behavior
|
|
34
35
|
|
|
35
|
-
# Holds the URL to the account experience's dark theme logo (currently unused).
|
|
36
|
+
# Holds the URL to the account experience's dark theme logo (currently unused). This governs the \"logo_dark\" setting.
|
|
36
37
|
attr_accessor :account_experience_logo_dark
|
|
37
38
|
|
|
38
|
-
# Holds the URL to the account experience's logo.
|
|
39
|
+
# Holds the URL to the account experience's logo. This governs the \"logo_light\" setting.
|
|
39
40
|
attr_accessor :account_experience_logo_light
|
|
40
41
|
|
|
41
|
-
# Holds the URL to the account experience's dark theme variables.
|
|
42
|
+
# Holds the URL to the account experience's dark theme variables. This governs the \"theme_variables_dark\" setting.
|
|
42
43
|
attr_accessor :account_experience_theme_variables_dark
|
|
43
44
|
|
|
44
|
-
# Holds the URL to the account experience's light theme variables.
|
|
45
|
+
# Holds the URL to the account experience's light theme variables. This governs the \"theme_variables_light\" setting.
|
|
45
46
|
attr_accessor :account_experience_theme_variables_light
|
|
46
47
|
|
|
47
48
|
# The Project's Revision Creation Date
|
|
48
49
|
attr_accessor :created_at
|
|
49
50
|
|
|
50
|
-
# Whether to disable the account experience welcome screen, which is hosted under `/ui/welcome`.
|
|
51
|
+
# Whether to disable the account experience welcome screen, which is hosted under `/ui/welcome`. This governs the \"disable_welcome_screen\" setting.
|
|
51
52
|
attr_accessor :disable_account_experience_welcome_screen
|
|
52
53
|
|
|
53
|
-
# Whether the new account experience is enabled and reachable.
|
|
54
|
+
# Whether the new account experience is enabled and reachable. This governs the \"enable_ax_v2\" setting.
|
|
54
55
|
attr_accessor :enable_ax_v2
|
|
55
56
|
|
|
57
|
+
# 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.
|
|
56
58
|
attr_accessor :hydra_oauth2_allowed_top_level_claims
|
|
57
59
|
|
|
58
60
|
# 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.
|
|
@@ -82,12 +84,16 @@ module OryClient
|
|
|
82
84
|
# 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.
|
|
83
85
|
attr_accessor :hydra_oauth2_pkce_enforced_for_public_clients
|
|
84
86
|
|
|
87
|
+
# 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.
|
|
88
|
+
attr_accessor :hydra_oauth2_preserve_ext_claims
|
|
89
|
+
|
|
85
90
|
# 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.
|
|
86
91
|
attr_accessor :hydra_oauth2_refresh_token_hook
|
|
87
92
|
|
|
88
93
|
# 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.
|
|
89
94
|
attr_accessor :hydra_oauth2_token_hook
|
|
90
95
|
|
|
96
|
+
# 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.
|
|
91
97
|
attr_accessor :hydra_oidc_dynamic_client_registration_default_scope
|
|
92
98
|
|
|
93
99
|
# Configures OpenID Connect Dynamic Client Registration. This governs the \"oidc.dynamic_client_registration.enabled\" setting.
|
|
@@ -96,12 +102,16 @@ module OryClient
|
|
|
96
102
|
# Configures OpenID Connect Discovery and overwrites the pairwise algorithm This governs the \"oidc.subject_identifiers.pairwise_salt\" setting.
|
|
97
103
|
attr_accessor :hydra_oidc_subject_identifiers_pairwise_salt
|
|
98
104
|
|
|
105
|
+
# Configures OpenID Connect Discovery and overwrites the list of Subject Identifier Algorithms to enable. This governs the \"oidc.subject_identifiers.supported_types\" setting.
|
|
99
106
|
attr_accessor :hydra_oidc_subject_identifiers_supported_types
|
|
100
107
|
|
|
108
|
+
# Configures the Ory Hydra Cookie Secret This governs the \"secrets.cookie\" setting.
|
|
101
109
|
attr_accessor :hydra_secrets_cookie
|
|
102
110
|
|
|
111
|
+
# Configures the Ory Hydra Pagination Secret This governs the \"secrets.pagination\" setting.
|
|
103
112
|
attr_accessor :hydra_secrets_pagination
|
|
104
113
|
|
|
114
|
+
# Configures the Ory Hydra System Secret This governs the \"secrets.system\" setting.
|
|
105
115
|
attr_accessor :hydra_secrets_system
|
|
106
116
|
|
|
107
117
|
# Configures the Ory Hydra Cookie Same Site Legacy Workaround This governs the \"serve.cookies.same_site_legacy_workaround\" setting.
|
|
@@ -113,7 +123,7 @@ module OryClient
|
|
|
113
123
|
# Defines access token type This governs the \"strategies.access_token\" setting. opaque Oauth2AccessTokenStrategyOpaque jwt Oauth2AccessTokenStrategyJwt
|
|
114
124
|
attr_accessor :hydra_strategies_access_token
|
|
115
125
|
|
|
116
|
-
# Define the claim to use as the scope in the access token. This governs the \"strategies.jwt.scope_claim\" setting
|
|
126
|
+
# 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
|
|
117
127
|
attr_accessor :hydra_strategies_jwt_scope_claim
|
|
118
128
|
|
|
119
129
|
# 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
|
|
@@ -155,35 +165,39 @@ module OryClient
|
|
|
155
165
|
# 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.
|
|
156
166
|
attr_accessor :hydra_urls_self_issuer
|
|
157
167
|
|
|
168
|
+
# 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.
|
|
158
169
|
attr_accessor :hydra_webfinger_jwks_broadcast_keys
|
|
159
170
|
|
|
160
|
-
# Configures OpenID Connect Discovery and overwrites the OAuth2 Authorization URL. This governs the \"webfinger.
|
|
171
|
+
# Configures OpenID Connect Discovery and overwrites the OAuth2 Authorization URL. This governs the \"webfinger.oidc_discovery.auth_url\" setting.
|
|
161
172
|
attr_accessor :hydra_webfinger_oidc_discovery_auth_url
|
|
162
173
|
|
|
163
|
-
# Configures OpenID Connect Discovery and overwrites the OpenID Connect Dynamic Client Registration Endpoint. This governs the \"webfinger.
|
|
174
|
+
# Configures OpenID Connect Discovery and overwrites the OpenID Connect Dynamic Client Registration Endpoint. This governs the \"webfinger.oidc_discovery.client_registration_url\" setting.
|
|
164
175
|
attr_accessor :hydra_webfinger_oidc_discovery_client_registration_url
|
|
165
176
|
|
|
166
|
-
# Configures OpenID Connect Discovery and overwrites the JWKS URL. This governs the \"webfinger.
|
|
177
|
+
# Configures OpenID Connect Discovery and overwrites the JWKS URL. This governs the \"webfinger.oidc_discovery.jwks_url\" setting.
|
|
167
178
|
attr_accessor :hydra_webfinger_oidc_discovery_jwks_url
|
|
168
179
|
|
|
180
|
+
# 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.
|
|
169
181
|
attr_accessor :hydra_webfinger_oidc_discovery_supported_claims
|
|
170
182
|
|
|
183
|
+
# 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.
|
|
171
184
|
attr_accessor :hydra_webfinger_oidc_discovery_supported_scope
|
|
172
185
|
|
|
173
|
-
# Configures OpenID Connect Discovery and overwrites the OAuth2 Token URL. This governs the \"webfinger.
|
|
186
|
+
# Configures OpenID Connect Discovery and overwrites the OAuth2 Token URL. This governs the \"webfinger.oidc_discovery.token_url\" setting.
|
|
174
187
|
attr_accessor :hydra_webfinger_oidc_discovery_token_url
|
|
175
188
|
|
|
176
|
-
# 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.
|
|
189
|
+
# 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.
|
|
177
190
|
attr_accessor :hydra_webfinger_oidc_discovery_userinfo_url
|
|
178
191
|
|
|
179
192
|
# The revision ID.
|
|
180
193
|
attr_accessor :id
|
|
181
194
|
|
|
182
|
-
# The Revisions' Keto Namespace Configuration The string is a URL pointing to an OPL file with the configuration.
|
|
195
|
+
# The Revisions' Keto Namespace Configuration The string is a URL pointing to an OPL file with the configuration. This governs the \"namespaces.location\" setting.
|
|
183
196
|
attr_accessor :keto_namespace_configuration
|
|
184
197
|
|
|
185
198
|
attr_accessor :keto_namespaces
|
|
186
199
|
|
|
200
|
+
# Configures Keto's pagination secrets. This governs the \"secrets.pagination\" setting.
|
|
187
201
|
attr_accessor :keto_secrets_pagination
|
|
188
202
|
|
|
189
203
|
# Configures the Ory Kratos Cookie SameSite Attribute This governs the \"cookies.same_site\" setting.
|
|
@@ -191,37 +205,37 @@ module OryClient
|
|
|
191
205
|
|
|
192
206
|
attr_accessor :kratos_courier_channels
|
|
193
207
|
|
|
194
|
-
# 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
|
|
208
|
+
# 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
|
|
195
209
|
attr_accessor :kratos_courier_delivery_strategy
|
|
196
210
|
|
|
197
|
-
# 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
|
|
211
|
+
# 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.
|
|
198
212
|
attr_accessor :kratos_courier_http_request_config_auth_api_key_in
|
|
199
213
|
|
|
200
|
-
# 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
|
|
214
|
+
# 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.
|
|
201
215
|
attr_accessor :kratos_courier_http_request_config_auth_api_key_name
|
|
202
216
|
|
|
203
|
-
# 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
|
|
217
|
+
# 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.
|
|
204
218
|
attr_accessor :kratos_courier_http_request_config_auth_api_key_value
|
|
205
219
|
|
|
206
|
-
# The password to use for basic auth in the HTTP email sending service's authentication This governs the \"courier.http.auth.config.password\" setting
|
|
220
|
+
# 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.
|
|
207
221
|
attr_accessor :kratos_courier_http_request_config_auth_basic_auth_password
|
|
208
222
|
|
|
209
|
-
# The user to use for basic auth in the HTTP email sending service's authentication This governs the \"courier.http.auth.config.user\" setting
|
|
223
|
+
# 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.
|
|
210
224
|
attr_accessor :kratos_courier_http_request_config_auth_basic_auth_user
|
|
211
225
|
|
|
212
|
-
# 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
|
|
226
|
+
# 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
|
|
213
227
|
attr_accessor :kratos_courier_http_request_config_auth_type
|
|
214
228
|
|
|
215
|
-
# 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
|
|
229
|
+
# 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.
|
|
216
230
|
attr_accessor :kratos_courier_http_request_config_body
|
|
217
231
|
|
|
218
|
-
#
|
|
232
|
+
# Any additional headers to send to the remote HTTP email sending service This governs the \"courier.http.request_config.headers\" setting.
|
|
219
233
|
attr_accessor :kratos_courier_http_request_config_headers
|
|
220
234
|
|
|
221
|
-
# The http METHOD to use when calling the remote HTTP email sending service
|
|
235
|
+
# The http METHOD to use when calling the remote HTTP email sending service This governs the \"courier.http.request_config.method\" setting.
|
|
222
236
|
attr_accessor :kratos_courier_http_request_config_method
|
|
223
237
|
|
|
224
|
-
# The URL of the remote HTTP email sending service This governs the \"courier.http.url\" setting
|
|
238
|
+
# The URL of the remote HTTP email sending service This governs the \"courier.http.request_config.url\" setting.
|
|
225
239
|
attr_accessor :kratos_courier_http_request_config_url
|
|
226
240
|
|
|
227
241
|
# Configures the Ory Kratos SMTP Connection URI This governs the \"courier.smtp.connection_uri\" setting.
|
|
@@ -233,109 +247,109 @@ module OryClient
|
|
|
233
247
|
# Configures the Ory Kratos SMTP From Name This governs the \"courier.smtp.from_name\" setting.
|
|
234
248
|
attr_accessor :kratos_courier_smtp_from_name
|
|
235
249
|
|
|
236
|
-
#
|
|
250
|
+
# Configures the Ory Kratos SMTP Connection Headers This governs the \"courier.smtp.headers\" setting.
|
|
237
251
|
attr_accessor :kratos_courier_smtp_headers
|
|
238
252
|
|
|
239
253
|
# Configures the local_name to use in SMTP connections This governs the \"courier.smtp.local_name\" setting.
|
|
240
254
|
attr_accessor :kratos_courier_smtp_local_name
|
|
241
255
|
|
|
242
|
-
# Configures the Ory Kratos Valid Login via Code Email Body HTML Template This governs the \"courier.
|
|
256
|
+
# Configures the Ory Kratos Valid Login via Code Email Body HTML Template This governs the \"courier.templates.login_code.valid.email.body.html\" setting.
|
|
243
257
|
attr_accessor :kratos_courier_templates_login_code_valid_email_body_html
|
|
244
258
|
|
|
245
|
-
# Configures the Ory Kratos Valid Login via Code Email Body Plaintext Template This governs the \"courier.
|
|
259
|
+
# Configures the Ory Kratos Valid Login via Code Email Body Plaintext Template This governs the \"courier.templates.login_code.valid.email.body.plaintext\" setting.
|
|
246
260
|
attr_accessor :kratos_courier_templates_login_code_valid_email_body_plaintext
|
|
247
261
|
|
|
248
|
-
# Configures the Ory Kratos Valid Login via Code Email Subject Template This governs the \"courier.
|
|
262
|
+
# Configures the Ory Kratos Valid Login via Code Email Subject Template This governs the \"courier.templates.login_code.valid.email.subject\" setting.
|
|
249
263
|
attr_accessor :kratos_courier_templates_login_code_valid_email_subject
|
|
250
264
|
|
|
251
|
-
# Configures the Ory Kratos Valid Login via Code SMS plain text body This governs the \"courier.
|
|
265
|
+
# Configures the Ory Kratos Valid Login via Code SMS plain text body This governs the \"courier.templates.login_code.valid.sms.body.plaintext\" setting.
|
|
252
266
|
attr_accessor :kratos_courier_templates_login_code_valid_sms_body_plaintext
|
|
253
267
|
|
|
254
|
-
# Configures the Ory Kratos Invalid Recovery via Code Email Body HTML Template This governs the \"courier.
|
|
268
|
+
# Configures the Ory Kratos Invalid Recovery via Code Email Body HTML Template This governs the \"courier.templates.recovery_code.invalid.email.body.html\" setting.
|
|
255
269
|
attr_accessor :kratos_courier_templates_recovery_code_invalid_email_body_html
|
|
256
270
|
|
|
257
|
-
# Configures the Ory Kratos Invalid Recovery via Code Email Body Plaintext Template This governs the \"courier.
|
|
271
|
+
# Configures the Ory Kratos Invalid Recovery via Code Email Body Plaintext Template This governs the \"courier.templates.recovery_code.invalid.email.body.plaintext\" setting.
|
|
258
272
|
attr_accessor :kratos_courier_templates_recovery_code_invalid_email_body_plaintext
|
|
259
273
|
|
|
260
|
-
# Configures the Ory Kratos Invalid Recovery via Code Email Subject Template This governs the \"courier.
|
|
274
|
+
# Configures the Ory Kratos Invalid Recovery via Code Email Subject Template This governs the \"courier.templates.recovery_code.invalid.email.subject\" setting.
|
|
261
275
|
attr_accessor :kratos_courier_templates_recovery_code_invalid_email_subject
|
|
262
276
|
|
|
263
|
-
# Configures the Ory Kratos Valid Recovery via Code Email Body HTML Template This governs the \"courier.
|
|
277
|
+
# Configures the Ory Kratos Valid Recovery via Code Email Body HTML Template This governs the \"courier.templates.recovery_code.valid.email.body.html\" setting.
|
|
264
278
|
attr_accessor :kratos_courier_templates_recovery_code_valid_email_body_html
|
|
265
279
|
|
|
266
|
-
# Configures the Ory Kratos Valid Recovery via Code Email Body Plaintext Template This governs the \"courier.
|
|
280
|
+
# Configures the Ory Kratos Valid Recovery via Code Email Body Plaintext Template This governs the \"courier.templates.recovery_code.valid.email.body.plaintext\" setting.
|
|
267
281
|
attr_accessor :kratos_courier_templates_recovery_code_valid_email_body_plaintext
|
|
268
282
|
|
|
269
|
-
# Configures the Ory Kratos Valid Recovery via Code Email Subject Template This governs the \"courier.
|
|
283
|
+
# Configures the Ory Kratos Valid Recovery via Code Email Subject Template This governs the \"courier.templates.recovery_code.valid.email.subject\" setting.
|
|
270
284
|
attr_accessor :kratos_courier_templates_recovery_code_valid_email_subject
|
|
271
285
|
|
|
272
|
-
# Configures the Ory Kratos Invalid Recovery Email Body HTML Template This governs the \"courier.
|
|
286
|
+
# Configures the Ory Kratos Invalid Recovery Email Body HTML Template This governs the \"courier.templates.recovery.invalid.email.body.html\" setting.
|
|
273
287
|
attr_accessor :kratos_courier_templates_recovery_invalid_email_body_html
|
|
274
288
|
|
|
275
|
-
# Configures the Ory Kratos Invalid Recovery Email Body Plaintext Template This governs the \"courier.
|
|
289
|
+
# Configures the Ory Kratos Invalid Recovery Email Body Plaintext Template This governs the \"courier.templates.recovery.invalid.email.body.plaintext\" setting.
|
|
276
290
|
attr_accessor :kratos_courier_templates_recovery_invalid_email_body_plaintext
|
|
277
291
|
|
|
278
|
-
# Configures the Ory Kratos Invalid Recovery Email Subject Template This governs the \"courier.
|
|
292
|
+
# Configures the Ory Kratos Invalid Recovery Email Subject Template This governs the \"courier.templates.recovery.invalid.email.subject\" setting.
|
|
279
293
|
attr_accessor :kratos_courier_templates_recovery_invalid_email_subject
|
|
280
294
|
|
|
281
|
-
# Configures the Ory Kratos Valid Recovery Email Body HTML Template This governs the \"courier.
|
|
295
|
+
# Configures the Ory Kratos Valid Recovery Email Body HTML Template This governs the \"courier.templates.recovery.valid.email.body.html\" setting.
|
|
282
296
|
attr_accessor :kratos_courier_templates_recovery_valid_email_body_html
|
|
283
297
|
|
|
284
|
-
# Configures the Ory Kratos Valid Recovery Email Body Plaintext Template This governs the \"courier.
|
|
298
|
+
# Configures the Ory Kratos Valid Recovery Email Body Plaintext Template This governs the \"courier.templates.recovery.valid.email.body.plaintext\" setting.
|
|
285
299
|
attr_accessor :kratos_courier_templates_recovery_valid_email_body_plaintext
|
|
286
300
|
|
|
287
|
-
# Configures the Ory Kratos Valid Recovery Email Subject Template This governs the \"courier.
|
|
301
|
+
# Configures the Ory Kratos Valid Recovery Email Subject Template This governs the \"courier.templates.recovery.valid.email.subject\" setting.
|
|
288
302
|
attr_accessor :kratos_courier_templates_recovery_valid_email_subject
|
|
289
303
|
|
|
290
|
-
# Configures the Ory Kratos Valid Registration via Code Email Body HTML Template This governs the \"courier.
|
|
304
|
+
# Configures the Ory Kratos Valid Registration via Code Email Body HTML Template This governs the \"courier.templates.registration_code.valid.email.body.html\" setting.
|
|
291
305
|
attr_accessor :kratos_courier_templates_registration_code_valid_email_body_html
|
|
292
306
|
|
|
293
|
-
# Configures the Ory Kratos Valid Registration via Code Email Body Plaintext Template This governs the \"courier.
|
|
307
|
+
# Configures the Ory Kratos Valid Registration via Code Email Body Plaintext Template This governs the \"courier.templates.registration_code.valid.email.body.plaintext\" setting.
|
|
294
308
|
attr_accessor :kratos_courier_templates_registration_code_valid_email_body_plaintext
|
|
295
309
|
|
|
296
|
-
# Configures the Ory Kratos Valid Registration via Code Email Subject Template This governs the \"courier.
|
|
310
|
+
# Configures the Ory Kratos Valid Registration via Code Email Subject Template This governs the \"courier.templates.registration_code.valid.email.subject\" setting.
|
|
297
311
|
attr_accessor :kratos_courier_templates_registration_code_valid_email_subject
|
|
298
312
|
|
|
299
|
-
# Configures the Ory Kratos Valid Registration via Code
|
|
313
|
+
# Configures the Ory Kratos Valid Registration via Code SMS Body Plaintext Template This governs the \"courier.templates.registration_code.valid.sms.body.plaintext\" setting.
|
|
300
314
|
attr_accessor :kratos_courier_templates_registration_code_valid_sms_body_plaintext
|
|
301
315
|
|
|
302
|
-
# Configures the Ory Kratos Invalid Verification via Code Email Body HTML Template This governs the \"courier.
|
|
316
|
+
# Configures the Ory Kratos Invalid Verification via Code Email Body HTML Template This governs the \"courier.templates.verification_code.invalid.email.body.html\" setting.
|
|
303
317
|
attr_accessor :kratos_courier_templates_verification_code_invalid_email_body_html
|
|
304
318
|
|
|
305
|
-
# Configures the Ory Kratos Invalid Verification via Code Email Body Plaintext Template This governs the \"courier.
|
|
319
|
+
# Configures the Ory Kratos Invalid Verification via Code Email Body Plaintext Template This governs the \"courier.templates.verification_code.invalid.email.body.plaintext\" setting.
|
|
306
320
|
attr_accessor :kratos_courier_templates_verification_code_invalid_email_body_plaintext
|
|
307
321
|
|
|
308
|
-
# Configures the Ory Kratos Invalid Verification via Code Email Subject Template This governs the \"courier.
|
|
322
|
+
# Configures the Ory Kratos Invalid Verification via Code Email Subject Template This governs the \"courier.templates.verification_code.invalid.email.subject\" setting.
|
|
309
323
|
attr_accessor :kratos_courier_templates_verification_code_invalid_email_subject
|
|
310
324
|
|
|
311
|
-
# Configures the Ory Kratos Valid Verification via Code Email Body HTML Template This governs the \"courier.
|
|
325
|
+
# Configures the Ory Kratos Valid Verification via Code Email Body HTML Template This governs the \"courier.templates.verification_code.valid.email.body.html\" setting.
|
|
312
326
|
attr_accessor :kratos_courier_templates_verification_code_valid_email_body_html
|
|
313
327
|
|
|
314
|
-
# Configures the Ory Kratos Valid Verification via Code Email Body Plaintext Template This governs the \"courier.
|
|
328
|
+
# Configures the Ory Kratos Valid Verification via Code Email Body Plaintext Template This governs the \"courier.templates.verification_code.valid.email.body.plaintext\" setting.
|
|
315
329
|
attr_accessor :kratos_courier_templates_verification_code_valid_email_body_plaintext
|
|
316
330
|
|
|
317
|
-
# Configures the Ory Kratos Valid Verification via Code Email Subject Template This governs the \"courier.
|
|
331
|
+
# Configures the Ory Kratos Valid Verification via Code Email Subject Template This governs the \"courier.templates.verification_code.valid.email.subject\" setting.
|
|
318
332
|
attr_accessor :kratos_courier_templates_verification_code_valid_email_subject
|
|
319
333
|
|
|
320
|
-
# Configures the Ory Kratos Valid Verification via Code SMS Body Plaintext This governs the \"courier.
|
|
334
|
+
# Configures the Ory Kratos Valid Verification via Code SMS Body Plaintext This governs the \"courier.templates.verification_code.valid.sms.body.plaintext\" setting.
|
|
321
335
|
attr_accessor :kratos_courier_templates_verification_code_valid_sms_body_plaintext
|
|
322
336
|
|
|
323
|
-
# Configures the Ory Kratos Invalid Verification Email Body HTML Template This governs the \"courier.
|
|
337
|
+
# Configures the Ory Kratos Invalid Verification Email Body HTML Template This governs the \"courier.templates.verification.invalid.email.body.html\" setting.
|
|
324
338
|
attr_accessor :kratos_courier_templates_verification_invalid_email_body_html
|
|
325
339
|
|
|
326
|
-
# Configures the Ory Kratos Invalid Verification Email Body Plaintext Template This governs the \"courier.
|
|
340
|
+
# Configures the Ory Kratos Invalid Verification Email Body Plaintext Template This governs the \"courier.templates.verification.invalid.email.body.plaintext\" setting.
|
|
327
341
|
attr_accessor :kratos_courier_templates_verification_invalid_email_body_plaintext
|
|
328
342
|
|
|
329
|
-
# Configures the Ory Kratos Invalid Verification Email Subject Template This governs the \"courier.
|
|
343
|
+
# Configures the Ory Kratos Invalid Verification Email Subject Template This governs the \"courier.templates.verification.invalid.email.subject\" setting.
|
|
330
344
|
attr_accessor :kratos_courier_templates_verification_invalid_email_subject
|
|
331
345
|
|
|
332
|
-
# Configures the Ory Kratos Valid Verification Email Body HTML Template This governs the \"courier.
|
|
346
|
+
# Configures the Ory Kratos Valid Verification Email Body HTML Template This governs the \"courier.templates.verification.valid.email.body.html\" setting.
|
|
333
347
|
attr_accessor :kratos_courier_templates_verification_valid_email_body_html
|
|
334
348
|
|
|
335
|
-
# Configures the Ory Kratos Valid Verification Email Body Plaintext Template This governs the \"courier.
|
|
349
|
+
# Configures the Ory Kratos Valid Verification Email Body Plaintext Template This governs the \"courier.templates.verification.valid.email.body.plaintext\" setting.
|
|
336
350
|
attr_accessor :kratos_courier_templates_verification_valid_email_body_plaintext
|
|
337
351
|
|
|
338
|
-
# Configures the Ory Kratos Valid Verification Email Subject Template This governs the \"courier.
|
|
352
|
+
# Configures the Ory Kratos Valid Verification Email Subject Template This governs the \"courier.templates.verification.valid.email.subject\" setting.
|
|
339
353
|
attr_accessor :kratos_courier_templates_verification_valid_email_subject
|
|
340
354
|
|
|
341
355
|
# Configures the Ory Kratos Session caching feature flag This governs the \"feature_flags.cacheable_sessions\" setting.
|
|
@@ -359,7 +373,7 @@ module OryClient
|
|
|
359
373
|
# 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.
|
|
360
374
|
attr_accessor :kratos_feature_flags_legacy_require_verified_login_error
|
|
361
375
|
|
|
362
|
-
# 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\".
|
|
376
|
+
# 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.
|
|
363
377
|
attr_accessor :kratos_feature_flags_password_profile_registration_node_group
|
|
364
378
|
|
|
365
379
|
# Configures the Ory Kratos Session use_continue_with_transitions flag This governs the \"feature_flags.use_continue_with_transitions\" setting.
|
|
@@ -367,44 +381,49 @@ module OryClient
|
|
|
367
381
|
|
|
368
382
|
attr_accessor :kratos_identity_schemas
|
|
369
383
|
|
|
370
|
-
#
|
|
384
|
+
# Configures the OAuth2 Provider Integration HTTP Headers This governs the \"oauth2_provider.headers\" setting.
|
|
371
385
|
attr_accessor :kratos_oauth2_provider_headers
|
|
372
386
|
|
|
373
|
-
# 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.
|
|
387
|
+
# 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.
|
|
374
388
|
attr_accessor :kratos_oauth2_provider_override_return_to
|
|
375
389
|
|
|
376
390
|
# The Revisions' OAuth2 Provider Integration URL This governs the \"oauth2_provider.url\" setting.
|
|
377
391
|
attr_accessor :kratos_oauth2_provider_url
|
|
378
392
|
|
|
379
|
-
# Configures the default read consistency level for identity APIs
|
|
393
|
+
# 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.
|
|
380
394
|
attr_accessor :kratos_preview_default_read_consistency_level
|
|
381
395
|
|
|
396
|
+
# Configures the Ory Kratos Cipher Secret This governs the \"secrets.cipher\" setting.
|
|
382
397
|
attr_accessor :kratos_secrets_cipher
|
|
383
398
|
|
|
399
|
+
# Configures the Ory Kratos Cookie Secret This governs the \"secrets.cookie\" setting.
|
|
384
400
|
attr_accessor :kratos_secrets_cookie
|
|
385
401
|
|
|
402
|
+
# Configures the Ory Kratos Default Secret This governs the \"secrets.default\" setting.
|
|
386
403
|
attr_accessor :kratos_secrets_default
|
|
387
404
|
|
|
405
|
+
# Configures the Ory Kratos Pagination Secret This governs the \"secrets.pagination\" setting.
|
|
388
406
|
attr_accessor :kratos_secrets_pagination
|
|
389
407
|
|
|
390
|
-
# Configures if account enumeration should be mitigated when using identifier first login.
|
|
408
|
+
# Configures if account enumeration should be mitigated when using identifier first login. This governs the \"security.account_enumeration.mitigate\" setting.
|
|
391
409
|
attr_accessor :kratos_security_account_enumeration_mitigate
|
|
392
410
|
|
|
411
|
+
# Configures the Ory Kratos Allowed Return URLs This governs the \"selfservice.allowed_return_urls\" setting.
|
|
393
412
|
attr_accessor :kratos_selfservice_allowed_return_urls
|
|
394
413
|
|
|
395
|
-
# Configures the Ory Kratos Default Return URL This governs the \"selfservice.
|
|
414
|
+
# Configures the Ory Kratos Default Return URL This governs the \"selfservice.default_browser_return_url\" setting.
|
|
396
415
|
attr_accessor :kratos_selfservice_default_browser_return_url
|
|
397
416
|
|
|
398
417
|
# Configures the Ory Kratos Error UI URL This governs the \"selfservice.flows.error.ui_url\" setting.
|
|
399
418
|
attr_accessor :kratos_selfservice_flows_error_ui_url
|
|
400
419
|
|
|
401
|
-
# Configures the Ory Kratos Login After
|
|
420
|
+
# Configures the Ory Kratos Login After Code Default Return URL This governs the \"selfservice.flows.login.after.code.default_browser_return_url\" setting.
|
|
402
421
|
attr_accessor :kratos_selfservice_flows_login_after_code_default_browser_return_url
|
|
403
422
|
|
|
404
423
|
# Configures the Ory Kratos Login Default Return URL This governs the \"selfservice.flows.login.after.default_browser_return_url\" setting.
|
|
405
424
|
attr_accessor :kratos_selfservice_flows_login_after_default_browser_return_url
|
|
406
425
|
|
|
407
|
-
# Configures the Ory Kratos Login After
|
|
426
|
+
# 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.
|
|
408
427
|
attr_accessor :kratos_selfservice_flows_login_after_lookup_secret_default_browser_return_url
|
|
409
428
|
|
|
410
429
|
# Configures the Ory Kratos Login After OIDC Default Return URL This governs the \"selfservice.flows.login.after.oidc.default_browser_return_url\" setting.
|
|
@@ -416,7 +435,7 @@ module OryClient
|
|
|
416
435
|
# Configures the Ory Kratos Login After Password Default Return URL This governs the \"selfservice.flows.login.after.password.default_browser_return_url\" setting.
|
|
417
436
|
attr_accessor :kratos_selfservice_flows_login_after_password_default_browser_return_url
|
|
418
437
|
|
|
419
|
-
# Configures the Ory Kratos Login After
|
|
438
|
+
# Configures the Ory Kratos Login After TOTP Default Return URL This governs the \"selfservice.flows.login.after.totp.default_browser_return_url\" setting.
|
|
420
439
|
attr_accessor :kratos_selfservice_flows_login_after_totp_default_browser_return_url
|
|
421
440
|
|
|
422
441
|
# Configures the Ory Kratos Login After WebAuthn Default Return URL This governs the \"selfservice.flows.login.after.webauthn.default_browser_return_url\" setting.
|
|
@@ -461,7 +480,7 @@ module OryClient
|
|
|
461
480
|
# Configures the Ory Kratos Registration After OIDC Default Return URL This governs the \"selfservice.flows.registration.after.oidc.default_browser_return_url\" setting.
|
|
462
481
|
attr_accessor :kratos_selfservice_flows_registration_after_oidc_default_browser_return_url
|
|
463
482
|
|
|
464
|
-
# Configures the Ory Kratos Registration After Passkey Default Return URL This governs the \"selfservice.flows.registration.after.
|
|
483
|
+
# Configures the Ory Kratos Registration After Passkey Default Return URL This governs the \"selfservice.flows.registration.after.passkey.default_browser_return_url\" setting.
|
|
465
484
|
attr_accessor :kratos_selfservice_flows_registration_after_passkey_default_browser_return_url
|
|
466
485
|
|
|
467
486
|
# Configures the Ory Kratos Registration After Password Default Return URL This governs the \"selfservice.flows.registration.after.password.default_browser_return_url\" setting.
|
|
@@ -539,32 +558,34 @@ module OryClient
|
|
|
539
558
|
# Configures the Ory Kratos Strategy to use for Verification This governs the \"selfservice.flows.verification.use\" setting. link SelfServiceMessageVerificationStrategyLink code SelfServiceMessageVerificationStrategyCode
|
|
540
559
|
attr_accessor :kratos_selfservice_flows_verification_use
|
|
541
560
|
|
|
561
|
+
# Configures the CAPTCHA allowed domains list This governs the \"selfservice.methods.captcha.config.allowed_domains\" setting.
|
|
542
562
|
attr_accessor :kratos_selfservice_methods_captcha_config_allowed_domains
|
|
543
563
|
|
|
544
|
-
# Configures whether to use BYO or managed widget Reach out to your account manager to enable this feature.
|
|
564
|
+
# 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.
|
|
545
565
|
attr_accessor :kratos_selfservice_methods_captcha_config_byo
|
|
546
566
|
|
|
547
|
-
# 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.
|
|
567
|
+
# 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.
|
|
548
568
|
attr_accessor :kratos_selfservice_methods_captcha_config_cf_turnstile_byo_secret
|
|
549
569
|
|
|
550
|
-
# 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.
|
|
570
|
+
# 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.
|
|
551
571
|
attr_accessor :kratos_selfservice_methods_captcha_config_cf_turnstile_byo_sitekey
|
|
552
572
|
|
|
553
|
-
# 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.
|
|
573
|
+
# 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.
|
|
554
574
|
attr_accessor :kratos_selfservice_methods_captcha_config_cf_turnstile_secret
|
|
555
575
|
|
|
556
|
-
# 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.
|
|
576
|
+
# 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.
|
|
557
577
|
attr_accessor :kratos_selfservice_methods_captcha_config_cf_turnstile_sitekey
|
|
558
578
|
|
|
559
|
-
# Configures
|
|
579
|
+
# 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.
|
|
560
580
|
attr_accessor :kratos_selfservice_methods_captcha_config_legacy_inject_node
|
|
561
581
|
|
|
562
|
-
# Configures the Ory Kratos Self-Service Methods' Captcha Enabled Setting Reach out to your account manager to enable this feature.
|
|
582
|
+
# 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.
|
|
563
583
|
attr_accessor :kratos_selfservice_methods_captcha_enabled
|
|
564
584
|
|
|
565
585
|
# Configures the Ory Kratos Code Method's lifespan This governs the \"selfservice.methods.code.config.lifespan\" setting.
|
|
566
586
|
attr_accessor :kratos_selfservice_methods_code_config_lifespan
|
|
567
587
|
|
|
588
|
+
# Configures the maximum number of attempts to submit a one-time code in kratos. This governs the \"selfservice.methods.code.max_submissions\" setting.
|
|
568
589
|
attr_accessor :kratos_selfservice_methods_code_config_max_submissions
|
|
569
590
|
|
|
570
591
|
# Enables a fallback method required in certain legacy use cases. This governs the \"selfservice.methods.code.config.missing_credential_fallback_enabled\" setting.
|
|
@@ -611,6 +632,7 @@ module OryClient
|
|
|
611
632
|
# Configures the Ory Kratos Passkey RP ID This governs the \"selfservice.methods.passkey.config.rp.id\" setting.
|
|
612
633
|
attr_accessor :kratos_selfservice_methods_passkey_config_rp_id
|
|
613
634
|
|
|
635
|
+
# Configures the Ory Kratos Passkey RP Origins This governs the \"selfservice.methods.passkey.config.rp.origins\" setting.
|
|
614
636
|
attr_accessor :kratos_selfservice_methods_passkey_config_rp_origins
|
|
615
637
|
|
|
616
638
|
# Configures whether Ory Kratos Passkey authentication is enabled This governs the \"selfservice.methods.passkey.enabled\" setting.
|
|
@@ -660,6 +682,7 @@ module OryClient
|
|
|
660
682
|
# Configures the Ory Kratos Webauthn RP ID This governs the \"selfservice.methods.webauthn.config.rp.id\" setting.
|
|
661
683
|
attr_accessor :kratos_selfservice_methods_webauthn_config_rp_id
|
|
662
684
|
|
|
685
|
+
# Configures the Ory Kratos Webauthn RP Origins This governs the \"selfservice.methods.webauthn.config.rp.origins\" setting.
|
|
663
686
|
attr_accessor :kratos_selfservice_methods_webauthn_config_rp_origins
|
|
664
687
|
|
|
665
688
|
# Configures whether Ory Kratos Webauthn is enabled This governs the \"selfservice.methods.webauthn.enabled\" setting.
|
|
@@ -691,11 +714,13 @@ module OryClient
|
|
|
691
714
|
|
|
692
715
|
attr_accessor :scim_clients
|
|
693
716
|
|
|
717
|
+
# Configures the CORS Allowed Origins on admin APIs This governs the \"serve.admin.cors.allowed_origins\" setting.
|
|
694
718
|
attr_accessor :serve_admin_cors_allowed_origins
|
|
695
719
|
|
|
696
720
|
# Enable CORS headers on all admin APIs This governs the \"serve.admin.cors.enabled\" setting.
|
|
697
721
|
attr_accessor :serve_admin_cors_enabled
|
|
698
722
|
|
|
723
|
+
# Configures the CORS Allowed Origins on public APIs This governs the \"serve.public.cors.allowed_origins\" setting.
|
|
699
724
|
attr_accessor :serve_public_cors_allowed_origins
|
|
700
725
|
|
|
701
726
|
# Enable CORS headers on all public APIs This governs the \"serve.public.cors.enabled\" setting.
|
|
@@ -755,6 +780,7 @@ module OryClient
|
|
|
755
780
|
:'hydra_oauth2_mirror_top_level_claims' => :'hydra_oauth2_mirror_top_level_claims',
|
|
756
781
|
:'hydra_oauth2_pkce_enforced' => :'hydra_oauth2_pkce_enforced',
|
|
757
782
|
:'hydra_oauth2_pkce_enforced_for_public_clients' => :'hydra_oauth2_pkce_enforced_for_public_clients',
|
|
783
|
+
:'hydra_oauth2_preserve_ext_claims' => :'hydra_oauth2_preserve_ext_claims',
|
|
758
784
|
:'hydra_oauth2_refresh_token_hook' => :'hydra_oauth2_refresh_token_hook',
|
|
759
785
|
:'hydra_oauth2_token_hook' => :'hydra_oauth2_token_hook',
|
|
760
786
|
:'hydra_oidc_dynamic_client_registration_default_scope' => :'hydra_oidc_dynamic_client_registration_default_scope',
|
|
@@ -1012,6 +1038,7 @@ module OryClient
|
|
|
1012
1038
|
:'hydra_oauth2_mirror_top_level_claims' => :'Boolean',
|
|
1013
1039
|
:'hydra_oauth2_pkce_enforced' => :'Boolean',
|
|
1014
1040
|
:'hydra_oauth2_pkce_enforced_for_public_clients' => :'Boolean',
|
|
1041
|
+
:'hydra_oauth2_preserve_ext_claims' => :'Boolean',
|
|
1015
1042
|
:'hydra_oauth2_refresh_token_hook' => :'String',
|
|
1016
1043
|
:'hydra_oauth2_token_hook' => :'String',
|
|
1017
1044
|
:'hydra_oidc_dynamic_client_registration_default_scope' => :'Array<String>',
|
|
@@ -1236,10 +1263,6 @@ module OryClient
|
|
|
1236
1263
|
# List of attributes with nullable: true
|
|
1237
1264
|
def self.openapi_nullable
|
|
1238
1265
|
Set.new([
|
|
1239
|
-
:'kratos_courier_http_request_config_headers',
|
|
1240
|
-
:'kratos_courier_smtp_headers',
|
|
1241
|
-
:'kratos_oauth2_provider_headers',
|
|
1242
|
-
:'kratos_selfservice_methods_code_config_max_submissions',
|
|
1243
1266
|
])
|
|
1244
1267
|
end
|
|
1245
1268
|
|
|
@@ -1359,6 +1382,10 @@ module OryClient
|
|
|
1359
1382
|
self.hydra_oauth2_pkce_enforced_for_public_clients = attributes[:'hydra_oauth2_pkce_enforced_for_public_clients']
|
|
1360
1383
|
end
|
|
1361
1384
|
|
|
1385
|
+
if attributes.key?(:'hydra_oauth2_preserve_ext_claims')
|
|
1386
|
+
self.hydra_oauth2_preserve_ext_claims = attributes[:'hydra_oauth2_preserve_ext_claims']
|
|
1387
|
+
end
|
|
1388
|
+
|
|
1362
1389
|
if attributes.key?(:'hydra_oauth2_refresh_token_hook')
|
|
1363
1390
|
self.hydra_oauth2_refresh_token_hook = attributes[:'hydra_oauth2_refresh_token_hook']
|
|
1364
1391
|
end
|
|
@@ -2556,6 +2583,7 @@ module OryClient
|
|
|
2556
2583
|
hydra_oauth2_mirror_top_level_claims == o.hydra_oauth2_mirror_top_level_claims &&
|
|
2557
2584
|
hydra_oauth2_pkce_enforced == o.hydra_oauth2_pkce_enforced &&
|
|
2558
2585
|
hydra_oauth2_pkce_enforced_for_public_clients == o.hydra_oauth2_pkce_enforced_for_public_clients &&
|
|
2586
|
+
hydra_oauth2_preserve_ext_claims == o.hydra_oauth2_preserve_ext_claims &&
|
|
2559
2587
|
hydra_oauth2_refresh_token_hook == o.hydra_oauth2_refresh_token_hook &&
|
|
2560
2588
|
hydra_oauth2_token_hook == o.hydra_oauth2_token_hook &&
|
|
2561
2589
|
hydra_oidc_dynamic_client_registration_default_scope == o.hydra_oidc_dynamic_client_registration_default_scope &&
|
|
@@ -2785,7 +2813,7 @@ module OryClient
|
|
|
2785
2813
|
# Calculates hash code according to all attributes.
|
|
2786
2814
|
# @return [Integer] Hash code
|
|
2787
2815
|
def hash
|
|
2788
|
-
[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, 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].hash
|
|
2816
|
+
[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, 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].hash
|
|
2789
2817
|
end
|
|
2790
2818
|
|
|
2791
2819
|
# Builds the object from hash
|