v1
latestOpenAPI 3.0.3Apache 2.02026-07-175068227.4 KBoAuth2
OAuth 2.0 Authorize Endpoint
Use open source libraries to perform OAuth 2.0 and OpenID Connect available for any programming language. You can find a list of libraries at https://oauth.net/code/
This endpoint should not be used via the Ory SDK and is only included for technical reasons. Instead, use one of the libraries linked above.
get/oauth2/auth
Response
errorOAuth2
Example response
{
"error_debug": "error_debug",
"status_code": 401,
"error_description": "error_description",
"error": "error",
"error_hint": "The redirect URL is not allowed."
}