get https://{application_vanity_domain}/api/v1/password-login/create-auth-session
Redirect Required
Your application will need to redirect to this endpoint instead of making a direct API call.
Tenant Vanity Domain Required
When calling this API you need to use the vanity domain of the tenant that the user is logging in to.
Creates an auth session for the password login request. If creation of the session is successful this API will return a redirect to the client's requested redirect URI with an authorization code and state (if provided). The response will also contain a session cookie associated to the authenticated user.
If creation of the auth session is not successful then this API will redirect to the client's requested redirect URI with an error code.