A parameter cannot be found that matches parameter name 'identity'.
at <ScriptBlock>, <No file>: line 1
I looked through my endpoint script and don’t have anything with the Identity parameter. I do have another Invoke-RestMethod inside of that endpoint though calling our password manager.
When authenticating to an API, does it pass credentials thought? So I auth to use the API, then inside that endpoint it reaches out to another service, what creds does it use for that? Whatever PU is running as?