Documentation

AUTHENTICATION_INCOMPLETE

401auth

Sign-in stopped short of issuing tokens.

Cause

The identity provider answered with an additional challenge instead of an access token, and this endpoint cannot carry that challenge.

How to fix it

Complete sign-in through the portal, which handles the challenge, then reuse the tokens it issues.

Example response

401 AUTHENTICATION_INCOMPLETE
JSON
{
  "error_code": "AUTHENTICATION_INCOMPLETE",
  "error_type": "auth",
  "error_message": "Sign-in stopped short of issuing tokens.",
  "hint": "Complete sign-in through the portal, which handles the challenge, then reuse the tokens it issues.",
  "docs_url": "https://docs.billerapi.com/errors/AUTHENTICATION_INCOMPLETE",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

Canonical docs URL: https://docs.billerapi.com/errors/AUTHENTICATION_INCOMPLETE

Was this page helpful?