Utgivelser

Siste FoxIDs versjonsnotater og nedlastinger.

Snakk med en ekspert

Docker-bilder

Bruk din pull secret for å autentisere mot Docker-registeret.

Grunnleggende autentisering

Docker-registeret bruker grunnleggende autentisering: kunde-ID-en din som brukernavn og din pull secret som passord.

Nyeste Docker-bilder
  • www.foxids.com/foxids:2.27.0 Begrenset
  • www.foxids.com/foxidscontrol:2.27.0 Begrenset

Pull secrets

Opprett opptil fem langvarige pull secrets for nedlasting av bilder.

Begrenset

Release tags API

Bruk endepunktet releases/tags for å hente en JSON-liste med utgivelsesnavn, Docker-bilder og filnavn for assets.

Åpne releases/tags

Versjon 1.12.8

Publisert tirsdag 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.

Versjon 1.11.21

Publisert tirsdag 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.

Versjon 1.10.18

Publisert fredag 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.

Versjon 1.10.17

Publisert torsdag 7. november 2024

Resolve bug:

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

Versjon 1.10.16

Publisert torsdag 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.

Versjon 1.10.13

Publisert fredag 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.

Versjon 1.10.12

Publisert onsdag 23. oktober 2024

Resolve bug:

  • The email selection field is not shown if needed if only OIDC and/or SAML 2.0 authentication methods is selected.

Versjon 1.10.11

Publisert torsdag 10. oktober 2024
  • By default, the SAML 2.0 application's Name ID value is the user's unique ID. With this release, if you configure urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress as Name ID Format, the Name ID value becomes the user's email.
  • Improve SAML 2.0 signature validation certificate not configured error message.

Versjon 1.10.10

Publisert lørdag 5. oktober 2024

Resolve bug:

  • User id validation bug, which in some cases results in a incorrect session validation check.

Versjon 1.10.9

Publisert torsdag 3. oktober 2024
  • Automatically create mappings between JWT and SAML claim types (configurable).
  • Support duplicated mappings of both JWT and SAML claim types.
  • DK privilege claim transformers is default configured to replace claims in FoxIDs Control Client.
  • Add a Client ID parameter in OpenID Connect RP-Initiated Logout Request.
  • Support Amazon Cognito non-compliant OpenID Connect logout with workaround.
  • Default not delete sequences to improve the browser back experience.