High School AdvancedA13.3Identity, Zero Trust, and Access Control

Lesson A13.3

Federation and Single Sign-On Concepts

Federation lets one trusted identity source provide identity context to another application. Single sign-on can make that experience easier for users, but strong architecture still needs resource-specific authorization, ownership, lifecycle, and evidence.

This lesson stays provider-neutral and conceptual. It uses fictional identity providers, relying services, trust records, and synthetic logs only. No real credentials or live federation systems are used.

Lesson Progress

Federation and Single Sign-On Concepts

High School AdvancedA13: Identity, Zero Trust, and Access Control • Lesson 3 of 10

30% complete

Readiness Check

A13.3 Entry Readiness

0/4 ready

Professional Hook

One Sign-In Can Simplify Identity Without Simplifying Every Authorization Decision

A counselor may authenticate once and then open several approved applications. That can improve usability and reduce duplicate identity stores. But the Student Services Portal, Reporting Dashboard, and Benefits Portal still have different data, responsibilities, and authorization requirements. Federation centralizes some identity trust; it does not erase application boundaries.

Federation answers “Which identity source do we trust?” while the relying service still answers “What may this identity do here?”

Learning Objectives

Five Capabilities for This Lesson

1

Explain federation and single sign-on as trust architecture involving identity providers, relying services, identity assertions, ownership, lifecycle, and monitoring.

2

Distinguish authentication source, federation trust, application authorization, SSO session, external sponsorship, and local fallback access as separate design concerns.

3

Evaluate fictional federation relationships for excessive trust, stale ownership, broad application scope, weak lifecycle controls, and incomplete evidence.

4

Analyze how federation can improve identity lifecycle and user experience while still requiring resource-specific authorization and zero-trust review.

5

Build a Federation Trust Register that becomes the third artifact in the A13 Enterprise Identity and Zero-Trust Review.

Federation Roles

Six Parts of the Trust Architecture

Identity provider

Authenticates the user or workload and provides identity context to another service.

Architecture concern

The relying service should understand exactly what identity source it trusts and under what conditions.

Useful evidence

Provider owner, trust configuration metadata, lifecycle, supported identity populations, monitoring, and change history.

Relying service

Consumes trusted identity context and still decides what the identity may do inside the application.

Architecture concern

Federated authentication should not be confused with broad application authorization.

Useful evidence

Application owner, accepted identity source, role mapping, resource policy, access review, and authorization logs.

Federation relationship

Defines the trust connection between an identity source and a relying service.

Architecture concern

The relationship needs purpose, scope, ownership, lifecycle, and review just like any other security dependency.

Useful evidence

Trust ID, owner, relying service, identity provider, identity population, review date, and status.

SSO session

Lets an already authenticated user move across approved relying services without repeating the full login experience every time.

Architecture concern

Convenience should not create unlimited trust across all connected applications.

Useful evidence

Session policy metadata, application-specific authorization decisions, session expiration, and monitoring.

External federation

Lets an outside organization authenticate its users while the internal organization controls what those users may access.

Architecture concern

Technical trust must remain tied to sponsor, business purpose, population scope, review, and expiration.

Useful evidence

External organization owner, sponsor, identity population, allowed applications, review date, and activity evidence.

Fallback or local account

Provides exceptional access when a federated path is unavailable or inappropriate.

Architecture concern

Fallback identities can silently bypass normal lifecycle and monitoring if not strongly governed.

Useful evidence

Business reason, owner, emergency purpose, storage method metadata, review cadence, use evidence, and retirement plan.

Federation Principles

Eight Principles for Strong Federation and SSO Design

Federation moves trust; it does not remove trust

Instead of every application verifying identity independently, a relying service accepts identity context from an approved identity source.

Review: Which identity source is being trusted, for which population, and for which relying service?

SSO improves experience, not authorization scope

One sign-in can reduce repeated authentication, but each application still needs its own authorization decisions.

Review: Can a user reach only the applications and functions appropriate to their role?

Identity source and resource owner are different responsibilities

An identity team can establish who the person is while an application owner decides what that person may do.

Review: Are authentication ownership and application authorization ownership both clear?

Claims or attributes should have purpose

Identity context should be limited to what a relying service actually needs to make access decisions.

Review: Is the application receiving only relevant identity metadata?

Trust relationships need lifecycle

Federation should be reviewed when applications, providers, business partnerships, ownership, or identity populations change.

Review: What events trigger review or retirement of the federation trust?

External federation needs sponsorship

An outside organization may authenticate its own users, but the internal organization still owns the decision to accept and authorize them.

Review: Who sponsors the external population and when is the relationship reviewed?

Fallback access should remain exceptional

Local accounts can become unmanaged bypass paths if they are permanent, shared, or weakly monitored.

Review: Is fallback access named, bounded, monitored, reviewed, and tested only through safe administrative assurance?

Monitoring should cover both trust and use

Strong evidence includes federation health, identity sign-ins, application authorization, policy changes, and source health.

Review: Can the organization tell whether the trust relationship is healthy and whether access decisions are behaving as intended?

Trust Dimensions

What Belongs in a Federation Review

Identity source

Core question: Which provider or authority establishes the identity?

Evidence: Identity-provider record, owner, supported population, and current trust metadata.

Relying service

Core question: Which application accepts the federated identity?

Evidence: Application owner, service inventory, federation configuration record, and access policy.

Identity population

Core question: Which users or workloads are included?

Evidence: Workforce group, partner population, contractor cohort, or approved service identities.

Purpose

Core question: Why does the trust relationship exist?

Evidence: Business process, service dependency, partnership requirement, or approved user experience goal.

Identity context

Core question: Which attributes or claims are actually needed?

Evidence: Role, group, organization, employment state, or other minimal identity metadata.

Authorization boundary

Core question: What can a successfully federated identity do?

Evidence: Application roles, resource permissions, entitlement mapping, and authorization logs.

Lifecycle

Core question: When should the trust relationship change or end?

Evidence: Application retirement, provider change, contract end, owner change, identity-population change, or review date.

Monitoring

Core question: What evidence shows federation and SSO remain healthy and properly used?

Evidence: Sign-in telemetry, authorization events, trust changes, source health, and access reviews.

Vocabulary

Federation and SSO Terms

Federation

A trust arrangement in which one identity system provides identity context that another service accepts for authentication decisions.

Identity provider

The system or authority that authenticates an identity and provides trusted identity context to a relying service.

Relying service

An application or service that accepts federated identity context and then applies its own authorization rules.

Single sign-on

A user experience in which one successful authentication can support access to multiple approved services without repeating the full sign-in flow each time.

Identity assertion

A signed or otherwise trusted statement from an identity source that conveys identity context to a relying service.

Claim

A piece of identity-related information such as role, organization, or account state used by a relying service.

Attribute mapping

The controlled translation of identity information from one system into the fields or roles expected by another system.

Trust relationship

The documented agreement that one system will accept identity context from another system under defined conditions.

Session

A bounded period in which an authenticated identity interacts with a relying service under current policy.

External federation

Federated access involving an identity provider outside the organization, such as a partner or contractor identity source.

Fallback identity

A local or alternate identity used when normal federation is unavailable or inappropriate.

Trust lifecycle

The creation, approval, review, modification, suspension, and retirement of a federation relationship.

Fictional Federation Register

Seven Northbridge Trust Relationships

FED-01Confirmed

Workforce Identity Provider → Student Services Portal

Identity provider

Northbridge Workforce Identity Provider

Relying service

Student Services Portal

Identity population

Counselor Workforce Group

Purpose

Workforce SSO for approved student-support workflows

Identity context

Workforce state + counselor role

Authorization

Portal applies counselor-specific application permissions

Owner

Identity Team + Student Services Application Owner

Lifecycle

Quarterly trust review + application/role change trigger

Monitoring

Federation health + sign-in + application authorization logs

Architecture concern

Application authorization remains separate from federated authentication.

FED-02Conditional

Workforce Identity Provider → Cloud Administration Portal

Identity provider

Northbridge Workforce Identity Provider

Relying service

Cloud Administration Portal

Identity population

Approved Platform Administrators

Purpose

Base workforce authentication before privileged activation

Identity context

Workforce identity + admin eligibility

Authorization

Privileged access requires separate time-bounded activation

Owner

Identity Team + Platform Engineering

Lifecycle

Monthly privileged trust review

Monitoring

Federation + privileged activation + admin audit

Architecture concern

One emergency privileged session has incomplete post-use review evidence.

FED-03Conditional

Partner Identity Provider → Scheduling Integration Console

Identity provider

Fictional Partner Identity Provider

Relying service

Scheduling Integration Console

Identity population

Approved Partner Support Group

Purpose

Partner support for scheduling integration

Identity context

Partner identity + support group

Authorization

Narrow support functions only

Owner

Integration Owner + Partner Sponsor

Lifecycle

Review due in 30 days

Monitoring

External federation + console authorization logs

Architecture concern

Sponsor is current, but continued partner access must be reviewed.

FED-04Confirmed

Workforce Identity Provider → Reporting Dashboard

Identity provider

Northbridge Workforce Identity Provider

Relying service

Reporting Dashboard

Identity population

Reporting Analysts

Purpose

SSO to approved analytics reporting

Identity context

Workforce state + reporting role

Authorization

Dashboard controls dataset/report scope

Owner

Analytics Product Owner

Lifecycle

Quarterly review

Monitoring

Federated sign-in + report access logs

Architecture concern

Reporting role must not imply access to unrelated operational datasets.

FED-05Blocked

Legacy Local Login → Generated Report Storage

Identity provider

Local legacy account

Relying service

Generated Report Storage

Identity population

Legacy Reporting Job

Purpose

Historical automated report delivery

Identity context

Long-lived local account metadata

Authorization

Legacy storage permissions

Owner

Unknown

Lifecycle

No current review date

Monitoring

Partial

Architecture concern

Local fallback path bypasses the governed federation lifecycle and lacks accountable ownership.

FED-06Confirmed

Workforce Identity Provider → HR Benefits Portal

Identity provider

Northbridge Workforce Identity Provider

Relying service

HR Benefits Portal

Identity population

Active Workforce

Purpose

Employee self-service SSO

Identity context

Active workforce state

Authorization

Portal limits users to their own benefits workflow

Owner

HR Systems Owner

Lifecycle

Annual trust review + provider/application change trigger

Monitoring

Federation + portal authorization telemetry

Architecture concern

SSO convenience does not expand access beyond each user's own workflow.

FED-07Conditional

Temporary Migration Identity Source → Migration Console

Identity provider

Temporary Project Identity Source

Relying service

Migration Console

Identity population

Approved Migration Operators

Purpose

Time-bounded migration support

Identity context

Named temporary operators

Authorization

Migration-specific actions only

Owner

Migration Project Owner

Lifecycle

Expires at migration checkpoint

Monitoring

Federation + migration audit

Architecture concern

The trust relationship must be retired when the project window closes.

Fake Dashboard

Northbridge Federation Trust Dashboard

Fictional federation ownership, lifecycle, and evidence summary

Federation relationships

7

Workforce, privileged, partner, reporting, legacy, HR, and temporary project relationships

Confirmed

3

Student Services, Reporting Dashboard, and HR Benefits federation are current

Conditional

3

Privileged review, partner renewal, and migration expiration require follow-up

Blocked

1

Legacy local login lacks current ownership and federation lifecycle governance

Fake SOC Alert

Legacy Local Login Bypasses Federation Governance

Source: Fictional Federation Governance Review • Time: 09:47

High Severity
FED-05 uses a long-lived local identity for production report storage. The current owner is Unknown, monitoring is Partial, and there is no current trust-lifecycle review.
Defensive recommendation: Keep the relationship Blocked until ownership, business need, monitoring, modernization, and retirement are resolved.

SSO and Authorization

One Session Can Serve Multiple Applications Without Giving Every Application the Same Permissions

SSO experience

The user authenticates to an approved identity source and can move between connected relying services without repeatedly entering credentials.

Shared authentication source
Bounded session lifetime
Consistent workforce lifecycle
Reduced duplicate local passwords
Central sign-in visibility

Application authorization

Each relying service still decides which resources and actions the authenticated identity may use.

Application role
Resource scope
Action permissions
Environment
Business purpose
Access review

Fake Log Panel

Fictional Federation Trust Review Log

training-log-viewer.log
[08:10] FED-01 workforce-idp->student-services trust=CURRENT authz=APP_ROLE state=CONFIRMED
[08:34] FED-02 workforce-idp->admin-portal privilege=JIT post_review=PARTIAL state=CONDITIONAL
[08:58] FED-03 partner-idp->scheduling sponsor=CURRENT review_due=30d state=CONDITIONAL
[09:21] FED-04 workforce-idp->reporting role=ANALYST authz=DATASET_SCOPED state=CONFIRMED
[09:47] FED-05 local-legacy->report-storage owner=UNKNOWN monitoring=PARTIAL state=BLOCKED
[10:12] FED-06 workforce-idp->benefits population=ACTIVE_WORKFORCE state=CONFIRMED
[10:38] FED-07 temp-idp->migration expires=PROJECT_CHECKPOINT state=CONDITIONAL

Training note: this is fake data for defensive analysis practice only.

Analyze the Evidence

Evidence Analysis: Partner Federation

The partner identity provider is documented.
The allowed identity population is the approved Partner Support Group.
The relying service is limited to the Scheduling Integration Console.
The internal sponsor is current.
The next access review is due in 30 days.

What is the strongest status for FED-03?

Federation Anti-Patterns

Eight Ways Federation Trust Becomes Too Broad

1

SSO means access to everything

Why it fails: One successful authentication is treated as authorization across all connected applications.

Better approach: Keep application and resource authorization separate from the SSO experience.

2

Federation trust with no owner

Why it fails: Nobody is accountable for reviewing whether the trust relationship should continue.

Better approach: Assign provider, application, and business owners.

3

External federation without sponsor

Why it fails: Partner users remain technically valid even after the business relationship changes.

Better approach: Tie external federation to current sponsor, business purpose, population, review, and expiration.

4

Too many claims by default

Why it fails: Applications receive identity data they do not need for authorization.

Better approach: Send only the minimum relevant identity context.

5

Fallback account becomes permanent

Why it fails: A temporary local access path silently becomes a standing bypass around federation governance.

Better approach: Keep fallback access named, bounded, monitored, and reviewed.

6

Provider change without trust review

Why it fails: Applications continue relying on old assumptions after identity architecture changes.

Better approach: Trigger review on provider, application, ownership, or population changes.

7

Federated identity controls application roles

Why it fails: The identity provider is assumed to determine every application permission.

Better approach: Let relying services maintain resource-specific authorization ownership.

8

Monitoring only the identity provider

Why it fails: The team can see sign-ins but cannot explain what the user did inside each application.

Better approach: Monitor federation health plus relying-service authorization and activity.

Scenario Decision Lab

Scenario Decision Lab 1 — Partner Federation Renewal

A partner identity provider is healthy, the integration scope is narrow, and the internal sponsor is current. The federation review date is approaching.

Scenario Decision Lab

Scenario Decision Lab 2 — Legacy Local Login

A legacy reporting job still uses a local production login outside the main federation model. The current owner is Unknown and monitoring is incomplete.

Safe Fictional Lab

Build a Federation Trust Register

Use fictional identity providers, relying services, identity populations, owners, sessions, and evidence. Do not access or configure any real federation environment.

1

Create at least ten fictional federation relationships.

2

Give every relationship a stable FED ID.

3

Record the identity provider.

4

Record the relying service.

5

Record the identity population.

6

State business or technical purpose.

7

Record the minimum identity context needed.

8

Record application authorization ownership.

9

Record provider owner.

10

Record relying-service owner.

11

Record sponsor for external federation.

12

Record lifecycle review date or change trigger.

13

Record monitoring evidence.

14

Classify status as Confirmed, Conditional, Unknown, Blocked, or Retired.

15

Include at least two workforce SSO relationships.

16

Include at least one privileged federation relationship.

17

Include at least two external or partner federation relationships.

18

Include at least one temporary federation relationship.

19

Include at least one fallback/local identity and evaluate whether it should remain.

20

Add change triggers for provider, application, owner, population, partner, privilege, and service-retirement changes.

Lab boundary

Use fictional providers, services, populations, and synthetic evidence only. Do not collect real account information, inspect live federation metadata, test authentication, alter SSO settings, or attempt to access any real identity system.

Analyze the Evidence

Evidence Analysis: Legacy Local Access

The account is used in production.
It exists outside the main federation model.
The current owner is Unknown.
Monitoring is Partial.
No current lifecycle review is documented.

What is the strongest conclusion for FED-05?

Advanced Challenge

Design a Federation Architecture for a Fictional Organization

A fictional organization currently has three separate local application logins, one partner login, one permanent administrator account, and a legacy reporting account. Redesign the identity experience conceptually using federation and SSO while preserving application-specific authorization.

1

Primary workforce identity provider

2

Approved relying services

3

Identity population per service

4

Application-specific authorization

5

Minimal identity context

6

Privileged federation boundary

7

Time-bounded privileged activation

8

External federation sponsor

9

External federation expiration

10

Temporary project federation

11

Fallback/local account governance

12

Federation lifecycle review

13

Provider-change trigger

14

Application-change trigger

15

Monitoring and source health

16

Blocked legacy trust that must be retired

The goal is not to centralize every authorization decision. A strong design centralizes identity where appropriate while preserving resource ownership and least-privilege authorization at each relying service.

Defender Habits

A13.3 Defender Checklist

Skill Check

Seven Questions

Check Your Understanding

A13.3 Mini Quiz: Federation and Single Sign-On Concepts

Choose your answers first. Explanations appear only after submission.

1. What is federation?

2. What does single sign-on improve most directly?

3. Why should a relying service keep its own authorization logic?

4. What is the strongest design for external federation?

5. Why can fallback local accounts be risky?

6. What should happen when an identity provider or relying application changes significantly?

7. What is the strongest federation monitoring model?

Portfolio Prompt

Portfolio Build — Federation Trust Register

Create the third artifact for your A13 Enterprise Identity and Zero-Trust Review: a fictional Federation Trust Register with at least ten trust relationships. Include federation ID, identity provider, relying service, identity population, purpose, minimal identity context, authorization owner, provider owner, relying-service owner, sponsor where needed, lifecycle, monitoring evidence, status, concern, next action, and change trigger.

Include workforce, privileged, external, and temporary federation examples.
Show SSO convenience separately from application authorization.
Use only minimal identity context needed by each relying service.
Include at least one fallback/local identity and decide whether it should remain.
Keep uncertain or unowned relationships Conditional, Unknown, or Blocked.
Use fictional provider-neutral records only.

Confidence / Readiness Reflection

Are You Ready for A13.4?

A13.4 moves into Conditional Access and Policy Decisions. Before continuing, make sure you can explain how federation establishes identity context while application authorization still uses its own policy and resource conditions.

1

I can explain federation as a trust relationship.

2

I can distinguish identity provider from relying service.

3

I can explain why SSO does not automatically grant application permissions.

4

I can evaluate external federation using sponsor, scope, lifecycle, and evidence.

5

I can explain why fallback local identities still require governance.

Portfolio Build Guide

How to Make the Federation Trust Register Look Professional

Use stable trust IDs

Make every provider-to-service relationship easy to reference in later A13 lessons.

Show both sides of trust

List the identity provider and relying service instead of describing federation as a generic login feature.

Separate authentication and authorization

Record identity context separately from the permissions enforced by the relying service.

Show population scope

Make clear which workforce, partner, admin, temporary, or service population is included.

Show lifecycle

Use review dates and provider/application/owner/population changes as trust triggers.

Show monitoring

Federation health, sign-ins, authorization, policy change, and source-health evidence should support major claims.

Keep fallback access visible

Do not hide local identities just because they sit outside the federation architecture.

Connect forward

A13.4 will use these federation relationships when evaluating contextual policy decisions.

Key Takeaways

What You Should Remember

1.Federation is a trust architecture, not simply a login convenience.
2.The identity provider establishes identity context; the relying service still owns authorization.
3.SSO reduces repeated authentication but should not create broad application access.
4.Identity claims or attributes should be limited to what a relying service actually needs.
5.External federation requires sponsorship, narrow scope, review, and lifecycle governance.
6.Fallback local accounts can become hidden bypass paths if they are not strongly controlled.
7.Provider, application, population, and ownership changes should trigger federation review.
8.Monitoring should cover trust health plus application authorization and activity.
9.Federation fits zero trust when trust is explicit, bounded, observable, and reviewable.
10.The Federation Trust Register will support A13.4 Conditional Access and Policy Decisions.

Lesson Safety Boundary

Federation concepts do not require testing real login systems

Do not attempt password guessing, account enumeration, authentication bypass, token theft, session hijacking, federation manipulation, privilege escalation, or access to real identity providers. All providers, applications, trust records, and logs in this lesson are fictional and defensive.

Lesson Complete

A13.3 Federation and Single Sign-On Concepts Complete

You now have a federation model built around identity providers, relying services, SSO, application authorization, external trust, lifecycle, fallback access, ownership, and monitoring. Next, A13.4 focuses on Conditional Access and Policy Decisions.