MSAL client type
Confidential
Problem statement
Currently for APPKI to DSTS authentication, we need to pass in custom headers in OnBeforeTokenRequest() to get our requests land to specific service.
Can we introduce a new api WithCustomHeaders that will take input of a dictionary of headers (key value pairs) that will automatically get added before fetching token from ests.
Proposed solution
No response
Alternatives
No response