building-identity-federation-with-saml-azure-ad

Configures and validates SAML federation between on-prem AD FS and Azure AD.

2|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/Acczdy/MoZiSec --skill building-identity-federation-with-saml-azure-ad
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: building-identity-federation-with-saml-azure-ad
Source: https://github.com/Acczdy/MoZiSec/tree/main/iam/.claude/skills/building-identity-federation-with-saml-azure-ad
Command: npx skills add https://github.com/Acczdy/MoZiSec --skill building-identity-federation-with-saml-azure-ad

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, msal, cryptography, lxml, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Establishes and validates SAML-based identity federation between on-premises Active Directory and Microsoft Entra ID (Azure AD) to enable seamless cross-domain single sign-on and secure access to cloud applications.

Core Features & Use Cases

  • Guided configuration of AD FS to Azure AD federation, including Relying Party Trust setup, claims rules, and metadata exchange.
  • Certificate lifecycle awareness with validation of signing certificates and auto-rotation readiness for hybrid identity deployments.
  • Audit and monitoring support with metadata retrieval, SP metadata generation, and sign-in log checks to verify federation health across SaaS apps.

Quick Start

Configure SAML federation between on-prem AD FS and Azure AD and run the agent to validate the federation metadata and certificate health.

Frequently Asked Questions about building-identity-federation-with-saml-azure-ad

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure SAML SSO between on-prem AD FS and Azure AD?

To configure SAML SSO between AD FS and Azure AD, establish identity federation by setting up Relying Party Trust, configuring claims rules, and exchanging federation metadata. Guided tooling automates this metadata exchange and validates the cross-domain trust.

What is SAML identity federation for hybrid identity deployments?

SAML identity federation for hybrid identity links on-premises Active Directory with Azure AD to enable seamless single sign-on. It manages federation metadata and certificates so users authenticate once for secure cross-domain SaaS access.

How do I validate AD FS federation metadata and certificate health?

Validate AD FS federation metadata and certificate health by retrieving federation metadata, generating SP metadata, and checking sign-in logs. The agent produces a health and audit report confirming signing certificate validity and auto-rotation readiness.

Can I automate SAML federation metadata generation for Azure AD?

Yes, you can automate SAML federation metadata generation for Azure AD. The tooling fetches federation metadata, generates the required Service Provider metadata, and validates the configuration to ensure secure hybrid identity authentication.

Why does SAML SSO fail after certificate rotation in AD FS?

SAML SSO fails after certificate rotation in AD FS when federation metadata is not updated or signing certificates become mismatched. Checking sign-in logs and validating certificate lifecycle readiness identifies and resolves the trust break.