## The problem
Issue auth0/node-auth0#899 (closed, 9 comments): ### Checklist - [X] I have looked into the [Readme](https://github.com/auth0/node-auth0#readme), [Examples](https://github.com/auth0/node-auth0/blob/master/EXAMPLES.md), and [FAQ](https://github.com/auth0/node-auth0/blob/master/FAQ.md) and have not found a suitable solution or answer. - [X] I have looked into the [API documentation](https://auth0.github.io/node-auth0/) and have not found a suitable solution or answer. - [X] I have searched the [issues](https://github.com/auth0/node-auth0/issues) and have not found a suitable solution or answer.
## What to do
Not an SDK bug. node-auth0 passes through what the Auth0 API returns; whether cross_origin_authentication properties appear in the response is decided by the API team, not the SDK. If your response lacks those properties, check the Auth0 Management or Authentication API behavior and docs directly. Nothing to fix on the SDK side; the maintainer closed the issue as working-as-intended and followed up internally with the API team.