Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

How to authenticate to Savinyt APIs in an SSO enabled Instance with a local user

hg_sav
New Contributor
New Contributor

Hi All,

We are trying to authenticate to Saviynt APIs using a local user in a SSO Enabled Instance, but its failing with a 401 Error. We checked various forum posts and it appears it has been disabled in the newer versions. Ref - (https://forums.saviynt.com/t5/identity-governance/sso-bypass-url-backdoor-access-for-emergency/m-p/5...).

What are the options available to execute Saviynt APIs programatically?

Thanks for your time.

2 REPLIES 2

rushikeshvartak
All-Star
All-Star

Refer : https://forums.saviynt.com/t5/saviynt-knowledge-base/how-to-troubleshoot-401-unauthorized-error-from...


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

Rajesh-R
Saviynt Employee
Saviynt Employee

@hg_sav 

  1. Validate the attribute "passwordexpired" is false
  2. Validate the attribute "accountlocked" is false
  3. Reset the password of the user from Admin Functions - > Admin Function and reset the password
  4. Use saviynt updateUser API to update the "passwordexpired" to false after resetting the password.

Thanks
Rajesh Ramalingam
Saviynt India