Olga Dalton
Olga Dalton
Thanks for bringing this up. I don't think we have this capability in MSAL right now, but we used to have something similar in ADAL where we allowed importing a...
Thanks for reporting this issue. Can you please specify which WebView Type you were using for this test? You can read more about different WebViews that MSAL supports here: https://github.com/AzureAD/microsoft-authentication-library-for-objc/wiki/Customizing-Browsers-and-WebViews
See more info here: https://github.com/Azure-Samples/active-directory-b2c-ios-swift-native-msal/issues/28
Verified that we always default to MSAL.iOS as the source library when request comes from MSAL. Agree that it's important to differentiate between MSAL.iOS, MSAL Xamarin and MSAL CPP.
Can you describe a little bit more what do you mean by a "proxy" and what is the scenario?
@vikashsonar. I think iOS provides a built in way to configure proxy for the entire device in iOS settings. Would that work for your scenario? Regarding supporting it with MSAL,...
Yes, this issue seems related to the issue you linked. When requesting a token from MSAL for B2C, you need to make sure you're passing a valid scope that is...
We are tracking a similar feature gap here: https://github.com/AzureAD/microsoft-authentication-library-for-objc/issues/852. And yes, adding a scope should resolve it since MSAL tries to validate whether it received all scopes that app requested...
Thanks for reporting this, looks like a bug, but let us take a closer look.
Hi @SteveDCronin. Thanks for your request. I took a look at the wrapper and there seems to be not much platform specific code. So it should be just adding a...