Skip to main content
Solved

Cribl Access Token Retrieval Failing During Workday Sign-on Activity Log Collection

  • January 31, 2026
  • 2 replies
  • 0 views

This message originated from Cribl Community Slack.
Click here to view the original link.

I am working on collecting Workday Sign-on Activity logs in Cribl I am having issues in obtaining Access token. How I can configure this in Cribl Authorization to get this working. <#C08L895TEEQ|> This is how I am doing it in Postman and it returns me access token, create a new POST request. Set the URL to: https://<your_workday_domain>/ccx/oauth2/token Go to the Authorization tab: Type: Basic Auth Username: Client ID Password: Client Secret Switch to the Body tab and select x-www-form-urlencoded Add the following key-value pairs: grant_type: refresh_token refresh_token: _token_value_

Best answer by Jon Rust

https://github.com/criblio/collector-templates/tree/main/collectors/rest/workday-activitylogging