- Create a new OAuth 2.0 client in your authorization system.
- Specify the Redirect URI that will be used to obtain the authorization code after user login.
- Record the issued Client ID and Client Secret.
- Specify the Access Token URL – this is the address your application will send a request to in order to obtain the access token.
- Determine and record the Scopes, which define what actions are allowed with the access provided by the token.
- Enter the required parameters in the settings window in your account