Udgivelser

Seneste FoxIDs udgivelsesnoter og downloads.

Tal med en ekspert

Docker-images

Brug din pull secret til at godkende mod Docker-registret.

Basic-godkendelse

Docker-registret bruger Basic-godkendelse: dit kunde-id som brugernavn og din pull secret som adgangskode.

Seneste Docker-images
  • www.foxids.com/foxids:2.26.2 Begrænset
  • www.foxids.com/foxidscontrol:2.26.2 Begrænset

Pull secrets

Opret op til fem langtidsholdbare pull secrets til billeddownloads.

Begrænset

Release tags API

Brug endpointet releases/tags til at hente en JSON-liste med udgivelsesnavne, Docker-images og filnavne på assets.

Åbn releases/tags

Version 1.14.2

Udgivet tirsdag den 10. december 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.

Version 1.13.4

Udgivet mandag den 9. december 2024

Resolve bug:

  • API missing mapping for API Resource.

Version 1.13.3

Udgivet onsdag den 4. december 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.

Version 1.13.2

Udgivet tirsdag den 3. december 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.

Version 1.12.8

Udgivet tirsdag den 26. november 2024
  • PostgreSQL is production ready and configured in appsettings.json:
"PostgreSql": {
  "ConnectionString": "Host=xxx;Username=postgres;Password=postgres;Database=FoxIDs"
},
"Options": {
  "Log": "Stdout",
  "DataStorage": "PostgreSql",
  "KeyStorage": "None",
  "Cache": "PostgreSql",
  "DataCache": "None"
}
  • Support for calling an external API in a claim transform to add external claims.
  • Improve claim transform validation in Control Client.
  • Add state cookie in OpenID Connect authentication method for authentication and RP Initiated logout to handle missing state property from Amazon AWS and Microsoft Entra ID.

Resolve bug:

  • Custom domain verification disappears on customer information update.
  • Not uniformed issuer in Control Client.

Version 1.11.21

Udgivet tirsdag den 19. november 2024
  • Set and disable expiration in test applications in Control API and Control Client.
  • Add URL binding pattern help text in Control Client.
  • Improve the link external user help text for SAML 2.0 in Control Client.
  • Make it possible to search authentication methods based by the HRD domains in Control API and Control Client.
  • Support automatically usage calculations, invoicing and payment.
  • Only show plan functionality if invoicing is enabled.
  • ARM update and a small ARM configuration added.
  • Ignore the http://schemas.itfoxtec.com/ws/2014/02/identity/claims/saml2nameid claim from the ITfoxtec Identity SAML 2.0 component.
  • Simplify the Authentication Method nav item to Authentication.

Resolve bug:

  • Missing Redis ConnectionMultiplexer bug if Redis used without CosmosDB.

Version 1.10.18

Udgivet fredag den 8. november 2024
  • Support 200 HRD domains on an authentication method with a total combined length of 2000 characters.
  • Improve HRD selection and improve help text in Control Client.
  • Add support for Elliptic Curve.

Resolve bug:

  • HRD bug in Control Client making it impossible to add * instead of a domain.

Version 1.10.17

Udgivet torsdag den 7. november 2024

Resolve bug:

  • Failed while trying to generate certificate information if the key is Elliptic Curve (EC).

Version 1.10.16

Udgivet torsdag den 31. oktober 2024
  • Improve external user UI on authentication methods and add text about claims overwriting.
  • Improve error handling if an external user is disabled.

Resolve bug:

  • Correct master partition id in Mongo and PG repositories.
  • Resolve DynamicElement type pascal casing bug.

Version 1.10.13

Udgivet fredag den 25. oktober 2024
  • Remove the cache clean up logic from the seed logic because it is unused.
  • Update and clean up Azure ARM template.

Resolve bug:

  • PostgreSql data clean up loads incorrect objects and fails.