Use MSA as RunAs Account for Endpoint?

Just want to say that firstly I have really enjoyed this product. We just purchased a business license, and have an interesting use-case for it.

Our installation is located on-prem off of Azure. However, we have azure resources which need to talk to our PSU endpoint. So I created an endpoint which can authenticate requests made to it against Azure, and fulfill them. However, we were under the impression that we should be able to execute API endpoint functions using an assigned MSA account as the runAs account for that endpoint. But, in order to populate the runAs selector, it looks like I have to add it as a PSCredential, which may only work for traditional service accounts with a username/password.

Am I mistaken, or is there a way to do this?

Much thanks in advance for any help! I could not find this anywhere in the forums

Product: PowerShell Universal
Version: 5.3.2

Glad you are liking it!

We added support for password-less accounts in 5.4 so that GMSA accounts can work as run as creds.

That is awesome! Thanks! I’ll update right away :smiley: