I am using web activity to get a bearer token from an authentication endpoint. I need to pass secrets such as user id and password in the header as below.
I want to fetch user id and password from Azure key vault and pass it to web activity. Is there a way I can access the key vault in the expression?
Currently, I am fetching the secrets from an azure function and passing them as parameters to the pipeline.