Skip to main content

Membership Withdrawal Web URL Link for Google Login Users

Description

Backend.BMember.AuthorizeFederation("", FederationType.Google);
Backend.BMember.AuthorizeFederation("", FederationType.GPGS2);

In BACKND, when a user who signed in with Google or GPGS using the method above tries to withdraw membership via the membership withdrawal web URL, separate configuration is required in BACKND and Google Cloud.

Note on same login authentication value for Google and GPGS2 logins

A web withdrawal link is created through the same process for both Google and GPGS2 logins.

  1. BACKND Console > Authentication Information > Fill out the Google login authentication information
  2. Google Cloud Platform > Web client ID used for login > Enter https://auth0.thebackend.io/google/token in authorized redirect URI

1. Fill out Google login authentication information

For information about filling out the Google login authentication information, refer to this document.

2. Enter the authorized redirection URI

1) Google Cloud Platform > APIs & Services > Credentials > Select web client

2) Add https://auth0.thebackend.io/google/token to Authorized redirect URIs

https://auth0.thebackend.io is a URI used for GPGS v2 login. This value does not need to be entered when using Google login.

If an invalid Google information is entered, the 'invalid_client' error occurs at the web withdrawal URL as shown below.