moai-platform-auth0

Configure Auth0 attack protection, MFA, token security, and compliance controls.

Updated Jun 18, 2026
One-click install
npx skills add https://github.com/h102-log/pdfrag --skill moai-platform-auth0-h102-log
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: moai-platform-auth0
Source: https://github.com/h102-log/pdfrag/tree/main/.claude/skills/moai-platform-auth0
Command: npx skills add https://github.com/h102-log/pdfrag --skill moai-platform-auth0-h102-log

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Implementing Auth0 security correctly requires navigating dozens of features—bot detection, breached password blocking, MFA factors, token binding, and regulatory compliance—where misconfiguration leaves applications exposed to credential stuffing, token theft, and audit failures. ## Core Features & Use Cases - Attack Protection Configuration: Guidance for bot detection, breached password detection, brute force protection, and suspicious IP throttling with thresholds and dashboard paths. - MFA & Token Security: Setup for WebAuthn, TOTP, Guardian push, Adaptive MFA risk signals, refresh token rotation, and sender constraining via DPoP or mTLS. - Compliance Coverage: Implementation references for FAPI, GDPR, HIPAA, PCI DSS, ISO 27001, and SOC 2 requirements. - Use Case: An engineer securing a financial app can follow the modules to enable Adaptive MFA, bind tokens with DPoP, rotate signing keys with zero downtime, and verify FAPI compliance. ## Quick Start Ask the assistant to configure Auth0 brute force protection and Adaptive MFA for your tenant, then follow the dashboard steps and module references it provides.

Frequently Asked Questions about moai-platform-auth0

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

FAQPage Schema
How do I configure Auth0 attack protection features?▼

Navigate to Dashboard > Security > Attack Protection and enable Bot Detection, Breached Password Detection, Brute Force Protection, and Suspicious IP Throttling. Start in monitoring mode, review tenant logs for false positives, then enable blocking responses with appropriate thresholds.

How to set up Adaptive MFA in Auth0?▼

Adaptive MFA requires an Enterprise plan with the Adaptive MFA add-on. Set the MFA policy to 'Use Adaptive MFA' in Dashboard > Security > Multi-factor Auth, enable at least one factor, and Auth0 evaluates NewDevice, ImpossibleTravel, and UntrustedIP risk signals per login.

What is the difference between DPoP and mTLS sender constraining?▼

DPoP binds tokens at the application layer using client-generated asymmetric keys and works with public clients like SPAs. mTLS binds tokens at the transport layer using X.509 certificates, requires confidential clients and PKI infrastructure, and needs the Enterprise HRI add-on.

Does Auth0 breached password detection work with test credentials?▼

Yes, any password starting with AUTH0-TEST- triggers breached password detection for testing without affecting production breach databases. Standard detection takes 7-13 months after disclosure; the Credential Guard add-on reduces this to 12-36 hours.

Why is Auth0 brute force protection not blocking an IP?▼

Check that the feature is enabled, the IP is not in the AllowList, and the threshold (default 10 attempts) has been reached. For Resource Owner Password flows, you must pass the client IP via the auth0-forwarded-for header for accurate per-user-IP detection.

Which Auth0 compliance certifications cover HIPAA and GDPR?▼

Auth0 offers a HIPAA Business Associate Agreement on request and operates as a GDPR Data Processor with the customer as Data Controller. It also holds ISO 27001/27017/27018, SOC 2 Type 2, CSA STAR, and FAPI 1 Advanced OP certifications.