<div dir="ltr"><div><div>Hey dev-fxacct (CC firefox-tv list for context),<br><br></div>The Firefox for Fire TV app is integrating FxA sign in and I'd like to get credentials to enable sign in. I don't fully understand <a href="https://mozilla.github.io/application-services/docs/accounts/welcome.html#becoming-a-firefox-accounts-relier" target="_blank">the documentation</a> – it suggests that our app is an "OAuth relier" (what does that mean?) and that we have a "service" (is the app considered a service?) – but from reading the docs and looking <a href="https://github.com/mozilla-mobile/android-components/tree/master/samples/firefox-accounts" target="_blank">at samples</a>, I think if we provide the following info, we can get credentials to allow users to log into FxA:<br></div><div><br></div><div>name: "Firefox for Fire TV"</div><div>redirect_uri: <a href="https://accounts.firefox.com/oauth/success/" target="_blank">https://accounts.firefox.com/oauth/success/</a><clientId></div><div><br></div><div>fwiw, like the sample linked above, we'd intend to intercept the redirect URL, grab the returned credentials, and redirect the user to a native UI screen (<a href="https://whimsical.com/Mbrga1N3KwHiJpExhSR23m">as per our mocks)</a>. Additionally, since we can't create additional WebViews on Fire OS and we only support a single tab, we have to use the user's current browsing session so we'd consider removing the FxA sign in pages from the user's browsing history.<br><br></div><div>Let me know if there are any issues. Thanks!</div><div>- Mike<br></div><div><code class="m_-5078252658707083182gmail-source-line m_-5078252658707083182gmail-highlighted" id="m_-5078252658707083182gmail-line-20"><span class="m_-5078252658707083182gmail-syn_string"></span></code></div></div>