Nyheter & Bloggat

Blogg Guest User Blogg Guest User

How to upgrade BankID API to V6

Swedish BankID are on a constant journey to make their service even more safe for the users. One of the latest additions to this is what is called Secure Start (Säker Start). If you are a company/organization that offers your users to identify or sign through BankID you need to ensure that you implement Secure Start. This will be mandatory from May 1st 2024.

Läs mer
Nyheter Guest User Nyheter Guest User

Active Solution stärker samarbetet med Microsoft

Idag stärker Active Solution sitt långa partnerskap med Microsoft genom att kliva in i det nya partnerprogrammet, Microsoft Cloud Partner Program. Active Solution fortsätter att bevisa expertis och leverans inom Azure, Webb, Data & AI. Tack vare detta kan vi fortsätta att leverera förstklassig support och snabba lösningar åt våra kunder.

Läs mer
Blogg Alice Nilsson Ingberg Blogg Alice Nilsson Ingberg

Trendspaning på E-legitimationsdagarna 2022

Det är maj 2022 och äntligen blev E-legitimationsdagarna av som en fysisk konferens! Jag, Elin Fokine - systemutvecklare och IT-konsult på Active Solution, besöker konferensen e-legimitaitonsdagarna 2022

Läs mer
Blogg Alice Nilsson Ingberg Blogg Alice Nilsson Ingberg

Migrating from System.Runtime.Serialization to System.Text.Json

.NET Core 3.0 introduced namespace System.Text.Json which is meant to replace System.Runtime.Serialization and Newtonsoft.Json as the primary tool used when serializing and deserializing json.

If you have an older project you still might use System.Runtime.Serialization to serialize and deserialize json. In that case it is time to make the change to System.Text.Json. Here you will find a couple of things that we came by when we made the migration and which can be useful to know.

Läs mer