Releases

De nieuwste FoxIDs release notes en downloads.

Praat met een expert

Docker-afbeeldingen

Gebruik uw pull secret om te authenticeren bij het Docker-register.

Basisverificatie

Het Docker-register gebruikt basisverificatie: uw klant-ID als gebruikersnaam en uw pull secret als wachtwoord.

Nieuwste Docker-afbeeldingen
  • www.foxids.com/foxids:2.26.2 Beperkt
  • www.foxids.com/foxidscontrol:2.26.2 Beperkt

Pull secrets

Maak tot vijf langlevende pull secrets aan voor het downloaden van afbeeldingen.

Beperkt

Release tags API

Gebruik het releases/tags-eindpunt om een JSON-lijst met releasenamen, Docker-afbeeldingen en bestandsnamen van assets op te halen.

Open releases/tags

Versie 1.15.11

Gepubliceerd vrijdag 21 februari 2025
  • On login, validate if the password is in risk based on global password breaches and require password change.

Bugs resolved:

  • Save session information on all session groups bug.
  • Incorrect authentication profile field names i Control Client.

Versie 1.15.10

Gepubliceerd dinsdag 18 februari 2025
  • Improve OpenID Connect state handling.
  • Improve read OpenID Connect Discovery and SAM 2.0 metadata error message on time out.
  • Improve login sequence time put handling in Control Client.
  • Simplify log selection.

Versie 1.15.8

Gepubliceerd zondag 16 februari 2025
  • Support for three different user identifiers; username, phone number and email. Screenshot 2025-02-07 162728
  • Support for two-factor with SMS and email. Continued support for two-factor with authenticator app.
  • Two-factor do not require phone and email to be verified.
  • Support for task actions in claim transforms:
    • Return error
    • Start authentication
    • Query internal users claims
    • Query external users claims.
  • Support for local _local: claims in claim transforms
  • A setting added which make it possible to delete refresh token grants when a user change password.
  • Possible to search logs in all environments from master environment.

Bugs resolved:

  • It is possible to set a redemption claim on a external user which has already been redeemed.

Versie 1.14.16

Gepubliceerd donderdag 6 februari 2025

Resolved bug(s):

  • PostgreSQL do not support ! in a Query (LINQLINQ resulting in invalid tenant load.

Versie 1.14.15

Gepubliceerd vrijdag 17 januari 2025
  • SAML 2.0 authentication method, default disable login hint in Control Client.
  • Reverse trace logs to match the Control Client log view.
  • Show the Logs tab first in the Control Client.
  • Change session update warning logs to event logs.
  • Log template refresh interval change to 5 seconds.
  • Optimize logging.

Versie 1.14.9

Gepubliceerd dinsdag 14 januari 2025
  • Set 24 hours HTTP cache header (cache-control: max-age=86400, private) for OpenID Connect discovery .well-known/openid-configuration and SAML 2.0 SP / IdP Metadata.

Versie 1.14.8

Gepubliceerd woensdag 18 december 2024
  • Set the Two-Factor Authenticator time tolerance down to 2 minutes.
  • Divide failing login count into groups to make failing login count ready for multiple login types.

Resolved bug(s):

  • Remove duplicated error summery in email conformation UI.

Versie 1.14.7

Gepubliceerd maandag 16 december 2024

Resolved bug(s):

  • Change external user ID because of incorrect validation check.

Versie 1.14.5

Gepubliceerd vrijdag 13 december 2024
  • Change the update properties of external users in the PUT method so that the properties only updated if they contain a value.
  • Set the external user properties; authentication method and redemption claim values to lower.
  • Do create before delete when changing an external user's ID.
  • Allow any origin for /api/swagger/v1/swagger.json.
  • Improve emails and add customizable address info footer. The Address information can be configured per environment and in settings:
    "Settings__Address__CompanyName": "xxx",
    "Settings__Address__AddressLine1": "xxx",
    "Settings__Address__PostalCode": "xxx",
    "Settings__Address__City": "xxx",
    "Settings__Address__StateRegion": "xxx"
    "Settings__Address__Country": "xxx"
    

Versie 1.14.3

Gepubliceerd woensdag 11 december 2024
  • Prefer to show redemption claim value in the external users list.
  • Make it possible to update external users based on the redemption claim value.
  • Log refresh token grant not found as warning.

Resolved bug(s):

  • Fails if authentication method state cookie is null.