CV0-003 · Question #289
A company is implementing a launchpad within an existing application that will point to an existing SaaS provider. One of the requirements is the user should not have to log on multiple times. SSO…
The correct answer is D. The federation is failing. When SSO is in place but users are still prompted for credentials at the SaaS provider, a broken or misconfigured federation trust between the identity provider and SaaS provider is the most likely cause.
Question
A company is implementing a launchpad within an existing application that will point to an existing SaaS provider. One of the requirements is the user should not have to log on multiple times. SSO is in place. When the launchpad is used, the user is redirected to SaaS providers as designed, but is asked for login credentials. Which of the following is the MOST likely cause of this issue?
Options
- AUsers do not exist within the SaaS provider.
- BGroup permissions are incorrect.
- CUsers do not exist in directory services.
- DThe federation is failing.
How the community answered
(49 responses)- A6% (3)
- B4% (2)
- C12% (6)
- D78% (38)
Why each option
When SSO is in place but users are still prompted for credentials at the SaaS provider, a broken or misconfigured federation trust between the identity provider and SaaS provider is the most likely cause.
If users did not exist within the SaaS provider, they would receive an access denied or unknown-account error after the SSO assertion, not a standard login credentials prompt.
Incorrect group permissions would cause an authorization failure after successful authentication completes, not a login prompt before access is granted.
If users did not exist in directory services, SSO authentication would fail entirely at the identity provider level and users could not reach the launchpad redirect at all.
Federation is the mechanism - typically SAML or OIDC - that allows an identity provider to assert a user's authenticated identity to a SaaS provider through a trusted relationship. If that federation trust is broken due to misconfigured metadata, expired signing certificates, or an untrusted assertion, the SaaS provider cannot validate the SSO token and falls back to prompting for credentials. Since SSO is confirmed active and the launchpad redirect functions correctly, a failing federation is the most precise explanation for re-authentication occurring specifically at the SaaS boundary.
Concept tested: SSO federation trust failure between IdP and SaaS provider
Source: https://learn.microsoft.com/en-us/entra/identity/enterprise-apps/configure-saml-single-sign-on
Topics
Community Discussion
No community discussion yet for this question.