Anders Revsgaard
Anders Revsgaard
In ASP.NET Core a image version can be added to the img tag with `asp-append-version="true"` resulting in a version parameter. Like this: `/images/someimage.svg?v=RKStDrhslUs6WRfYvhI5P1k3y6T6vN38JLnUDilGTAA` Then new versions of the same image...
Add support for pagination in the GetListAsync method. This feature is used when data is processed and will result in incorrect data when the number of down-parties is more then...
Resolve bug. System.Exception: Failing route request path '/lib/popper/popper.min.js.map'. ---> FoxIDs.Repository.FoxIDsDataException: Document id 'tenant:lib' partition id 'tenants'. Status 'NotFound (404)'. System.Exception: Failing route request path '/lib/bootstrap/bootstrap.bundle.min.js.map'. ---> FoxIDs.Repository.FoxIDsDataException: Document id 'tenant:lib'...
Login Authentication Method, add functionality. Add support for loading CSS from from external URL as an additional to the CSS which can be defined in a Login Authentication Method.
Related issue: Create shadow users - https://github.com/ITfoxtec/FoxIDs/issues/714
Add support for pairwise SUB and add information in OpenID Connect Discovery. https://openid.net/specs/openid-connect-core-1_0.html#SubjectIDTypes To protect the End-User from possible correlation among Clients, the use of a Pairwise Pseudonymous Identifier (PPID)...
Make it possible to se the current certificates expiration and when it is changed to the new certificate. The next certificates (if existing) expiration and maybe when it is changed...
Azure App Services do not currently support certificates saved with aes256-sha256, https://learn.microsoft.com/en-us/answers/questions/1179564/azure-app-service-windows-version. And therefore .NET does not support it on the platform. The Danish OCES3 certificates can therefore not be...