Skip to main content
GET
Microsoft OAuth

Authorizations

Authorization
string
header
required

Use a JWT bearer token or a Veryfront API key in the Authorization header.

Query Parameters

redirect_uri
string

URL to redirect after authentication (OAuth 2.0 standard)

code
string

OAuth authorization code

state
string

CSRF state token

error
string

OAuth error code (e.g., access_denied when user cancels)

error_description
string

Human-readable error description

Response

Redirect to Microsoft or application