Open
Description
MSAL for .NET has proxy support using HttpClientFactory. In HttpClientFactory implementation I can create HttpClient and provide proxy details, then that HttpClientFactory can be used while creating PublicClientApplication.
However I couldn't find classes in MSAL for ObjectiveC to support proxy. Please guide me with an example. I want to do interactive and silent authentication using MSALPublicClientApplication.