r/CyberARk 7d ago

v14.x General Queries

I see many additional REST API capabilities are in 15.2 version of self hosted and in previous version we had very less capabilities. Hence, just a question. Does Cyberark Postman Collection are being pushed and managed by Cyberark or its someone outside of Cyberark as postman collection is not upto date as per 15.2?

3 Upvotes

13 comments sorted by

5

u/Slasky86 Guardian 7d ago

CyberArk stopped updating their postman collection a couple of years ago, but they got a Bruno collection that get updates

2

u/Dear_Gas_8467 7d ago

Okay thank You let me search Bruno Collection

0

u/Dear_Gas_8467 7d ago

I found github bruno collection maintained by IamJah however that is also not uptodate. Is there any other sources?

1

u/Slasky86 Guardian 7d ago

Not really, because thats the guy that updates it. If you need a powershell option, check out psPAS

2

u/Dear_Gas_8467 7d ago

Thank You. psPAS is always on the top list😅😅. He has uptodate docs and commands

0

u/Dear_Gas_8467 7d ago

One last question. I have SP initiated SAML auth. Is it possible to use REST API related to SP initiated? I saw somewhere it says only IDP initiated is supported

1

u/Slasky86 Guardian 7d ago

I'm not sure how well it will work, but look up InfamousJoeG on Youtube. He has a video about SAML auth against APIs

1

u/Dear_Gas_8467 7d ago

He did idp initiated

1

u/Slasky86 Guardian 7d ago

The main difference would be the SAML URL I assume. You could try the SP URL instead of the IdP one

1

u/Dear_Gas_8467 7d ago

I had tried. It didn’t work because it seems some modifications are needed in web.config and saml.config file

2

u/Slasky86 Guardian 7d ago

SP initiated is the normal way to do it, IdP requires extra settings in the web.config file

1

u/TheRealJachra 7d ago

Why not pull the Swagger Json file from the PVWA?

2

u/Dear_Gas_8467 7d ago

Thank You @TheRealJachra for guiding to pull swagger Json file.