pspete / psPAS

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

How to get login url for New-SAMLInteractive cmd #391

Closed aitayi1982 closed 2 years ago

aitayi1982 commented 2 years ago

Describe the issue How to get login url for New-SAMLInteractive cmd eg: $loginURL = "https://pvwa-mycompany/PasswordVault/" $loginResponse = New-SAMLInteractive -LoginIDP $loginURL After issue this command the popup window do not redirect to login page. So I think the login url is not correct, but How to get correct login url for New-SAMLInteractive cmd

pspete commented 2 years ago

That's a different project to psPAS. It looks like you are trying to use your pvwa url instead of the idp initiated saml authentication url.

https://github.com/allynl93/PS-SAML-Interactive#usage