Securing Privileged Access with JIT,JEA,PAM,PIM Oh the confusion

From time to time (Every other day) , I get asked why and what does it mean for me , Well below is a high level of the what , how , why. Start with the videos on the topic and then move to the reference links.  Cyber Security Reference Architecture : https://channel9.msdn.com/Blogs/Taste-of-Premier/ToP1808 or https://www.youtube.com/watch?v=AeMalNggPZU…

Microsoft Identity Manager SP1– PAM Rest API requests either fail with HTTP 404 or 500 when calling remotely

What is the Issue :  When upgraded or new install of Privilege Access Management(PAM) some rest API calls only work locally on the PAM server. When calling the REST API you receive the following return With a response body of: {   “odata.error”:{“code”:””,”message”:{ “lang”:”en-US”,”value”:”An operations error occurred.\r\n”}} } API requests that work: /api/pamresources/pamrequeststoapprove /api/pamresources/pamrequests /api/pamresources/pamrequests({requestId)/Close…