1. Get user authorisation

Register urls

Ensure that your callback urls (also known as redirect urls) are registered with your OAuth provider. To find out more about configuring popular providers, see the OAuth providers menu above.

Make the auth request

The client id for your OAuth application.
OAuth scope determines the permissions your app can request.
The response type must be code for a user authorisation code.
State should be hard to guess. It will be returned with the response.

Urls

The redirect URI (also known as callback URI).
The URL to make the authorisation request to.