A consultant is explaining single sign-on and federation across organisational trust boundaries. Which TWO statements about these capabilities are correct? Select TWO.
- ASingle sign-on lets a user authenticate once and then reach multiple applications without signing in again to each. Correct
- BFederation requires every partner to use one shared password database that all of them administer jointly.
- CFederation establishes trust between separate identity providers so users from one domain can access another's resources. Correct
- DSingle sign-on means each application must store and verify its own copy of the user's credentials.
- EFederation forces both organisations to migrate all accounts into a single combined directory service.
Why A is correct: Single sign-on authenticates the user a single time and carries that session across trusting applications.
Why B is wrong: Tempting because federation links organisations, but each side keeps its own directory; no shared password store is required.
Why C is correct: Federation creates a trust relationship between identity providers, letting one domain accept the other's authentication.
Why D is wrong: This contradicts single sign-on, whose purpose is to remove per-application credential checks.
Why E is wrong: Tempting but wrong; federation works precisely so organisations need not merge directories to interoperate.