SSO - Set HTTP POST Credentials

I feel really dumb for not knowing how to do this, but this is the first time I have been asked to do this when setting up SSO.

I am setting up SAML SSO with Sense. My company is the IdP. I have already configured single sign-on on my end creating the application, as well as configured directory sync, all on Entra. I am now being asked to configure log streams. We do not have Datadog, Splunk, etc. so the best route is to grab HTTP POST credentials. However, I have no idea how or where to find these.

URL:
HTTP Header Name:
HTTP Header Value:
Request Body Format: JSON or NDJSON

The instructions given to me through their setup portal, WorkOS, are as follows:

The HTTP POST log stream provider is a generic option to stream logs to an HTTPS endpoint.

You'll need to enter the following information in the form below:

  • The URL which will accept HTTP POST requests.
  • The HTTP Header Name, which could be the standard HTTP Authorization Header, or a custom header.
  • The HTTP Header Value, which will be treated as a secret.
  • The Request Body Format, choosing between Standard JSON and Newline Delimited JSON (NDJSON). The HTTP POST payload will include a batch of events in JSON. Choosing newline delimited JSON allows the payload to be split into individual event objects with a regex so that each event can be processed individually. With standard JSON, the payload will be a JSON array of event objects.

Any help is appreciated.