-
Notifications
You must be signed in to change notification settings - Fork 138
Fix for App Link Usage in DUNA / SSO scenarios #2363
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
Conversation
|
❌ Work item link check failed. Description does not contain AB#{ID}. Click here to Learn more. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR addresses App Link usage in DUNA (Device-based Unified Authentication) and SSO scenarios by migrating from deprecated LocalBroadcastManager to standard Android broadcast mechanisms and updating dependencies.
- Replaces LocalBroadcastManager with standard Android broadcast receivers for improved compatibility
- Updates browser library dependency from version 1.0.0 to 1.7.0
- Adds proper receiver registration handling for Android 13+ security requirements
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| CurrentTaskBrowserTabActivity.java | Migrates from LocalBroadcastManager to standard broadcasts with proper Android 13+ security handling |
| gradle/versions.gradle | Updates browser library dependency to version 1.7.0 |
| common | Updates submodule commit reference |
| changelog | Documents the fix in release notes |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
See related common PR: AzureAD/microsoft-authentication-library-common-for-android#2745