Start an authorization code flow

Starts OAuth2 Authorization Code Flow. The resource owner will be authenticated and be presented with the third-party application access request.

SecurityCookieBlaizeSession or JwtQuery or JwtHeaderXBlaizeJwt or JwtHeaderXZephrJwt or JwtBearer or JwtCookie
Request
query Parameters
client_id
required
string

Zephr Site Oauth2 Client ID

response_type
required
string

Must be set to code.

redirect_uri
required
string

Client's redirection endpoint. Must be an absolute URI.

scope
required
string

The scope of the access request.

state
required
string

An opaque value used by the client to maintain state between the request and callback.

Responses
302

Found

get/zephr/oauth2