You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Performing cloud discovery Android 28
Performing cloud discovery... Android 28
Acquired lock. Android 28
Cloud discovery complete. Android 28
Cloud is known. Android 28
Use webView for authorization. Android 28
Creating AuthorizationRequestBuilder Android 28
Creating AuthorizationRequestBuilder... Android 28
Perform the authorization request with embedded webView. Android 28
Launching embedded WebView for acquiring auth code. Android 28
The start url is https://..........
...
...
There is NO documentation of how to actually use "withFragment" properly. I am stuck now.
The text was updated successfully, but these errors were encountered:
VansonLeung
changed the title
"withfragment" does not work
"withFragment" does not work, I need help / a sample of how to use "withFragment" to embed MSAL login into my app
Jan 16, 2022
This issue only occurs when using:
The result is that the AuthorizationActivity was "finish()"ed immediately after AuthorizationFragment runs "onCreate()"
Here's the MSAL debug log:
By removing:
, the MSAL login works immediately
There is NO documentation of how to actually use "withFragment" properly. I am stuck now.
The text was updated successfully, but these errors were encountered: