How to access credentials stores in third party credentials

Certified Senior Developer

Hi All,

I want to retrive my credentials stored in third party credentials in Admin Console or in Settings page.

I have tried a!scsfield() and a!httpAuthenticationBasic() but no luck.

Can anyone suggest how can we retrieve the data stored in secure credential store to integration object.

Thanks In Advance.

  Discussion posts and replies are publicly visible

Parents Reply
  • I think we need more information to be able to help you. Are you using a plug-in? If so, are you using one from the app market or one you created yourself? If not, how do you want to use these credentials?

    Keep in mind that it isn't possible to expose the credentials via an expression, since that would kind of defeat the purpose of having a secure credentials store Slight smile. Instead, you can only use them in places that explicitly expect to receive an SCS field.

Children