-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1991 Fixed issue with opening auth fragment #2274
base: dev
Are you sure you want to change the base?
1991 Fixed issue with opening auth fragment #2274
Conversation
c3c3326
to
c72e018
Compare
@microsoft-github-policy-service agree |
@fadidurah Could team review this pull request? |
@rpdome @shahzaibj @melissaahn |
When can we expect this to be merged. |
I would like to merge as soon as possible, but I can't as it should be reviewed. Unfortunately, no feedback and ignoring is present from this library team ((( |
253d8b2
to
49bc78a
Compare
Hi, Could someone approve and run the workflows. I would like finally to merge the pull request. 🙏 |
/azp run Common4j - Build & Test |
No pipelines are associated with this pull request. |
/azp run "Common4j - Build & Test" |
No pipelines are associated with this pull request. |
…der.withFragment method is used
718b141
to
021c41e
Compare
Commenter does not have sufficient privileges for PR 2274 in repo AzureAD/microsoft-authentication-library-common-for-android |
/azp run "Common4j - Build & Test" |
No pipelines are associated with this pull request. |
Hi @shahzaibj Is there any chance of merging this pull request? Thanks! |
This pull request fixes the issue when the Android App using the MSAL library builds the multiple client app the following code is used
AcquireTokenParameters.Builder().withFragment(fragment).
Issue: AzureAD/microsoft-authentication-library-for-android#1991