Open

Description
MSAL uses the default NSURLSessionConfiguration in MSIDURLSessionManager.m
In our application, we need to use a custom protocol handler for https because we support two-factor authentication with a smart card. If there were an API so the app could choose a different NSURLSessionConfiguration, we could use MSAL directly without modifying it making integration much easier. This could be done with just a few lines changed in MSIDURLSessionManager.m