thunderbird-android icon indicating copy to clipboard operation
thunderbird-android copied to clipboard

Request client ID for Mozilla Accounts

Open cketti opened this issue 1 year ago • 2 comments

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)

See also: Client registration for Thunderbird (desktop)

cketti avatar Jul 30 '24 13:07 cketti

Internal ticket: https://mozilla-hub.atlassian.net/browse/SVCSE-2149

cketti avatar Jul 30 '24 19:07 cketti

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.

cketti avatar Jul 31 '24 10:07 cketti