background
← Back to all provider errors

Google

badLockedDomainRequest — Bad Locked Domain Request

The locked domain request is invalid.

Riposte solution

Your request violated a locked domain policy (for Google accounts). This often means an OAuth token was passed in an unauthorized way (e.g., in the URL for a format that forbids it). If you're manually calling Google APIs, put the OAuth token in the Authorization header, not in the query string. Riposte handles token placement for you, so this error should be rare unless there's a misconfiguration. Review your integration and remove any disallowed query parameters.

Quick facts

Provider
Google
Endpoint / surface
Google API (global)
Status code
400

Why it happens

Request violates locked domain policy

How to fix it

Verify the locked domain settings or remove locked domain restrictions from request