Quiz: Identity Governance
A 26-question self-check covering directories, SSO and federation, the identity lifecycle, and access reviews. Several questions are tagged with the certification domain they map to — [Sec+] for CompTIA Security+ and [CISSP] for the (ISC)² CISSP — so certification candidates can self-assess. Answers and one-line explanations are at the end; try the whole quiz before checking.
Section 1 — Multiple choice (1 pt each)
1. [Sec+] An XML-based open standard for exchanging signed authentication assertions between an identity provider and a service provider is: A. OAuth 2.0 B. SAML C. SCIM D. LDAP
2. [Sec+] Which protocol is an authorization framework that issues scoped access tokens, designed to let one app act on a user's behalf without sharing the user's password? A. OAuth 2.0 B. OIDC C. SAML D. Kerberos
3. OpenID Connect (OIDC) primarily provides: A. delegated authorization B. authentication (proving who the user is) C. directory replication D. password hashing
4. [Sec+] The protocol used to query and modify directory data, spoken by Active Directory among others, is: A. SCIM B. SAML C. LDAP D. RADIUS
5. An account that no longer has a valid owner or business purpose — for example, an enabled account for a person who has left the organization — is called a(n): A. service account B. orphaned account C. break-glass account D. birthright account
6. [CISSP] The accumulation of access over time as a person changes roles but never loses old entitlements is called: A. separation of duties B. privilege creep C. federation D. least privilege
7. [Sec+] The open standard for automatically provisioning and deprovisioning user accounts across systems via a REST/JSON API is: A. SAML B. SCIM C. OIDC D. LDAP
8. In the joiner-mover-leaver lifecycle, the transition that is most security-critical and most commonly botched — and the one that left Meridian's contractor account active — is the: A. joiner B. mover C. leaver D. none of these
9. [CISSP] Single sign-on concentrates authentication at one identity provider. The corresponding risk a defender must manage is that: A. users must remember more passwords B. a compromise of the IdP or an SSO session can reach everything that trusts it C. SAML cannot be signed D. it prevents the use of MFA
10. Microsoft's cloud identity service for authenticating users to SaaS apps and cloud resources (formerly Azure AD) is: A. Active Directory B. Entra ID C. LDAP D. Kerberos
11. [Sec+] The periodic process in which a manager or resource owner confirms that each person's access is still appropriate (or flags it for removal) is: A. provisioning B. access certification / access review C. federation D. authentication
12. In a hybrid environment where on-prem AD is synchronized upward to Entra ID, disabling a departing user only in Entra ID is dangerous because: A. Entra ID does not support disabling B. the next sync can re-enable the account from the authoritative on-prem source C. it deletes the user's mailbox D. it breaks Kerberos
13. [CISSP] A teller who can both initiate and approve a wire transfer holds a toxic combination that violates: A. least privilege only B. segregation (separation) of duties C. defense in depth D. federation
14. The strongest single signal that a directory account is an orphan is: A. it has a long password B. it has no corresponding record in the HR or contractor system of record C. it belongs to a manager D. it is a member of many groups
Section 2 — True / False with justification (1 pt each)
For each, mark T or F and give a one-sentence reason.
15. [Sec+] "A raw OAuth 2.0 access token is a reliable proof of who the user is, so it is fine to use it for login."
16. "Disabling a departed employee's account is enough; there is no security reason to prefer disabling over deleting it immediately."
17. [CISSP] "Because SSO lets users log in once and reach many apps, it makes deprovisioning harder than managing separate accounts."
18. "An access certification that comes back 100% 'keep,' completed within minutes by every manager, is strong evidence the access is correct."
19. "A SAML assertion's audience restriction and short validity window limit the damage if an assertion is captured in transit."
20. [Sec+] "Setting an expiration date on a contractor account when it is created is a fail-safe control that closes the account even if the leaver process is forgotten."
Section 3 — Fill in the blank (1 pt each)
21. In federation, the organization that vouches for the user is the _ _ (IdP); the application that trusts it is the _ _ (SP).
22. [Sec+] The three things an IAM program combines are administration (the lifecycle), _ (Chapter 16, often via SSO), and _ (reviews and certification).
23. The set of entitlements every member of a role receives automatically on joining is called __ access.
Section 4 — Short answer (2 pts each)
24. [CISSP] In two or three sentences, explain the precise difference between OAuth 2.0 and OIDC, and give one concrete example of a task each is the right tool for.
25. Explain why an orphaned account is dangerous out of proportion to its raw count. Name the three properties that make it attractive to an attacker and connect at least one of them to lateral movement.
Section 5 — Applied scenario (5 pts)
26. [Sec+] A quarterly review of Meridian's Loan-Approvers group (entitlement: approve wire
disbursements) reconciles 41 members against HR, the contractor roster, and last-login data. It surfaces:
two members terminated months ago but still enabled; one contractor whose engagement ended last year and
who is in no roster; two members who transferred to Operations a year ago; and one teller who can also
initiate disbursements. (a) Categorize each of the six problems using this chapter's vocabulary (orphan,
mover/privilege creep, segregation-of-duties). (b) For the orphaned accounts, state where you disable
them and why. (c) Name the root-cause control failure that produced the orphaned contractor, and the
single technical control that would prevent it from recurring.