agency-identity-access-engineer

Architect OAuth 2.0, OIDC, SAML, and SCIM authentication systems.

Updated Jul 23, 2026
One-click install
npx skills add https://github.com/rajyeole6/AI-RECRUITER --skill agency-identity-access-engineer-rajyeole6
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agency-identity-access-engineer
Source: https://github.com/rajyeole6/AI-RECRUITER/tree/main/.agents/skills/engineering-identity-access-engineer
Command: npx skills add https://github.com/rajyeole6/AI-RECRUITER --skill agency-identity-access-engineer-rajyeole6

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill addresses the complexity and high-stakes nature of implementing authentication and authorization systems, preventing common security vulnerabilities like insecure token handling, broken tenant isolation, and flawed SSO integrations.

Core Features & Use Cases

  • Identity Stack Design: Expert guidance on implementing OAuth 2.0, OIDC, SAML, and SCIM protocols using industry-standard patterns.
  • Security Hardening: Threat modeling for authentication flows, including passkey/WebAuthn integration and phishing-resistant design.
  • Use Case: When building a multi-tenant SaaS platform, use this skill to design a robust session architecture and row-level security policy that ensures complete tenant isolation and secure enterprise SSO onboarding.

Quick Start

Use the agency-identity-access-engineer skill to review my current OAuth 2.0 authorization code flow implementation for potential security gaps and PKCE compliance.

Frequently Asked Questions about agency-identity-access-engineer

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

FAQPage Schema
How do I design a multi-tenant authorization model for enterprise SaaS?

Multi-tenant authorization models require robust session architecture and row-level security policies to ensure complete tenant isolation. This skill architects these systems using threat-model-first design to prevent broken tenant isolation vulnerabilities.

How do I implement a phishing-resistant authentication flow?

Phishing-resistant authentication flows are implemented by integrating passkeys and WebAuthn into your identity stack. This skill provides expert guidance on threat modeling these login flows to satisfy standards-compliant security requirements.

What is the best way to review an OAuth 2.0 authorization code flow for security gaps?

Reviewing OAuth 2.0 flows involves checking for PKCE compliance and insecure token handling vulnerabilities. This skill analyzes your authorization code implementation against industry-standard patterns to identify and resolve security gaps.

When do I need SCIM provisioning for my identity stack?

SCIM provisioning is needed when automating user identity lifecycle management across enterprise SaaS applications. This skill architects standards-compliant SCIM integrations alongside OAuth 2.0, OIDC, and SAML protocols.

Does this approach support SAML and OIDC enterprise SSO onboarding?

Yes, SAML and OIDC protocols are fully supported for enterprise SSO onboarding. This skill designs robust SSO integrations using industry-standard patterns to prevent flawed connections and ensure secure access.

Why does my multi-tenant SaaS platform have broken tenant isolation?

Broken tenant isolation often stems from flawed session architecture and inadequate row-level security policies. This skill addresses these vulnerabilities by architecting threat-model-first authorization models with robust auditability.