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:
- Read the public certificate registered on the Power Platform connection.
- Read the matching public certificate uploaded to the Workday tenant (via Workday integration system metadata where exposed, or a customer-supplied artifact).
- Compare thumbprints; warn on mismatch.
- 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.
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
NotAfteris 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.