Open Developer settings
Create applications, manage scopes and redirect URIs, and rotate secrets
client_id, and rotate or revoke its credentials.
You need the admin role to manage OAuth applications.
What you configure
Credentials you will need
Things worth knowing
Allowed scopes are a ceiling, not a grant. They cap what the application may ask for; the scopes
a token actually carries are the ones a user approves at consent time.
Rotating a secret does not revoke tokens. Access and refresh tokens already issued keep working;
only new
/oauth/token requests need the new secret. The old secret stops working the moment the
rotation succeeds, so deploy the new one promptly.Next steps
Authorize a User
Send a user through the consent flow with your
client_idGet an Access Token
Exchange the authorization code for a token