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

Creating API Service User while SSO is enabled

Murmur
Regular Contributor II
Regular Contributor II

Hi everyone, 

How can I create a User usable as an API service user, when SSO is enabled?

What have I tested? 

  • Create new user + assign appropriate SAV Role
  • Reset password vioa Admin panel 
  • CUSTOMQUERY to unexpire password and enable localauth 
    • update users set passwordexpired=0, localauthenabled=1 where username='username'
  • Now I'm at least able to acquire the the Bearer Token, but it still requires me to set the security questions for this account. Can this be bypassed / fixed without being able to sign in?

Cheers 🙂

 

3 REPLIES 3

JohnLawson
Regular Contributor
Regular Contributor

Depends on if you are trying to have a service account access the GUI or if it will be using the API.

This is how we setup API service accounts after creating them in Saviynt:

JohnLawson_0-1700257095953.png

It may be that you have to disable the security question requirement in the global config under preferences

JohnLawson_1-1700257161664.png

 

rushikeshvartak
All-Star
All-Star

If application is enabled then why Security question are mandatory?

Disable the security question requirement in the global config under preferences

rushikeshvartak_0-1700459992647.png

 

Alternatively you can upload security questions ans using import sheet

. You can disable the feature


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

Murmur
Regular Contributor II
Regular Contributor II

@rushikeshvartak great question.

I'd actually expect that to be done automatically from Saviynts's side, when SSO is enabled, as the security questions do not serve any purpose anymore after that.

I'll disable it now, thanks.