By killing SSH and Management access on WAN, we managed to end the brute force attempts into our colo core firewall. Avoiding this kind of configuration seems obvious, but it hadn't really come to light until now. I'm very happy to have this resolved though :D

#security #ssh #bruteforce #securitybestpractise

Secure an Angular application using Microsoft Entra External ID and ASP.NET Core with BFF

This article looks at implementing an ASP.NET Core application hosting an Angular nx application which authenticates using Microsoft Entra External ID for customers (CIAM). The ASP.NET Core authent…

Software Engineering