Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
0 answers
298 views

Using multiple gMSA accounts for SQL Server authentication in .NET

I'm working on a project where I have a number of SQL Servers (think lab, acceptance, prod), and a number of databases running on each of them. My application will execute migrations on those ...
wheelbarrow's user avatar
0 votes
1 answer
237 views

Getting CORS denied GMSA for MSSQL in appconfig.json of Angular + .Net project

We have hosted a few Angular and .Net Services. In the same server, we have MSSQl configured. When all the service's app pools in IIS, MSSQL Services etc were assigned to the my id, appication was ...
Haris's user avatar
  • 85
2 votes
0 answers
2k views

Check group membership of group managed service account (gMSA)?

I have an IIS application running a .Net app as a gMSA that needs to perform an action on a remote .Net Web API using Windows authentication. The gMSA is also a member of a special group that should ...
Gabe's user avatar
  • 91