Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"client_id" : "28ea7654-5dea-4997-aa57-cf0d01b3d8d7",
"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.
"authorities" : [
{
"type": "AAD",
Expand Down
Loading