Skip to main content

YOU MUST IMPLEMENT

Account Endpoints

  1. Connect account
  2. Disconnect account
  3. Fetch all accounts
  4. Fetch account settings (optional)
  5. Fetch account logs (optional)

READ: OAuth concept for provisioning account; and where to provide this endpoint in order to generate the necessary UI


This is a redirect url triggered by the provider you are connecting with. In the oAuth request Scrims interface will pass active member_id in the state. Use it to save the account and associate it with the signed in member.

Redirect URLs - OAuth 2.0 Simplified
Redirect URLs are a critical part of the OAuth flow. After a user successfully authorizes an application, the authorization server will redirect the user

The redirect URL will use either the prodServerUrl or devServerUrl based on your extension status (which can be "approved" or "required_approval").