issues
search
OneIdentity
/
safeguard-ps
One Identity Safeguard PowerShell scripting resources
Apache License 2.0
22
stars
27
forks
source link
Fix X-Token header error when making calls to SPS
#523
Closed
JeffHarkavy
closed
7 months ago
JeffHarkavy
commented
7 months ago
SPS 7.5 now requires X-Token in the header for browser based requests (previously an opt-in setting). Powershell's default UserAgent made it look like a Mozilla browser, so all POST/PUT/DELETE calls to SPS would error out due to the missing header.