Skip to content

Releases: ITfoxtec/FoxIDs

Version 1.14.16

06 Feb 09:12
a7f6f8d
Compare
Choose a tag to compare

Resolved bug(s):

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

Version 1.14.15

17 Jan 11:00
7ff5af3
Compare
Choose a tag to compare
  • 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.

Version 1.14.9

14 Jan 13:52
94542fa
Compare
Choose a tag to compare
  • 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.

Version 1.14.8

18 Dec 10:40
370af1a
Compare
Choose a tag to compare
  • 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.

Version 1.14.7

16 Dec 08:36
d425ce5
Compare
Choose a tag to compare

Resolved bug(s):

  • Change external user ID because of incorrect validation check.

Version 1.14.5

13 Dec 15:18
1634c22
Compare
Choose a tag to compare
  • 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"
    

Version 1.14.3

11 Dec 15:05
6c7107a
Compare
Choose a tag to compare
  • 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.

Version 1.14.2

10 Dec 20:22
b7ef4eb
Compare
Choose a tag to compare
  • 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

09 Dec 11:14
a3a8dad
Compare
Choose a tag to compare

Resolve bug:

  • API missing mapping for API Resource.

Version 1.13.3

04 Dec 10:00
ef393e8
Compare
Choose a tag to compare
  • 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.