Manually Link OAuth Provider using Account Management API
Use the Account Management API to link OAuth provider.
Account Management API for OAuth Provider
1. /api/v1/account/identification
{
"Authorization": "Bearer " + <ACCESS_TOKEN>
}{
"identification": "oauth",
"alias": "google",
"redirect_uri": "http://localhost:3000/linkcallback",
"exclude_state_in_authorization_url": false
}2. /api/v1/account/identification/oauth
How to Link OAuth Provider
Step 1: User Login (Get Access Token)
Step 2: Initiate OAuth Link Flow
Step 3: Get OAuth Provider's Authorization URL
Step 4: Finish Linking Account
PreviousAdd Custom Login/Signup UI to Native AppsNextImplement a custom account recovery UI using Authentication Flow API
Last updated
Was this helpful?