Adding secondary tokens to Rest Headers
A Bank has a digital front end. The Bank's Customer creates a case. That case needs to call a REST api to retrieve data regarding the customer's account. The requirement we have is that the REST api includes the token belonging to the customer as the Authorization token in the header. In addition, the rest api includes a secondary field called X-secondary-Auth which we are required to populate with the client credential token that the data-admin-authprofile typically retrieves to populate the Authorization field in the header. Is there a way to pass the token from a client credential authprofile to this secondary field? The Auth profile rule seems to only allow us to set it in the Authorization field.