PSPHPIPAM icon indicating copy to clipboard operation
PSPHPIPAM copied to clipboard

New-PhpIpamSession: Cannot validate argument on parameter 'UseAppKeyAuth'. CryptoAuth need Rijndael256, it's not implemented in powershell core

Open MartinEtcheverry opened this issue 3 years ago • 1 comments

Hi , when i run in powershel 7 this: New-PhpIpamSession -useAppKeyAuth -PhpIpamApiUrl https://someserver/api/someaccess/user -AppID someid -AppKey 'somekey'

i get this : New-PhpIpamSession: Cannot validate argument on parameter 'UseAppKeyAuth'. CryptoAuth need Rijndael256, it's not implemented in powershell core

MartinEtcheverry avatar Jul 21 '21 13:07 MartinEtcheverry

You might need to use UseStaticAppKeyAuth

See the doc below

https://github.com/yoke88/PSPHPIPAM/blob/master/Docs/2.configure_API.md

Get Outlook for Androidhttps://aka.ms/AAb9ysg


From: MartinEtcheverry @.> Sent: Wednesday, July 21, 2021 9:41:30 PM To: yoke88/PSPHPIPAM @.> Cc: Subscribed @.***> Subject: [yoke88/PSPHPIPAM] New-PhpIpamSession: Cannot validate argument on parameter 'UseAppKeyAuth'. CryptoAuth need Rijndael256, it's not implemented in powershell core (#23)

Hi , when i run in powershel 7 this: New-PhpIpamSession -useAppKeyAuth -PhpIpamApiUrl https://someserver/api/someaccess/user -AppID someid -AppKey 'somekey'

i get this : New-PhpIpamSession: Cannot validate argument on parameter 'UseAppKeyAuth'. CryptoAuth need Rijndael256, it's not implemented in powershell core

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/yoke88/PSPHPIPAM/issues/23, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AAYAD4WJA4CCICL6GTPMOBTTY3FAVANCNFSM5AX7WBGA.

yoke88 avatar Jul 22 '21 03:07 yoke88