I am getting this error:
com.microsoft.identity.client.exception.MsalClientException: Unable to perform cloud discovery
when calling this method:
b2cApp.acquireToken(parameters);
from this object:
private IMultipleAccountPublicClientApplication b2cApp;
I have looked through a few threads:
Unable to perform cloud discovery #443
Unable to perform cloud discovery error from MSAL library of Android #676
Unable to perform cloud discovery error from MSAL library
I can't tell if this is an Android configuration issues (allowing the discovery) or if there is some issue with my Msal configuration. I think the former as I would hope to get a better error message back specifically referencing what could not be discovered. I believe there is a reference to that in the GitHub link as well. Any thoughts?