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
The SCS can only be used directly in Java code.
What do you want to achieve?
Hi Stefan,
I want to call the credentials stored in secure credential store in integration.
and Those credentials should be user specific.
Hi
Did you manage to come right with this? I am also needing something similar.
Thanks
Hi, No I am unable to find the solution.
If you are able to, please let me know.
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 . Instead, you can only use them in places that explicitly expect to receive an SCS field.
Hi Peter, Thanks for your response.
We want to use those credentials to connect with SAP system dynamically i.e.; based on logged in user credentials. Since, we cannot fetch the password of loggedin user, we are trying to use user defined credentials stored in SCS using SCS field. We are not using any plugin.
Any luck with this topic?
Is it possible to acess the credential from a process? using which smart service?