For the complete documentation index, see llms.txt. This page is also available as Markdown.

Start login through the external OpenID provider

Returns the provider authorization URL the user should be redirected to.

get
Responses
200

Authorization URL of the external provider.

application/json
objectOptional
get/api/v1/openid/auth_info
GET /api/v1/openid/auth_info HTTP/1.1
Accept: */*
{
  "url": "https://accounts.google.com/o/oauth2/v2/auth?client_id=..."
}

Last updated

Was this helpful?