Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

How to Add "No Auth" type in the REST ConnectionJSON ?

Shanthi_Katkam
New Contributor
New Contributor

Hi  Team,

I am seeking assistance with configuring a REST connector in Saviynt. I need to add the "No Auth" type in the ConnectionJson--->AuthorizationtType. Could you please provide guidance on how to achieve this?

Best regards,

Shanthi Katkam

3 REPLIES 3

rushikeshvartak
All-Star
All-Star

application doesn’t required authentication ?

you can have dummy connection json 

{
"authentications": {
"acctAuth": {
"authType": "oauth2",
"url": "https://XXXXX/login/oauth/access_token",
"httpMethod": "POST",
"httpParams": "",
"httpHeaders": {
"Content-Type": "application/x-www-form-urlencoded"
},
"httpContentType": "application/x-www-form-urlencoded",
"authError": [
"InvalidAuthenticationToken",
"AuthenticationFailed",
"Must authenticate to access this API."
],
"retryFailureStatusCode": [
401,
403
],
"errorPath": "error.message",
"maxRefreshTryCount": 5,
"tokenResponsePath": "access_token",
"tokenType": "Bearer",
"authHeaderName": "Authorization",
"accessToken": "Bearer XXXXXX",

"token":"XXXX"

}
}
}

Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

Hi rushikestvartak

Thanks for the response.

But I am looking for an "No Auth" authentication type while creating a connection (REST) in Saviynt. Please find the screeenshot attached for your reference and suggest on how to achieve this.

Regards,

Shanthi Katkam

You manually prepare JSON it will work. Currently its not there prepopulated in dropdown. You can raise idea ticket for same.

For any desired improvements or enhancements to this process, Saviynt encourages you to submit your proposal through Saviynt's Ideas Portal at https://ideas.saviynt.com/ideas/

Your valuable input is crucial to shaping the evolution of Saviynt systems.

Please notify us once the idea ticket has been created.

 


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.