Quantcast
Channel: Forum Microsoft Identity Manager
Viewing all articles
Browse latest Browse all 4767

MIM PAM - Get-PAMRoleForRequest PowerShell - The caller was not authenticated by the service

$
0
0

So I am following this manua https://docs.microsoft.com/en-us/microsoft-identity-manager/pam/step-7-elevate-user-access

 Import-module MIMPAM
 $r = Get-PAMRoleForRequest | ? { $_.DisplayName –eq "CorpAdmins" }
 New-PAMRequest –role $r
 klist purge

The powershell above gives me this kind of error:

Get-PAMRoleForRequest : The caller was not authenticated by the service.
At line:1 char:6+ $r = Get-PAMRoleForRequest | ? { $_.DisplayName -eq "CorpAdmins" }+      ~~~~~~~~~~~~~~~~~~~~~+ CategoryInfo          : NotSpecified: (:) [Get-PAMRoleForRequest], Secur
   ityNegotiationException+ FullyQualifiedErrorId : GeneralServerError,Microsoft.IdentityManagement.
   RequestorPamCmdlets.Commands.GetPamRolesCommand
So how the caller should authenticate or whats the problem?




Viewing all articles
Browse latest Browse all 4767

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>