pspete / psPAS

PowerShell module for CyberArk Privileged Access Security REST API
https://pspas.pspete.dev
MIT License
293 stars 91 forks source link

RADIUS Auth #285

Closed pspete closed 4 years ago

pspete commented 4 years ago

Summary

Provides any exception text returned from the RADIUS server as the prompt requesting the OTP value. OTP parameter can now be omitted if OTP is unknown at time of initial authentication, the literal value "passcode" no longer needs to be provided. Removed need for OTPMode parameter to have a value of "Challenge" in order to reach the OTP prompt. OTPMode can now be omitted.

Test Plan

Pester tests updated

Related issues

283