You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

VBCS: Securely invoking REST API

edited Mar 15, 2019 5:02AM in Visual Builder 1 comment

Summary

How to pass VBCS logged in user credential to backend REST API

Content

I have developed REST apis using ADF-BC and deployed them in JCS. I have secured those services in weblogic. To invoke those services you need to pass authorization header as

authorization basic <b64 encrypted username:pwd>

I want when VBCS invokes such service, it passes credentials of the person who has logged into VBCS. 

I see various options available in VBCS REST API Authentication.

One option is "Propagate Current User Identity". Although there is no document available but I feel that this option is good enough to pass current VBCS user's credential to REST API. 

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!