thunderbird-android
thunderbird-android copied to clipboard
Request client ID for Mozilla Accounts
For Thunderbird Sync we're using Mozilla Accounts. To be able to sign-in to Mozilla Accounts via OAuth we need a client ID.
I was told the following information is required for the client ID registration:
- allowedScopes:
https://identity.thunderbird.net/apps/sync - publicClient: true
- redirectURI:
-
net.thunderbird.android://mozilla-accounts-redirect(release) -
net.thunderbird.android.beta://mozilla-accounts-redirect(beta) -
net.thunderbird.android.daily://mozilla-accounts-redirect(daily) -
net.thunderbird.android.debug://mozilla-accounts-redirect(development/debug build)
-
Internal ticket: https://mozilla-hub.atlassian.net/browse/SVCSE-2149
The client ID assigned to us is efa9c851223c1162.
Currently we can't use it to request the Thunderbird sync scope. I'm hoping https://github.com/mozilla/fxa/pull/17296 will fix that problem.