Lanzamientos

Últimas notas de versión de FoxIDs y descargas.

Habla con un experto

Imágenes de Docker

Usa tu pull secret para autenticarte en el registro de imágenes de Docker.

Autenticación básica

El registro de imágenes de Docker utiliza autenticación básica: tu ID de cliente como nombre de usuario y tu pull secret como contraseña.

Imágenes de Docker más recientes
  • www.foxids.com/foxids:2.21.4 Restringido
  • www.foxids.com/foxidscontrol:2.21.4 Restringido

Pull secrets

Genera hasta cinco pull secrets de larga duración para descargas de imágenes.

Restringido

API de etiquetas de versiones

Use el endpoint releases/tags para obtener una lista JSON con nombres de versiones, imágenes de Docker y nombres de archivo de assets.

Abrir releases/tags

Versión 2.21.4

Última
Publicado miércoles, 20 de mayo de 2026

This release improves logging behaviour for external API integrations, with a particular focus on SMS provider and external service diagnostics.
Instead of globally limiting all log messages to 4 KB, FoxIDs now applies response-size limits only when logging responses from external APIs, such as SMS providers.

This approach preserves detailed internal logging while still protecting the system from excessively large external API responses.


Improvements

Improved External API Response Logging

  • Selective response-size limiting
    Log message size limits are no longer applied globally across all logging.

  • External API response protection
    Response-size limits are now applied only when logging responses from external APIs, such as:

    • SMS providers
    • External HTTP integrations
    • Third-party services
Imágenes de Docker
  • www.foxids.com/foxids:2.21.4 Restringido
  • www.foxids.com/foxidscontrol:2.21.4 Restringido
Archivos
  • FoxIDs-2.21.4-linux-x64.tar.gz Restringido (166,6 MB)
  • FoxIDs-2.21.4-win-x64.zip Restringido (186,7 MB)
  • FoxIDs.DirectoryConnector.ActiveDirectory-2.21.4-win-x64.zip (47,7 MB)
  • FoxIDs.CosmosDbToPostgreSQLMigrator-2.21.4-linux-x64.tar.gz Restringido (58,2 MB)
  • FoxIDs.CosmosDbToPostgreSQLMigrator-2.21.4-win-x64.zip Restringido (57,4 MB)
  • FoxIDs.MasterSeedTool-2.21.4-linux-x64.tar.gz Restringido (58,2 MB)
  • FoxIDs.MasterSeedTool-2.21.4-win-x64.zip Restringido (57,4 MB)
  • FoxIDs.SeedTool-2.21.4-linux-x64.tar.gz Restringido (58,2 MB)
  • FoxIDs.SeedTool-2.21.4-win-x64.zip Restringido (57,4 MB)

Versión 2.21.3

Publicado martes, 19 de mayo de 2026

This release expands Access Structure policies for internal users, introducing hierarchical controls for MFA enforcement, sign-in restrictions, and password policy assignment.
Administrators can now apply security and password policies through access structure nodes, with inheritance across child nodes and prioritised password policy groups.

The release also introduces a new generic Access URL SMS provider, providing flexible SMS integration through configurable API endpoints and placeholders.
In addition, SMS logging has been improved to reduce unnecessary logging, sensitive query parameters are excluded, HTTPS is now required for all SMS providers, and log message sizes are capped to improve stability and security.


New Features and Improvements

Access Structure Policies

Added Access Structure policies for internal users.

Nodes in an access structure can now:

  • Require multi-factor authentication (MFA)
  • Disable user sign-in
  • Assign password policy groups

Policies apply to users assigned to the node and are inherited by child nodes.

Password policy group prioritisation
  • Password policy groups are now prioritised according to their order in Environment Settings.
  • The Control Client UI now supports reordering password policy groups to control evaluation priority.

Generic Access URL SMS Provider

Added support for a new generic Access URL SMS provider.

The provider can be configured:

  • Per environment
  • Globally

Configuration options include:

  • Base API URL
  • Query parameters with placeholders for:
    • Phone number
    • Message
    • Sender name

This enables integration with custom or third-party SMS gateway providers using simple URL-based APIs.


SMS Logging and Security Improvements

  • Reduced SMS logging verbosity
    SMS provider logging has been improved to log less information by default and only include SMS message content when errors occur.

  • Improved SMS log privacy
    SMS logging now avoids storing query parameters while still including phone numbers for troubleshooting purposes.

  • HTTPS required for all SMS providers
    All SMS providers are now required to use HTTPS to improve transport security.


Logging Improvements

  • Log message size limits
    Log messages are now limited to 4 KB, reducing excessive log payloads and improving operational stability.
Imágenes de Docker
  • www.foxids.com/foxids:2.21.3 Restringido
  • www.foxids.com/foxidscontrol:2.21.3 Restringido
Archivos
  • FoxIDs-2.21.3-linux-x64.tar.gz Restringido (166,6 MB)
  • FoxIDs-2.21.3-win-x64.zip Restringido (186,7 MB)
  • FoxIDs.DirectoryConnector.ActiveDirectory-2.21.3-win-x64.zip (47,7 MB)
  • FoxIDs.CosmosDbToPostgreSQLMigrator-2.21.3-linux-x64.tar.gz Restringido (58,2 MB)
  • FoxIDs.CosmosDbToPostgreSQLMigrator-2.21.3-win-x64.zip Restringido (57,4 MB)
  • FoxIDs.MasterSeedTool-2.21.3-linux-x64.tar.gz Restringido (58,2 MB)
  • FoxIDs.MasterSeedTool-2.21.3-win-x64.zip Restringido (57,4 MB)
  • FoxIDs.SeedTool-2.21.3-linux-x64.tar.gz Restringido (58,2 MB)
  • FoxIDs.SeedTool-2.21.3-win-x64.zip Restringido (57,4 MB)

Versión 2.20.5

Publicado jueves, 14 de mayo de 2026

This release introduces Directory Connector support, enabling FoxIDs to integrate with external authoritative user directories while maintaining internal user records.
It allows organisations to delegate authentication and password lifecycle operations to external systems such as Active Directory, while still leveraging FoxIDs for identity orchestration and claims handling.

In addition, a deployable Active Directory Directory Connector component is provided, simplifying integration with on-premises environments.
The release also strengthens security and consistency by enforcing stricter validation of enabled user identifiers in login authentication methods.

Further improvements include expanded Access Structure scalability with support for up to 2,000 nodes, enhanced visibility of certificate information in the NemLog-in template, improved master seed readiness error messages, and updated NuGet packages addressing known vulnerabilities.

⚠️ The External Login – API is now obsolete and will be phased out in a future release. It is recommended to migrate to the Directory Connector for all external authentication scenarios.


New Features and Improvements

Directory Connector

Added Directory Connector support for validating users against an external authoritative directory while maintaining internal FoxIDs users.

  • Validate username and password against an external directory.
  • Delegate password change and set-password operations to the external directory.
  • Save a local password copy by default, allowing future transition to internal validation without forcing password resets.
  • Automatically disable or delete internal users when the external directory reports changes.
  • Support external directory identifiers via directoryUserId.
  • Support password policy error codes from the external directory, enabling clear validation messages.
  • Create or update internal users on successful authentication with identifiers, claims, and properties from the directory.
  • Includes a documented API contract and sample implementation.

Active Directory Directory Connector Component

Added a deployable Active Directory Directory Connector component for Windows/IIS environments.

  • Deployable as a standalone ZIP package.
  • Uses static API key protection via FoxIDs Basic authentication, with optional X-FoxIDs-Api-Key support for reverse proxy scenarios.
  • Supports user lookup by email, phone, or username.
  • Returns directoryUserId as base64 encoded Active Directory objectGUID.
  • Authenticates users by validating passwords against AD.
  • Supports password change and set-password operations in AD (requires appropriate privileges).
  • Returns configurable AD attributes as FoxIDs claims.
  • Optional support for nested AD group claims.
  • Includes a health endpoint for operational status and AD connectivity checks.
  • Comprehensive documentation for configuration, IIS installation, deployment, patching, and updates.

Authentication Improvements

  • Stricter user identifier validation
    Enforced stricter compliance for which user identifiers are enabled in login authentication methods, improving consistency and reducing configuration errors.

Additional Improvements

  • Expanded Access Structure scalability
    Increased Access Structure capacity to support up to 2,000 nodes, enabling larger and more complex hierarchical access models.

  • Improved NemLog-in template visibility
    Certificate information is now displayed in the NemLog-in template within the Control Client, improving transparency and troubleshooting.

  • Improved master seed readiness error messages
    Enhanced error messages related to master seed readiness to provide clearer diagnostics and easier troubleshooting.

  • Security and dependency updates
    Updated NuGet packages to address known vulnerabilities and improve overall platform security.

Imágenes de Docker
  • www.foxids.com/foxids:2.20.5 Restringido
  • www.foxids.com/foxidscontrol:2.20.5 Restringido
Archivos
  • FoxIDs-2.20.5-linux-x64.tar.gz Restringido (166,5 MB)
  • FoxIDs-2.20.5-win-x64.zip Restringido (186,7 MB)
  • FoxIDs.DirectoryConnector.ActiveDirectory-2.20.5-win-x64.zip (47,7 MB)
  • FoxIDs.CosmosDbToPostgreSQLMigrator-2.20.5-linux-x64.tar.gz Restringido (58,2 MB)
  • FoxIDs.CosmosDbToPostgreSQLMigrator-2.20.5-win-x64.zip Restringido (57,4 MB)
  • FoxIDs.MasterSeedTool-2.20.5-linux-x64.tar.gz Restringido (58,2 MB)
  • FoxIDs.MasterSeedTool-2.20.5-win-x64.zip Restringido (57,4 MB)
  • FoxIDs.SeedTool-2.20.5-linux-x64.tar.gz Restringido (58,2 MB)
  • FoxIDs.SeedTool-2.20.5-win-x64.zip Restringido (57,4 MB)

Versión 2.19.9

Publicado miércoles, 6 de mayo de 2026

This release fixes an issue in the password reset flow, ensuring that the correct communication channel is selected based on user configuration.
FoxIDs now correctly respects user-specific channel restrictions when both SMS and email are available in the authentication method.


Bugs Resolved

Password reset channel selection

  • Correct channel selection for password reset codes
    Fixed an issue where FoxIDs could attempt to send a password reset code via SMS even when SMS was disabled for the user.

  • Improved channel prioritisation
    If the authentication method allows both SMS and email, but the user is only permitted to reset their password via either SMS or email, the permitted method is selected.

Imágenes de Docker
  • www.foxids.com/foxids:2.19.9 Restringido
  • www.foxids.com/foxidscontrol:2.19.9 Restringido
Archivos
  • FoxIDs-2.19.9-linux-x64.tar.gz Restringido (166,6 MB)
  • FoxIDs-2.19.9-win-x64.zip Restringido (186,6 MB)
  • FoxIDs.CosmosDbToPostgreSQLMigrator-2.19.9-linux-x64.tar.gz Restringido (58,3 MB)
  • FoxIDs.CosmosDbToPostgreSQLMigrator-2.19.9-win-x64.zip Restringido (57,4 MB)
  • FoxIDs.MasterSeedTool-2.19.9-linux-x64.tar.gz Restringido (58,3 MB)
  • FoxIDs.MasterSeedTool-2.19.9-win-x64.zip Restringido (57,4 MB)
  • FoxIDs.SeedTool-2.19.9-linux-x64.tar.gz Restringido (58,3 MB)
  • FoxIDs.SeedTool-2.19.9-win-x64.zip Restringido (57,4 MB)

Versión 2.19.8

Publicado viernes, 24 de abril de 2026

This release introduces Access Structure, a powerful new feature for modelling hierarchical access across both internal and external users.
It enables organisations to define structured access models such as departments, roles, or customers, and automatically resolve user memberships into claims at login.

By converting hierarchical relationships into fixed local claims, the feature integrates seamlessly with existing claim transforms and authorisation logic without requiring dynamic claim handling.
Additional improvements include enhanced token decoding capabilities in the Control Client for better diagnostics and troubleshooting.


New Features and Improvements

Access Structure

FoxIDs now includes a new Access Structure feature for modelling hierarchical access for both internal and external users.

  • Hierarchical access modelling
    Define access using a node hierarchy and assign user memberships to specific nodes.
    Each access structure contains a single node hierarchy.

  • Resolved access at login
    At login, FoxIDs resolves user membership and inherited hierarchy into fixed local claims, enabling use in existing claim transforms and authorisation flows.

  • Optional claim forwarding
    If the default-enabled Forward access structure claims to applications setting is enabled, resolved access claims are forwarded to downstream applications.

Local claims emitted in claim transforms
  • _local:access_node
  • _local:access_claim
  • _local:access_path_claim
Example use cases
  • Model customer, department, and role hierarchies
  • Assign approver or reader responsibilities through node membership
  • Enrich users with resolved access context before claim transforms execute
  • Forward resolved access claims to applications when needed

Control Client Improvements

  • Token decoding enhancements
    Added support for decoding:

    • UserInfo access_token
    • Logout id_token_hint

    This improves troubleshooting and visibility into authentication flows directly within the Control Client.

Imágenes de Docker
  • www.foxids.com/foxids:2.19.8 Restringido
  • www.foxids.com/foxidscontrol:2.19.8 Restringido
Archivos
  • FoxIDs-2.19.8-linux-x64.tar.gz Restringido (166,6 MB)
  • FoxIDs-2.19.8-win-x64.zip Restringido (186,6 MB)
  • FoxIDs.CosmosDbToPostgreSQLMigrator-2.19.8-linux-x64.tar.gz Restringido (58,3 MB)
  • FoxIDs.CosmosDbToPostgreSQLMigrator-2.19.8-win-x64.zip Restringido (57,4 MB)
  • FoxIDs.MasterSeedTool-2.19.8-linux-x64.tar.gz Restringido (58,3 MB)
  • FoxIDs.MasterSeedTool-2.19.8-win-x64.zip Restringido (57,4 MB)
  • FoxIDs.SeedTool-2.19.8-linux-x64.tar.gz Restringido (58,3 MB)
  • FoxIDs.SeedTool-2.19.8-win-x64.zip Restringido (57,4 MB)

Versión 2.18.1

Publicado lunes, 20 de abril de 2026

This release improves standards compliance for OpenID Connect tokens by correcting how the amr (Authentication Methods References) claim is issued.
The change aligns FoxIDs with the OpenID Connect specification and improves compatibility with standards-compliant clients, libraries, and downstream token validation.

Additionally, the release improves Control Client validation logic by adding missing UI checks for various username formats, ensuring more consistent handling of phone numbers, email addresses, and username combinations.


Improvements

OpenID Connect amr Compliance

  • Correct data type for amr claim
    The amr claim is now issued as an array, in accordance with the OpenID Connect specification.

  • Improved interoperability
    Previously, amr could be returned as a string, which could cause issues with strict or standards-compliant clients.
    This has been corrected to ensure consistent and reliable token processing across integrations.

Control Client Validation Improvements

  • Improved username validation checks
    Added missing UI checks for certain username types, including combinations of:

    • Phone numbers
    • Email addresses
    • Usernames

    This ensures more consistent validation and reduces the risk of invalid or ambiguous user input.

Imágenes de Docker
  • www.foxids.com/foxids:2.18.1 Restringido
  • www.foxids.com/foxidscontrol:2.18.1 Restringido
Archivos
  • FoxIDs-2.18.1-linux-x64.tar.gz Restringido (167,1 MB)
  • FoxIDs-2.18.1-win-x64.zip Restringido (186,8 MB)
  • FoxIDs.CosmosDbToPostgreSQLMigrator-2.18.1-linux-x64.tar.gz Restringido (58,2 MB)
  • FoxIDs.CosmosDbToPostgreSQLMigrator-2.18.1-win-x64.zip Restringido (57,3 MB)
  • FoxIDs.MasterSeedTool-2.18.1-linux-x64.tar.gz Restringido (58,2 MB)
  • FoxIDs.MasterSeedTool-2.18.1-win-x64.zip Restringido (57,3 MB)
  • FoxIDs.SeedTool-2.18.1-linux-x64.tar.gz Restringido (58,2 MB)
  • FoxIDs.SeedTool-2.18.1-win-x64.zip Restringido (57,3 MB)

Versión 2.18.0

Publicado jueves, 16 de abril de 2026

This release improves standards compliance for OpenID Connect tokens by correcting how the auth_time claim is issued.
The change ensures better compatibility with standards-compliant clients, libraries, and downstream validation systems by aligning with the official specification.


Improvements

OpenID Connect auth_time Compliance

  • Correct data type for auth_time claim
    The auth_time claim is now issued as a numeric value, in accordance with the OpenID Connect specification.

  • Improved interoperability
    Previously, auth_time could be returned as a string, which could lead to compatibility issues with strict or standards-compliant clients.
    This has now been corrected to ensure consistent and reliable token validation across integrations.

Imágenes de Docker
  • www.foxids.com/foxids:2.18.0 Restringido
  • www.foxids.com/foxidscontrol:2.18.0 Restringido
Archivos
  • FoxIDs-2.18.0-linux-x64.tar.gz Restringido (167,1 MB)
  • FoxIDs-2.18.0-win-x64.zip Restringido (186,8 MB)
  • FoxIDs.CosmosDbToPostgreSQLMigrator-2.18.0-linux-x64.tar.gz Restringido (58,2 MB)
  • FoxIDs.CosmosDbToPostgreSQLMigrator-2.18.0-win-x64.zip Restringido (57,3 MB)
  • FoxIDs.MasterSeedTool-2.18.0-linux-x64.tar.gz Restringido (58,2 MB)
  • FoxIDs.MasterSeedTool-2.18.0-win-x64.zip Restringido (57,3 MB)
  • FoxIDs.SeedTool-2.18.0-linux-x64.tar.gz Restringido (58,2 MB)
  • FoxIDs.SeedTool-2.18.0-win-x64.zip Restringido (57,3 MB)

Versión 2.17.1

Publicado jueves, 19 de marzo de 2026

This release improves network handling, scalability, and Control Client usability in FoxIDs.
Enhancements include more accurate client IP detection when using proxies, increased limits for home realm discovery (HRD), and refined user interfaces for managing applications and authentication methods.

In addition, HTTP request handling has been strengthened with case-insensitive header processing, improved diagnostics through full header logging, and simplified forwarded header support.


New Features and Improvements

Network and IP Handling

  • Improved client IP detection
    Client IP address handling now supports proxy-style comma-separated IP lists.
    The system parses and uses the first non-empty value as the client IP address, improving accuracy in proxy and load-balanced environments.

  • Increased HRD IP limits
    The number of supported Home Realm Discovery (HRD) IP addresses and IP ranges has been increased from 10 to 20, allowing more flexible routing configurations.

Control Client Improvements

  • Enhanced application and authentication UI
    Improved the user experience when adding applications and authentication methods in the Control Client.

HTTP Request Handling

Case-Insensitive Request Header Handling
  • Ignore request header casing
    Request headers are now handled in a case-insensitive manner, ensuring consistent behaviour regardless of how headers are formatted by clients or intermediaries.
Enhanced HTTP Request Diagnostics
  • Full HTTP request header logging
    FoxIDs can now log all incoming HTTP request headers. This capability is intended for troubleshooting and diagnostic scenarios and should only be enabled temporarily when investigating issues.
Simplified Forwarded Header Handling
  • Removed support for underscore variants of forwarded headers
    Support has been removed for the following non-standard header variants:
    • X_Forwarded_For
    • X_Forwarded_Scheme
    • X_Forwarded_Proto
Imágenes de Docker
  • www.foxids.com/foxids:2.17.1 Restringido
  • www.foxids.com/foxidscontrol:2.17.1 Restringido
Archivos
  • FoxIDs-2.17.1-linux-x64.tar.gz Restringido (167,1 MB)
  • FoxIDs-2.17.1-win-x64.zip Restringido (187,0 MB)
  • FoxIDs.CosmosDbToPostgreSQLMigrator-2.17.1-linux-x64.tar.gz Restringido (58,2 MB)
  • FoxIDs.CosmosDbToPostgreSQLMigrator-2.17.1-win-x64.zip Restringido (57,3 MB)
  • FoxIDs.MasterSeedTool-2.17.1-linux-x64.tar.gz Restringido (58,2 MB)
  • FoxIDs.MasterSeedTool-2.17.1-win-x64.zip Restringido (57,3 MB)
  • FoxIDs.SeedTool-2.17.1-linux-x64.tar.gz Restringido (58,2 MB)
  • FoxIDs.SeedTool-2.17.1-win-x64.zip Restringido (57,4 MB)

Versión 2.16.8

Publicado viernes, 13 de marzo de 2026

This release improves the tenant creation experience, strengthens data binding reliability in the Control Client, and resolves issues in the CosmosDB to PostgreSQL migration tooling.


New Features and Improvements

Improved Tenant Creation

  • Admin user claims during tenant creation
    It is now possible to create a tenant while assigning claims to the initial admin user, such as given_name and family_name.

  • Company name for new tenants
    A company name can now be specified when creating a new tenant, improving tenant identification and management.

Control Client Improvements

  • More robust voluntary claim data binding
    Added a key to the voluntary claim element in the Control Client scope list to ensure more reliable data binding and reduce UI inconsistencies.

Migration Tooling Improvements

  • CosmosDB to PostgreSQL migrator packaging fix
    Added the appsettings.json file to the CosmosDbToPostgreSQLMigrator build package and corrected a dependency issue affecting the migration tool.
Imágenes de Docker
  • www.foxids.com/foxids:2.16.8 Restringido
  • www.foxids.com/foxidscontrol:2.16.8 Restringido
Archivos
  • FoxIDs-2.16.8-linux-x64.tar.gz Restringido (167,1 MB)
  • FoxIDs-2.16.8-win-x64.zip Restringido (186,9 MB)
  • FoxIDs.CosmosDbToPostgreSQLMigrator-2.16.8-linux-x64.tar.gz Restringido (58,2 MB)
  • FoxIDs.CosmosDbToPostgreSQLMigrator-2.16.8-win-x64.zip Restringido (57,3 MB)
  • FoxIDs.MasterSeedTool-2.16.8-linux-x64.tar.gz Restringido (58,2 MB)
  • FoxIDs.MasterSeedTool-2.16.8-win-x64.zip Restringido (57,3 MB)
  • FoxIDs.SeedTool-2.16.8-linux-x64.tar.gz Restringido (58,2 MB)
  • FoxIDs.SeedTool-2.16.8-win-x64.zip Restringido (57,4 MB)

Versión 2.16.5

Publicado lunes, 9 de marzo de 2026

This release introduces flexible multi-factor authentication (MFA) capabilities, expanded claims diagnostics, improved token and log visualization, and enhanced infrastructure tooling.
Authentication methods such as OIDC, SAML 2.0, and TrackLink can now be configured as MFA steps alongside traditional factors like SMS, Email, and Authenticator App, allowing highly customizable authentication flows.

The release also improves developer and administrator insight by enhancing claim transform logging, adding token decoding directly in logs, and introducing more precise log filtering. Additionally, a new CosmosDB-to-PostgreSQL migration asset has been added to simplify database transitions.


New Features and Improvements

Multi-Factor Authentication (MFA) with Authentication Methods

  • Added support for multi-factor authentication (MFA) where authentication methods can be used as MFA steps.
  • Authentication methods such as OIDC, SAML 2.0, and TrackLink can now participate in MFA alongside traditional factors like SMS, Email, and Authenticator App.
  • Enabled with a Enable multi-factor flag on the Login authentication method.
  • Allows configuration of an ordered list of MFA steps with specific ACR values for fine-grained authentication control.

Uppercase SMS and Email Codes

SMS and email verification codes are now automatically converted to uppercase as users type in the browser. This improves usability by reducing errors caused by letter casing and makes code entry more consistent across authentication and confirmation flows.

This applies to SMS and email code entry in:

  • Two-factor authentication
  • Passwordless sign-in
  • Email and phone confirmation
  • Email and phone set-password flows

Enhanced Claims Diagnostics and Visualisation

  • Improved claims logging by recording both input and output claims in claim transforms.
  • Local _local: claims are now also visible in logs.
  • Claim logs in the Control Client are now colour-coded and easier to read.

Token Decoding in Logs

  • Added support for decoding tokens directly in logs:
    • ID tokens
    • Access tokens
    • SAML 2.0 tokens
  • Tokens are displayed in a formatted and colour-coded view in the Control Client for easier inspection.

Improved Log Filtering

  • Logs and audit logs can now be filtered using from-time and to-time instead of fixed intervals in the Control Client.

Claim Transform Improvements

  • Claim transform queries now ignore claim value casing when searching internal and external users.
  • Claim selection based on claim value is now case-insensitive.

Forwarded Header Compatibility

  • Added support for reading forwarded headers with underscores and case-insensitive matching:
    • X_Forwarded_For
    • X_Forwarded_Scheme
    • X_Forwarded_Proto

Migration Tooling

  • Added the CosmosDB-to-PostgreSQL migrator as an assets component to simplify database migration scenarios.
Imágenes de Docker
  • www.foxids.com/foxids:2.16.5 Restringido
  • www.foxids.com/foxidscontrol:2.16.5 Restringido
Archivos
  • FoxIDs-2.16.5-linux-x64.tar.gz Restringido (160,1 MB)
  • FoxIDs-2.16.5-win-x64.zip Restringido (180,3 MB)
  • FoxIDs.CosmosDbToPostgreSQLMigrator-2.16.5-linux-x64.tar.gz Restringido (58,1 MB)
  • FoxIDs.CosmosDbToPostgreSQLMigrator-2.16.5-win-x64.zip Restringido (57,3 MB)
  • FoxIDs.MasterSeedTool-2.16.5-linux-x64.tar.gz Restringido (58,1 MB)
  • FoxIDs.MasterSeedTool-2.16.5-win-x64.zip Restringido (57,3 MB)
  • FoxIDs.SeedTool-2.16.5-linux-x64.tar.gz Restringido (58,1 MB)
  • FoxIDs.SeedTool-2.16.5-win-x64.zip Restringido (57,3 MB)
Tu privacidad

Tu privacidad

Usamos cookies para mejorar tu experiencia en nuestros sitios web. Haz clic en «Aceptar todas las cookies» para aceptar su uso. Para rechazar cookies no esenciales, haz clic en «Solo cookies necesarias».

Visita nuestra política de privacidad para saber más