windows managed service account

testuser7 271 Reputation points
2024-08-28T19:28:40.2266667+00:00

Hello,

We know how to use and configure Managed Service Account with windows-services and Scheduled-batch-tasks and run the service under the security context of MSA

Can we use the MSA for any installed application and run the app under the security context of MSA ??

Basically my idea is this home-grown .NET app that I have installed on my windows box wants to invoke one kerberized-network-service (s1)

So my app will need to collect a kerberos-service-ticket of S1

Computer will help my app (running under MSA identity ) in getting service-ticket of S1

now my application-code can make the call to S1

Thanks

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,901 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
9,408 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Marcin Policht 21,590 Reputation points MVP
    2024-08-28T19:38:39.6133333+00:00

    Yes - assuming you configure the app to run as a service


    If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.

    hth

    Marcin

    0 comments No comments

  2. testuser7 271 Reputation points
    2024-08-29T11:43:28.9033333+00:00

    @Marcin Policht Did you read the very first line of my question ??


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.