Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
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
{{ message }}
AzureAD
/
microsoft-authentication-library-common-for-android
Public
Notifications
You must be signed in to change notification settings
Fork
53
Star
56
Code
Issues
32
Pull requests
61
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Remember the UPN across a broker-install interruption to pre-fill login_hint, Fixes AB#3676213
- #3195
#3195
Open
wzhipan
wants to merge 22 commits into
dev
AzureAD/microsoft-authentication-library-common-for-android:dev
from
copilot/mam-upn-hint-store
AzureAD/microsoft-authentication-library-common-for-android:copilot/mam-upn-hint-store
Copy head branch name to clipboard
Conversation
Commits
22
(22)
Checks
Files changed
Open
Remember the UPN across a broker-install interruption to pre-fill login_hint, Fixes AB#3676213
#3195
wzhipan
wants to merge 22 commits into
dev
AzureAD/microsoft-authentication-library-common-for-android:dev
from
copilot/mam-upn-hint-store
AzureAD/microsoft-authentication-library-common-for-android:copilot/mam-upn-hint-store
Copy head branch name to clipboard
Commits
Commits on Jul 27, 2026
Remember the UPN across a broker-install interruption to pre-fill login_hint, Fixes AB#3676213
Show description for 7f5c420
wzhipan
and
Copilot
committed
7f5c420
View commit details
Copy full SHA for 7f5c420
Browse repository at this point
Add changelog entry for the broker-install UPN hint (#3195)
Show description for 7a70c0d
wzhipan
and
Copilot
committed
7a70c0d
View commit details
Copy full SHA for 7a70c0d
Browse repository at this point
Capture and pre-fill the broker-install UPN where OneAuth also travels
Show description for a3e64c0
wzhipan
and
Copilot
committed
a3e64c0
View commit details
Copy full SHA for a3e64c0
Browse repository at this point
Commits on Jul 28, 2026
Align the MAM-CA UPN hint with the Phase 1 design
Show description for 4f933c7
wzhipan
and
Copilot
committed
4f933c7
View commit details
Copy full SHA for 4f933c7
Browse repository at this point
Raise the MAM-CA UPN hint TTL default to 15 minutes
Show description for 8d285bd
wzhipan
committed
8d285bd
View commit details
Copy full SHA for 8d285bd
Browse repository at this point
Gate the MAM-CA UPN hint strictly on the intuneAppProtection marker
Show description for a5638dd
wzhipan
and
Copilot
committed
a5638dd
View commit details
Copy full SHA for a5638dd
Browse repository at this point
Document that the UPN hint must be read when the account screen is shown
Show description for ea754a3
wzhipan
and
Copilot
committed
ea754a3
View commit details
Copy full SHA for ea754a3
Browse repository at this point
Keep the MAM-CA UPN hint alive until it is actually used
Show description for 1ad01b6
wzhipan
and
Copilot
committed
1ad01b6
View commit details
Copy full SHA for 1ad01b6
Browse repository at this point
Correct the stale single-use wording in the UPN hint store
Show description for 6c33201
wzhipan
and
Copilot
committed
6c33201
View commit details
Copy full SHA for 6c33201
Browse repository at this point
Commits on Jul 29, 2026
Default the MAM-CA UPN hint TTL to three minutes
Show description for d723ed0
wzhipan
and
Copilot
committed
d723ed0
View commit details
Copy full SHA for d723ed0
Browse repository at this point
Harden the UPN hint read and tighten the changelog
Show description for 12dc7af
wzhipan
and
Copilot
committed
12dc7af
View commit details
Copy full SHA for 12dc7af
Browse repository at this point
Address third-party review of the MAM-CA UPN hint store
Show description for 7dadd0c
wzhipan
and
Copilot
committed
7dadd0c
View commit details
Copy full SHA for 7dadd0c
Browse repository at this point
Drop the "unknown" client-id placeholder from the UPN hint store
Show description for e2e0d13
wzhipan
and
Copilot
committed
e2e0d13
View commit details
Copy full SHA for e2e0d13
Browse repository at this point
Convert the new MAM-CA UPN hint classes to Kotlin
Show description for f6cd95d
wzhipan
and
Copilot
committed
f6cd95d
View commit details
Copy full SHA for f6cd95d
Browse repository at this point
Merge dev into copilot/mam-upn-hint-store
wzhipan
committed
910bcd7
View commit details
Copy full SHA for 910bcd7
Browse repository at this point
Bind the MAM-CA UPN hint to the authority it was captured against
Show description for 2af179a
wzhipan
and
Copilot
committed
2af179a
View commit details
Copy full SHA for 2af179a
Browse repository at this point
Drop the redundant storage-level getValidUpnHint seam
Show description for 7e4d693
wzhipan
and
Copilot
committed
7e4d693
View commit details
Copy full SHA for 7e4d693
Browse repository at this point
Add Robolectric coverage for the Android glue in this PR
Show description for da54f6d
wzhipan
and
Copilot
committed
da54f6d
View commit details
Copy full SHA for da54f6d
Browse repository at this point
Correct stale documentation about when the UPN hint is retired
Show description for 01955a8
wzhipan
and
Copilot
committed
01955a8
View commit details
Copy full SHA for 01955a8
Browse repository at this point
Commits on Jul 30, 2026
Address review feedback on the MAM-CA UPN hint store
Show description for 0893d56
wzhipan
and
Copilot
committed
0893d56
View commit details
Copy full SHA for 0893d56
Browse repository at this point
Commits on Jul 31, 2026
Address review nits on the MAM-CA UPN hint store
Show description for c63dd95
wzhipan
and
Copilot
committed
c63dd95
View commit details
Copy full SHA for c63dd95
Browse repository at this point
Merge remote-tracking branch 'origin/dev' into copilot/mam-upn-hint-store
wzhipan
committed
f853d1a
View commit details
Copy full SHA for f853d1a
Browse repository at this point
You can’t perform that action at this time.