oauth-server

Approve or deny OAuth authorization

User approves or denies authorization to the OAuth client. Only available when OAuth server is enabled (set GOTRUE_OAUTH_SERVER_ENABLED=true for self-hosted or enable in Supabase Dashboard).

post/oauth/authorizations/{authorization_id}/consent

Request body

action'approve' | 'deny' required

Whether to approve or deny the authorization

Response

Authorization consent processed

redirect_urlstring uri

Changes