Skip to content

Add Auth0 client data to requests#586

Merged
arvindkrishnakumar-okta merged 3 commits intookta:masterfrom
jimmyjames:auth0-client-telemetry
Aug 7, 2023
Merged

Add Auth0 client data to requests#586
arvindkrishnakumar-okta merged 3 commits intookta:masterfrom
jimmyjames:auth0-client-telemetry

Conversation

@jimmyjames
Copy link
Copy Markdown
Contributor

This change adds a new request interceptor to add client data via the Auth0-Client header, similar to the UserAgentRequestInterceptor.

The header value is required to be a Base64 URL-encoded string of JSON with the following structure:

{
  "name":  "okta-spring-boot", // required
  "version": "3.0.5", // required
  "env": { // optional, used for platform or dependency versions
    "java": "17",
    ...
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants