pspete / psPAS

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

ADD SAML Authentication #278

Closed pspete closed 4 years ago

pspete commented 4 years ago

Summary

Adds SAML Auth support introduced to the api in 11.4.

Adds new Private function Get-PASSAMLResponse, based on this gist, which is designed to get the required saml response before attempting authentication.

Test Plan

Pester tests created based on expected output and logic flow