Announcing the SAVIYNT KNOWLEDGE EXCHANGE unifying the Saviynt forums, documentation, training, and more in a single search tool across platforms. Click HERE to read the Announcement.

Rest Connection - Special character in credentials

prachi
Regular Contributor II
Regular Contributor II

Hi,

I am working on REST Connector and I have specials character in my credential.

"client_secret":"{X7+)PYU~\4Q" 

Due to brackets in between ("{" & ")"), getting the syntax error while saving the connection.

Could you pls suggest on how do we use this credentials?

Regards,

Prachi

 

6 REPLIES 6

RakeshMG
Saviynt Employee
Saviynt Employee

Please try escaping the brackets 

"\{X7+\)PYU~\4Q"


​Regards

Rakesh M Goudar

prachi
Regular Contributor II
Regular Contributor II

Hi,

I tried remove each special character and Saving the JSON and it looks like the issue is because last third character {"\"}.

I have tried using escape char like :

{X7+)PYU~\\4Q , but still getting error.

Attching the log for reference

prachi_0-1675410153468.png

 

rushikeshvartak
All-Star
All-Star

What is error message


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

prachi
Regular Contributor II
Regular Contributor II

Attching the log for reference.

Looks like the error is because of last 3rd character {"\"}

prachi_1-1675410211387.png

 

{X7+)PYU\\~4Q


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

prachi
Regular Contributor II
Regular Contributor II

Thanks, This is working with \\\\

{X7+)PYU\\\\~4Q