Is using EXECUTE AS impersonation for user authentication in a web application a good idea?

I wrote a web application that is using AD authentication (Windows) and has its own authorization module (RBAC-like). Back-end is Microsoft SQL Server.
A DBA on my team is not happy with us using a service account to talk to the database, … Continue reading Is using EXECUTE AS impersonation for user authentication in a web application a good idea?

Everything You Need to Know About Azure Infrastructure – August 2020 Edition


With August now behind us, here’s a look at the major announcements from this month.

The post Everything You Need to Know About Azure Infrastructure – August 2020 Edition appeared first on Petri.

Continue reading Everything You Need to Know About Azure Infrastructure – August 2020 Edition

What are the potential vulnerabilities of sending HTML/JS to the browser from the database?

An in-house team is creating a new framework and I’m not so sure it’s as secure as they’re letting on. I’m not super well versed in security so I wanted to ask for opinions.

A demo web app was created for us to get familiar with the layou… Continue reading What are the potential vulnerabilities of sending HTML/JS to the browser from the database?