Single Sign On
Last updated
Last updated
When you integrate with our website the entire registration and login experience is handled by our website. This requires minimal integration work on your end and allows you to be up and running quickly. The flow we support is called the authorization code flow and is part of the OAuth 2.0 protocol. The high level overview of this process is:
Authentication: Send the user to id.fanatics.com with some url parameters filled in.
Tenant Redirect: After the user logs in they will be redirected back to your website or app with an authorization code code={authorization code}
url parameter.
Code Exchange: Your backend server will make a server to server call to our authorization server to provide the authorization code.
Tokens: Our authorization server will return access & refresh tokens that can optionally be used to access our suite of APIs depending on your use case.
To learn more go to or .