07/03/2023 11:12 AM
07/03/2023 08:33 PM
.cer certificate should resolve your error. Can you raise FD ticket to upload certificate into Keystore and restart server
07/05/2023 02:52 AM
Hi,
We got the certificate uploaded from backend, but the issue has not been resolved. We tried both the ways, mentioned below:
1. Uploaded .cer certificate - did not work.
2. Uploaded .p12 certificate - did not work.
Any idea of what could be the keyFilePassword that is available in the connection json?
ConnectionJson for reference:
{
"authentications": {
"userAuth": {
"authType": "oauth2",
"url": "https://xxxxxx/xxxx/xxx/xx",
"httpMethod": "GET",
"httpParams": {
"grant_type": "client_cert"
},
"httpContentType": "application/x-www-form-urlencoded",
"ssl": {
"keyFile": "/opt/sharedappdrive/saviynt/security/cacerts",
"keyFilePassword": "<Provided Password of the certificate>",
"keyManagerAlgorithm": "SunX509",
"keyStoreType": "JKS",
"sslAlgorithmName": "TLSv1.2"
},
"httpHeaders": {},
"retryFailureStatusCode": [
401,
403
],
"expiryError": "ExpiredAuthenticationToken",
"authError": [
"SESSION_NOT_VALID",
"AuthenticationFailed",
"ExpiredJwtException",
"401 Unauthorized"
],
"timeOutError": "Read timed out",
"errorPath": "code",
"maxRefreshTryCount": 6,
"tokenResponsePath": "access_token",
"tokenType": "",
"accessToken": "asdfghjkl",
"testConnectionParams": {
"http": {
"url": "https://xxxxxx/xxxx/xxx/xx",
"httpContentType": "application/x-www-form-urlencoded",
"httpMethod": "GET",
"httpParams": "{\"grant_type\":\"client_cert\"}",
"httpHeaders": {},
"ssl": {
"keyFile": "/opt/sharedappdrive/saviynt/security/cacerts",
"keyFilePassword": "<Provided Password of the certificate>",
"keyManagerAlgorithm": "SunX509",
"keyStoreType": "JKS",
"sslAlgorithmName": "TLSv1.2"
}
},
"errors": [
"Invalid token provided",
"Unauthorized",
"Exception occurred",
"Error"
],
"errorPath": "html.head.title"
}
}
}
}
Thanks!
07/24/2023 03:05 AM
Hi,
Are you aware of the versions that Saviynt accepts? We have .p12 and .pem version available? Please let us know. @rushikeshvartak
Thanks!