mipetriu
mipetriu
@Cy-4AH Thanks for your suggestion, we have to determine if making this change will cause any problems. We will update this with more details later.
There's currently no update we can share on this one.
@ekscrypto, do you mind letting us know what scenario you're looking to achieve with touchID/faceID?
@naveenkumard Thanks for your question. Could you help to clarify your scenario a little bit more? Are users going through the SSO login flow through your app? And are you...
@naveenkumard I see, thanks for the added context. As far as I know, it's not possible on iOS to use a different browser (like Edge) as an embedded webview within...
@naveenkumard I see. Unfortunately the scenario that you're building is unsupported by Microsoft or MSAL. We wouldn't recommend redirecting the webview to your web app and collecting the token from...
I had the opportunity to bring up this issue for ASWebAuthenticationSession in a different Apple support channel than our pending bug report, and they unfortunately confirmed that this is a...
@SpoonTheGreater As part of the MSALSignoutParameters, could you try to set the `signoutFromBrowser` param to true? ``` let signoutParameters = MSALSignoutParameters(webviewParameters: self.webViewParameters!) signoutParameters.signoutFromBrowser = true ``` Another question: are you...
@danielfarrell-transact, this is the expected behavior for the `signoutFromBrowser` param - we need to invoke the browser to complete that signout. I do see that the user is not being...
@danielfarrell-transact Thanks for sending the log, and apologies for the delay. From what I can see, this is a B2C scenario. That would explain why the `signoutFromBrowser` param didn't solve...