I've managed to stumble my way through using a redirecting login page that gets an ID token via Azure AD registered app. The token is then sent to my backend apis in .Net Core 3.1. I'm told the database is restricted to only those of a certain AD group.
Currently my connection string has Trusted_Connection=True.
I'm not really sure where to go or how to search my issue. Any guidance, as I've never really done something like this, would be appreciated.