I want to be able to use this library with a local IdP for testing purpose (like Keycloak). I want to use self-signed certificates so I need to disable TLS verifications in that case.
MSAL already offers that as a parameter for ConfidentialApplication, so we just need to mirror it on Auth class.
I want to be able to use this library with a local IdP for testing purpose (like Keycloak). I want to use self-signed certificates so I need to disable TLS verifications in that case.
MSAL already offers that as a parameter for
ConfidentialApplication, so we just need to mirror it onAuthclass.