# 25107: The Request does not contain any authorization information

Log Type: APPLICATION

Log Level: ERROR

## Description

The Request does not contain any authorization information (most cases: credentials) or the credentials and the resource have no relation.

### Possible causes

* When omitting the Auth header from HTTP request
* Passing an Auth header to access a resource that belongs to some other organization.

### Possible solutions

Verify correctness of Auth header.
