Skip to content

FlightCheck: Add check for Workday SOAP/REST integration certificate validity and expiry #83

@GrahamMcMynn

Description

@GrahamMcMynn

Missing FlightCheck Validation

Frequency: This misconfiguration has been observed in 1 customer incident(s).

What should be checked

Customers using certificate-based auth on the Workday integration (common with SSO setups like Okta/Ping) hit hard-to-diagnose authentication failures when the certificate is misconfigured, expired, or out of sync between Power Platform and Workday. FlightCheck should validate the certificate end to end.

Suggested implementation

  • Checkpoint ID: WD-CONN-102
  • Category: Workday
  • Priority: HIGH
  • Validation logic: For certificate-authenticated Workday connectors:
    1. Read the public certificate registered on the Power Platform connection.
    2. Read the matching public certificate uploaded to the Workday tenant (via Workday integration system metadata where exposed, or a customer-supplied artifact).
    3. Compare thumbprints; warn on mismatch.
    4. Warn if NotAfter is within 30 days; fail if expired.

Context

This gap was identified by analyzing resolved customer incidents for the Employee Self-Service Agent service. Customers hit this issue because the FlightCheck tool did not warn them about the misconfiguration before deployment.

Metadata

Metadata

Assignees

No one assigned

    Labels

    customer-insightsGenerated from customer incident analysisflightcheckFlightCheck tool validation

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions