Customize JavaScript SDK social logins
Much of the content on this page deals with a legacy feature of the Akamai Identity Cloud (in this case, the JavaScript SDK). If you are currently an Identity Cloud customer and are using the JavaScript SDK, that SDK is still supported. However, if you’re new to the Identity Cloud the JavaScript SDK is no longer available. Instead, you should use Hosted Login for your login and registration needs. See Configure social login in Hosted Login to learn how to implement social login in Hosted Login.
Customize the social login user experience by doing such things as modifying to the social login UI or changing the information retrieved form a user's social login provider.
Customize JavaScript SDK social logins
-
Modify the user data retrieved during social login
Retrieve data from a user’s social login identity provider. -
Change your application domain
Use a custom domain for social logins. -
Modify the social login UI
Configure the JavaScript SDK to allow you to customize the social login user interface. -
Integrate third-party analytics
Use a third-party tool like Google Analytics to track social logins. -
Assign social login scopes
Scopes represent the user profile information returned following a social login. Here’s how to work with (and, if necessary, override) social login scopes. -
Use progressive permissioning with Facebook
Provides a way to acquire user profile information over time, and without having to ask the user to supply all that information when they first register. -
Log users out of Facebook
How to log a user out of Facebook at the same that the user logs out of the Identity Cloud. (Assuming, of course, that the user employed Facebook social login to log in to the Identity Cloud.) -
Add a custom social login provider button
Use a custom OpenID Connect provider as a social login provider. -
Map social login accounts
Associate all of a user’s social identities with their primary identity Cloud account.
Updated almost 2 years ago