11-30-2020 09:57 AM
We have a requirement to pass credentials from external applications like centrify to our API calls.
Instead of External, can i create a Snaplogic account and refer the password of that account using a ref function in the API call. In this case i can get rid of extra layer (Centrify).
Ex API -
Step1 : API call to Centrify application to get the secrets and map the credentials to below Reltio API call
“https://auth.reltio.com/oauth/token?grant_type=password&username=“+$username+”&password= 1”+$password
Instead, i would like to create an account in Snaplogic and use account in Reltio API call
“https://auth.reltio.com/oauth/token?grant_type=password&username=“Snap Acct Uname”+”&password=“Snap Acct Pwd”
11-30-2020 10:00 AM
This appears to be a duplicate post: Do we have Account Ref functions in Snaplogic to refer credentials?
12-07-2020 04:27 PM