Skip to content

Auth: Fix AskPermission consent flow#3437

Merged
mar-v-in merged 1 commit into
microg:masterfrom
DaVinci9196:fix_google_sign_in_ask_permission_unknown
Jul 6, 2026
Merged

Auth: Fix AskPermission consent flow#3437
mar-v-in merged 1 commit into
microg:masterfrom
DaVinci9196:fix_google_sign_in_ask_permission_unknown

Conversation

@DaVinci9196

Copy link
Copy Markdown
Contributor

After clicking Allow, callers using startActivityForResult got RESULT_CANCELED and kept retrying getToken in a tight loop
(e.g. Wongnai sign-in stuck looping).
onAllow/onDeny now call setResult on the UI thread before finish.

Also fixes short OIDC scopes (email, profile) showing as "unknown" instead of the ConsentData title, and the consent screen text being unreadable in dark mode.

@mar-v-in mar-v-in added this to the 0.3.16 milestone May 29, 2026
@mar-v-in mar-v-in merged commit 9275889 into microg:master Jul 6, 2026
2 checks passed
@DaVinci9196 DaVinci9196 deleted the fix_google_sign_in_ask_permission_unknown branch July 7, 2026 01:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants