Releases: ITfoxtec/FoxIDs
Releases · ITfoxtec/FoxIDs
Version 1.14.8
- 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
Resolved bug(s):
- Change external user ID because of incorrect validation check.
Version 1.14.5
- 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
- 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
- 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
Resolve bug:
- API missing mapping for API Resource.
Version 1.13.3
- Change the
Referrer-Policy
header fromno-referrer
tostrict-origin
to send theorigin
and nothing else. Before theorigin
was not send or null.
Version 1.13.2
- 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 oldFilterTenant
API is nowTenants
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
- 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
- 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.