Skip to content

Update Android app hash for prod#300

Merged
dkhalife merged 1 commit intomainfrom
update_app_signature
Apr 10, 2026
Merged

Update Android app hash for prod#300
dkhalife merged 1 commit intomainfrom
update_app_signature

Conversation

@dkhalife
Copy link
Copy Markdown
Owner

No description provided.

Copilot AI review requested due to automatic review settings April 10, 2026 00:05
@dkhalife dkhalife enabled auto-merge (squash) April 10, 2026 00:05
@dkhalife dkhalife merged commit c808d1c into main Apr 10, 2026
10 checks passed
@dkhalife dkhalife deleted the update_app_signature branch April 10, 2026 00:07
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Android MSAL single-account auth configuration to use a new redirect URI hash (likely corresponding to the production signing certificate), which is required for the browser-based auth redirect to return to the app.

Changes:

  • Updated redirect_uri in the MSAL auth_config_single_account.json to a new signature-hash value.
Show a summary per file
File Description
android/app/src/main/res/raw/auth_config_single_account.json Updates the MSAL redirect URI hash used for auth redirect handling.

Copilot's findings

  • Files reviewed: 1/1 changed files
  • Comments generated: 1

"authorization_user_agent" : "DEFAULT",
"account_mode" : "SINGLE",
"redirect_uri" : "msauth://com.dkhalife.tasks/sOIkLOwynQaOvaTd0Nz5bdDlRgg%3D",
"redirect_uri" : "msauth://com.dkhalife.tasks/OQxz%2FrlBJ5%2BG501Zg0md55cCrIY%3D",
Copy link

Copilot AI Apr 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The updated MSAL redirect_uri no longer matches any of the msauth intent-filter android:path entries currently declared for com.microsoft.identity.client.BrowserTabActivity (AndroidManifest.xml has /Td6Sn1vVl6dRUyqdcjJskmNwtss= and /sOIkLOwynQaOvaTd0Nz5bdDlRgg=). This will prevent the auth browser redirect from being routed back into the app.

Update the manifest to include an intent-filter path that matches the new redirect URI (and consider whether the new hash should be represented URL-decoded or via a pathPattern that matches the encoded form), or revert the redirect_uri to one of the manifest-registered hashes.

Suggested change
"redirect_uri" : "msauth://com.dkhalife.tasks/OQxz%2FrlBJ5%2BG501Zg0md55cCrIY%3D",
"redirect_uri" : "msauth://com.dkhalife.tasks/Td6Sn1vVl6dRUyqdcjJskmNwtss%3D",

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants