Initiates the OpenID Connect authentication process by redirecting to the authorization server.
This endpoint begins the standard OpenID Connect authentication process:
Documentation Index
Fetch the complete documentation index at: https://docs.ocient.com/llms.txt
Use this file to discover all available pages before exploring further.
Target database name. If you do not specify this parameter, the request defaults this value to system.
Local path for redirection after successful authentication. This path should be registered with your OpenID provider as a valid redirect URI.
Determines whether to issue the redirect to the authentication server immediately.
If you set this value to true (default), the API responds with a 302 redirect to the OpenID provider.
If you set this value to false, the API returns the URL in the response body, allowing the client to handle the redirect manually.
If you have no SSO configuration for the database, an error occurs if this parameter value is set to true. Otherwise, the request returns an empty redirect.
Response