Wydania

Najnowsze informacje o wydaniach FoxIDs i pliki do pobrania.

Porozmawiaj z ekspertem

Obrazy Docker

Uzyj pull secret, aby uwierzytelnic sie w rejestrze Docker.

Uwierzytelnianie podstawowe

Rejestr Docker uzywa uwierzytelniania podstawowego: identyfikator klienta jako nazwa uzytkownika i pull secret jako haslo.

Najnowsze obrazy Docker
  • www.foxids.com/foxids:2.27.0 Ograniczone
  • www.foxids.com/foxidscontrol:2.27.0 Ograniczone

Pull secrets

Wygeneruj do pieciu dlugoterminowych pull secrets do pobierania obrazow.

Ograniczone

API tagów wydań

Uzyj endpointu releases/tags, aby pobrac liste JSON z nazwami wydan, obrazami Docker i nazwami plikow assetow.

Otwórz releases/tags

Wersja 1.14.15

Opublikowano piątek, 17 stycznia 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.

Wersja 1.14.9

Opublikowano wtorek, 14 stycznia 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.

Wersja 1.14.8

Opublikowano środa, 18 grudnia 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.

Wersja 1.14.7

Opublikowano poniedziałek, 16 grudnia 2024

Resolved bug(s):

  • Change external user ID because of incorrect validation check.

Wersja 1.14.5

Opublikowano piątek, 13 grudnia 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"
    

Wersja 1.14.3

Opublikowano środa, 11 grudnia 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.

Wersja 1.14.2

Opublikowano wtorek, 10 grudnia 2024
  • Link external user support redemption claim. The external users can be redeemed by a redemption claim type (e.g. email) and they are then automatically linked with the link claim type.
  • Change submit in post form to improve Chrome custom tab and Android app support.
  • Optimize query and fragment redirects.
  • Add FoxIDs Control API method UserChangePassword that supports changing the user's password.

Resolve bug:

  • Control API do not accept low level roles.

Wersja 1.13.4

Opublikowano poniedziałek, 9 grudnia 2024

Resolve bug:

  • API missing mapping for API Resource.

Wersja 1.13.3

Opublikowano środa, 4 grudnia 2024
  • Change the Referrer-Policy header from no-referrer to strict-origin to send the origin and nothing else. Before the origin was not send or null.

Wersja 1.13.2

Opublikowano wtorek, 3 grudnia 2024
  • Support pagination with pagination token in a new set of Control APIs instead of the old set of filter Control APIs. The new APIs has a plural s. For example, the old FilterTenant API is now Tenants where the new API support pagination.
  • Control Client support pagination.
  • .NET 9.
  • Log warning and redirect back to the application if SAML 2.0 Authentication Method do not support logout.
  • Support for changing XML canonicalization method in SAML 2.0 authentication methods.
  • Improve SAML 2.0 invalid authn response trace and error message.

Resolve bug:

  • OpenID Connect logout error if the post logout redirect URI is null or empty.