CV0-003 · Question #333
Ann, a technician, is using a saved workflow to deploy virtual servers. The script worked yesterday but is now returning an authentication error. Ann confirms that she can manually log in with her own
The correct answer is C. Federation issues. A saved workflow script uses federated credentials or a service principal whose federation trust broke overnight, while Ann's interactive login succeeds through a separate authentication path.
Question
Ann, a technician, is using a saved workflow to deploy virtual servers. The script worked yesterday but is now returning an authentication error. Ann confirms that she can manually log in with her own account and create a virtual server. Which of the following is MOST likely causing the error?
Options
- ACertificate misconfiguration
- BAccount expiration
- CFederation issues
- DEncryption issues
How the community answered
(33 responses)- A3% (1)
- B6% (2)
- C79% (26)
- D12% (4)
Why each option
A saved workflow script uses federated credentials or a service principal whose federation trust broke overnight, while Ann's interactive login succeeds through a separate authentication path.
Certificate misconfiguration typically produces TLS handshake or SSL errors rather than an authentication error returned by the platform's identity layer.
Account expiration would prevent Ann from logging in manually with the same account, but the scenario confirms her manual login succeeds, making the script's service account a separate identity issue tied to federation.
Federated authentication relies on a trust relationship between an identity provider and the target platform, often using tokens or SAML assertions with limited lifetimes. If the federation configuration changed - such as an expired signing certificate or a broken trust link - automated scripts using federated service accounts would fail with authentication errors while interactive logins using a direct credential path remain unaffected.
Encryption issues would manifest as connection or data-integrity errors, not an authentication failure specific to an automated workflow.
Concept tested: Federated identity authentication failure in automated workflows
Source: https://learn.microsoft.com/en-us/entra/identity/hybrid/connect/whatis-fed
Topics
Community Discussion
No community discussion yet for this question.