identity-providers

Detect authentication protocol abuse across OAuth2/OIDC and SAML IdPs.

4|1|Updated Apr 28, 2026
One-click install
npx skills add https://github.com/OpenTideHQ/AgentTide --skill identity-providers
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: identity-providers
Source: https://github.com/OpenTideHQ/AgentTide/tree/main/skills/identity-providers
Command: npx skills add https://github.com/OpenTideHQ/AgentTide --skill identity-providers

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill decodes and standardizes modern authentication protocol behavior to empower detection engineers to identify abusive patterns across diverse IdPs in a vendor-neutral way.

Core Features & Use Cases

  • Cross-vendor coverage of OAuth2/OIDC flows, SAML assertions, and federation mechanics.
  • Guidance for detecting token theft, MFA bypass, and conditional access misconfigurations.
  • Practical examples including Golden SAML, PRT misuse, and refresh token abuse across IdPs.

Quick Start

Describe a detection scenario involving Golden SAML and outline the signals to monitor.

Frequently Asked Questions about identity-providers

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

FAQPage Schema
How do I detect Golden SAML attacks across different identity providers?

To detect Golden SAML attacks across identity providers, you monitor SAML assertion behavior and federation trust chains for anomalous token signing patterns. The Skill provides vendor-neutral guidance and practical examples for identifying these abusive authentication flows.

What is the best way to detect OAuth2 token theft and refresh token abuse?

Detecting OAuth2 token theft and refresh token abuse involves analyzing authorization code flows, device code grants, and refresh token mechanics. The Skill standardizes modern authentication protocol behavior to identify these abusive patterns across diverse IdPs.

Can I use this to monitor MFA bypass attempts in Entra ID and Okta?

Yes, you can monitor MFA bypass attempts in Entra ID, Okta, and ADFS. The Skill applies cross-vendor coverage to analyze MFA ceremonies and policy-based access evaluations, helping identify conditional access misconfigurations.

How does device code flow detection work for identifying authentication abuse?

Device code flow detection works by analyzing OAuth2 grant types and token issuance patterns for unauthorized access. The Skill decodes protocol behavior across IdPs to identify when device code authentication is abused for token theft.

Do I need specific logs to detect PRT misuse and conditional access misconfigurations?

Detecting PRT misuse and conditional access misconfigurations requires authentication logs containing OAuth2 flows, SAML assertions, and policy evaluation data. The Skill provides the analytical framework to interpret these signals across different identity provider environments.