<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Topics tagged with yahoo]]></title><description><![CDATA[A list of topics that have been tagged with yahoo]]></description><link>https://fusionauth.io/community/forum/tags/yahoo</link><generator>RSS for Node</generator><lastBuildDate>Wed, 11 Mar 2026 03:58:42 GMT</lastBuildDate><atom:link href="https://fusionauth.io/community/forum/tags/yahoo.rss" rel="self" type="application/rss+xml"/><pubDate>Invalid Date</pubDate><ttl>60</ttl><item><title><![CDATA[Can I offer &quot;login with yahoo&quot; using FusionAuth?]]></title><description><![CDATA[<p dir="auto">Yes. You can use FusionAuth's <a href="https://fusionauth.io/docs/lifecycle/authenticate-users/identity-providers/overview-oidc" rel="nofollow ugc">OpenID Connect Identity Provider</a>.</p>
<p dir="auto">I did this a few weeks ago, so am writing these instructions from memory.</p>
<p dir="auto">Prerequisites:</p>

A yahoo account
A running FusionAuth instance (localhost is fine)

<p dir="auto">Steps:</p>

Go to the <a href="https://developer.yahoo.com/sign-in-with-yahoo/#step-one" rel="nofollow ugc">Yahoo! developer network and create an app</a>.
The redirect URI for Yahoo is https://&lt;your instance&gt;/oauth2/callback
Save off the provided Client ID (Consumer Key) and Client Secret (Consumer Secret).
Then go to FusionAuth and create an OpenID Connect Identity Provider: &lt;your instance&gt;/admin/identity-provider/add/OpenIDConnect
Put the Client ID (Consumer Key) and Client Secret (Consumer Secret) into the Client Id and Client secret fields, respectively.
Uncheck Discover Endpoints. Manually configure the endpoints:

Set the Authorization Endpoint to https://api.login.yahoo.com/oauth2/request_auth
Set the Token Endpoint to https://api.login.yahoo.com/oauth2/get_token
Set the Userinfo Endpoint to  https://api.login.yahoo.com/openid/v1/userinfo


Set the Scope to openid email profile and any other scopes you might need. (I was unable to find an authoritative list, but <a href="https://stackoverflow.com/questions/59587534/how-to-enable-mail-r-scope-for-yahoo-developer-account" rel="nofollow ugc">here's info about the mail scopes</a>.)
Update the Button text and Button image as needed.
Enable it for applications as needed.
Save the Identity Provider.

]]></description><link>https://fusionauth.io/community/forum/topic/3013/can-i-offer-login-with-yahoo-using-fusionauth</link><guid isPermaLink="true">https://fusionauth.io/community/forum/topic/3013/can-i-offer-login-with-yahoo-using-fusionauth</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Invalid Date</pubDate></item></channel></rss>