When using a self hosted SSO solution I want to be able to add extra HTTP header params to my requests. The specific use case is to add transaction IDs so we can backtrace SSO requests based on this transaction ID.
At this moment the HTTP header configuration is private in the Token Request class of Expo Auth Session.