deprecated

9.17.2024 - OAuth Query Parameters

This week, we will begin deprecating the use of query parameters for requesting access tokens via https://auth.eagleeyenetworks.com/oauth2/token. Going forward, all OAuth implementations must send sensitive information in the request body. In accordance with the OAuth 2.0 authorization framework, the content type for this request should be set to application/x-www-form-urlencoded.

We strongly encourage you to implement this change promptly, as support for query parameters will be disabled in the near future.

For a detailed walkthrough on how to implement this change, please review our OAuth Authentication Recipe.