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

API access for SSO protected Saviynt

pradiphari
New Contributor
New Contributor

Hi All,

We are on Saviynt v5.5SP5 version. How we can login to Saviynt using API user directly when SSO is configured?

Regards,

5 REPLIES 5

rushikeshvartak
All-Star
All-Star

You can generate token for user using Admin - settings - Web service Auth configurations

Or

You can reset password for user from admin - admin function & try keeping user as localauthentication =1 in users table

https://forums.saviynt.com/t5/identity-governance/set-api-password-to-access-saviynt-api-s-for-servi...

 


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

Thank you. 

is it possible to use Web service Auth configurations and generate access token using refresh token dynamically like we do for REST connectors? or any other other alternative for local api account.

Our security team has concern over using the local account.

Regards,

https://documenter.getpostman.com/view/1797923/RWaLwo21?version=latest#d1e0aa45-c219-406f-91de-4d0ae... 


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

ejeong
Valued Contributor
Valued Contributor

We are also integrated with okta.

What we normally do is.. to access Saviynt via SSO and

You can get access token and refresh token from Admin -> setting -> webservice auth (hope i am referring correct name)

You can authenticate with this token in API

pradiphari
New Contributor
New Contributor

Thank you for input. Able to authenticate with Oauth2.0.