Click HERE to see how Saviynt Intelligence is transforming the industry. |
06/18/2024 03:07 AM
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
06/18/2024 03:37 PM - edited 06/18/2024 08:13 PM
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"
}
}
}
06/18/2024 11:06 PM
06/19/2024 09:48 PM
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.