Navigation

Authentication Logs

Overview

Stitch creates authentication logs whenever a user is created, deleted, or logs in.

Log Format

Authentication log entries have the following form:

Remote IP Address: <ip address>

SDK: <sdk name>

Platform Version: <version number>

Fields

Remote IP Address SDK Platform Version

Field Description
Remote IP Address The IP Address that sent the request to MongoDB Stitch. (e.g. 52.21.89.200)
Platform Version The version of the platform that sent the request.
SDK

The SDK used to send the request. Potential values include any Stitch Client SDK. For a browser, this is <browser> <SDK version>.

Example

This request came from the Stitch JS Browser SDK version 4.0.0 running on Mozilla Firefox

SDK: firefox v4.0.0

This request came from the Stitch Android SDK version 4.6.0 running on Android Marshmallow:

SDK: android v4.6.0

Error Fields

Log entries created by unsuccessful operations may feature additional fields for debugging purposes. These include the following:

Field Description
Error A brief description of an error.