GET
/
oauth
/
authorize
Authorization endpoint
curl --request GET \
  --url https://id.oakwall.mom/oauth/authorize

Query Parameters

client_id
string
required
redirect_uri
string<uri>
required
response_type
enum<string>
required
Available options:
code
scope
string
required
Example:

"openid profile email"

state
string
code_challenge
string
code_challenge_method
enum<string>
Available options:
S256

Response

302

Redirect to login or back to client with authorization code