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

SNOW Integration

HarishG
Regular Contributor
Regular Contributor

Hi,

We are trying to establish a connection between ServiceNow and Saviynt application. We have the apiUser and password to connect. But while configuring the connection properties, we see the option to connect with Bearer token.

HarishG_0-1710239624310.png

 

  1. Is there any way to use password instead of token?
  2. are there any ways to enhance security? - not just using bearer token, but may be using a certificate.

https://docs.saviyntcloud.com/bundle/SNOW-Saviynt-Integration-v24x/page/Content/C-confg-svynt-app-sn...

 

Thanks in advance!

 

Best regards,

Harish

2 REPLIES 2

AmitM
Valued Contributor
Valued Contributor

Hi @HarishG , Bearer token and refresh token is more secure than using password so that should be fine. You can set the expiry for token so that will make it more secure.

Note: If grails.plugin.springsecurity.rest.refreshtoken.storage.jwt.expiration is set to some value in Config.groovy, refresh token will expire based on this config in api/login api. This will generate a new refresh token if another config - grails.plugin.springsecurity.rest.refreshtoken.new is set to true in Config.groovy. For blank or null, it will return the same Refresh token as passed in oauth/access_token api

 

On Second question , Certs are not supported yet by Saviynt REST APIs. SO if it's not in source APIs , the SNOW integration can also not have it. 

AmitM_0-1710240422808.png

Hope this answers your query !!

Thanks,

Amit

If this answers your query, Please ACCEPT SOLUTION and give KUDOS.

rushikeshvartak
All-Star
All-Star
  1. Is there any way to use password instead of token? -No
  2. are there any ways to enhance security? - not just using bearer token, but may be using a certificate. - Certificate based is not supported 

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