Skip to main content
September 26, 2022
Question

How to access credentials stores in third party credentials

  • September 26, 2022
  • 7 replies
  • 0 views

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.

7 replies

stefanhelzle0001
September 26, 2022

The SCS can only be used directly in Java code.

What do you want to achieve?

September 27, 2022

Hi Stefan,

I want to call the credentials stored in secure credential store in integration.

and Those credentials should be user specific.

December 9, 2022

Hi

Did you manage to come right with this? I am also needing something similar.

Thanks

December 14, 2022

Hi, No I am unable to find the solution.

If you are able to, please let me know.

Thanks

peter.lewis
Employee
December 14, 2022

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 [emoticon:c4563cd7d5574777a71c318021cbbcc8]. Instead, you can only use them in places that explicitly expect to receive an SCS field.