βœ”οΈLogin with Google

circle-info

This guide assumes that you have basic knowledge about OAuth 2.0arrow-up-right and Google Authenticationarrow-up-right.

Setup your brand's OAuth 2.0 credentials

The table ExternalAuthenticationProvider contains the OAuth 2.0 credentials. You need to enter your Google OAuth 2.0 credentials in this table.

There are several ways to add your information by using JFW Core or JFW API:

Setup the callback endpoint

After handling the authentication for you, JFW will redirect you to a callback URL.

Get a Google login URL from JFW

Once you have completed the steps above, you can proceed with the following information:

  • brandUrl: your brand URL.

  • callbackUrl: the callback URL that you implemented in this step.

  • returnUrl: the relative path or URL that you want JFW to append to your callback URL.

Last updated