Skip to content

Auth: Fix AskPermission consent flow#3437

Open
DaVinci9196 wants to merge 1 commit intomicrog:masterfrom
DaVinci9196:fix_google_sign_in_ask_permission_unknown
Open

Auth: Fix AskPermission consent flow#3437
DaVinci9196 wants to merge 1 commit intomicrog: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.

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.

1 participant