08/20/2023 11:08 PM
Hello,
can anyone share connection detail if anyone did this onboarding ?
Thanks
08/21/2023 03:19 AM
Hi @ejeong ,
Following this link : https://help.anaplan.com/use-basic-authentication-3a4a2905-3d55-4199-a980-d1a89ffdcb7e , it appears that ANAPLAN uses Basic Authentication to enable applications to connect through APIs.
Therefore, you should be able to use the below sample JSON, matching their token response path :
{
"authentications": {
"acctAuth": {
"authType": "Basic",
"url": "hhttps://auth.anaplan.com/token/authenticate",
"httpMethod": "POST",
"httpParams": {},
"httpHeaders": {},
"httpContentType": "text/html",
"properties": {
"userName": "username",
"password": "password"
},
"expiryError": "Couldn't authenticate you",
"authError": [
"Couldn't authenticate you"
],
"timeOutError": "Read timed out",
"errorPath": "statusMessage",
"maxRefreshTryCount": 5,
"tokenResponsePath": "tokenInfo.tokenValue",
"tokenType": "Basic",
"accessToken": "Basic abc",
}
}
}
Saviynt Reference documentation : https://docs.saviyntcloud.com/bundle/REST-v23x/page/Content/Developers-Handbook.htm
08/21/2023 04:51 AM
@adriencosson i meant entire connection detail (import account / ent, create account...etc). Can you please share that as well?
08/21/2023 04:48 AM
Hi @ejeong ,
You can use below sample JSON for connection make changes as per your response:
{
"authentications": {
"acctAuth": {
"authType": "Basic",
"url": "<URL>",
"httpMethod": "POST",
"httpParams": {},
"httpHeaders": {},
"httpContentType": "text/html",
"properties": {
"userName": "username",
"password": "password"
},
"expiryError": "Couldn't authenticate you",
"authError": [
"Couldn't authenticate you"
],
"timeOutError": "Read timed out",
"errorPath": "statusMessage",
"maxRefreshTryCount": 5,
"tokenResponsePath": "tokenInfo.tokenValue",
"tokenType": "Basic",
"accessToken": "Basic sdidsfjl",
}
}
}
08/21/2023 04:52 AM
Can you pls share entire jsons for connection (e.g import account / create account...etc
08/21/2023 11:25 AM
https://docs.saviyntcloud.com/bundle/REST-v23x/page/Content/Examples-for-JSON-Construction.htm
Above document has the sample / reference JSON
08/21/2023 11:59 AM
Thanks. I know how to write JSON for rest connector..
I wanted to confirm if all API is availble to onboard Analplan in Saviynt
08/21/2023 10:02 PM
08/28/2023 10:35 PM
Recon is possible till user and workspace/Model level .
Create user is possible along with required workspace .
08/28/2023 10:47 PM
Can you share JSONs