Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Attack Protection endpoints #547

Merged
merged 1 commit into from
Feb 14, 2022
Merged

Conversation

frederikprijck
Copy link
Member

@frederikprijck frederikprijck commented Feb 14, 2022

New Attack Protection API endpoints have been introduced in Management API2 which require support updates across our Management SDKs.

  • GET /api/v2/attack-protection/suspicious-ip-throttling
  • PATCH /api/v2/attack-protection/suspicious-ip-throttling
  • GET /api/v2/attack-protection/breached-password-detection
  • PATCH /api/v2/attack-protection/breached-password-detection
  • GET /api/v2/attack-protection/brute-force-protection
  • PATCH /api/v2/attack-protection/brute-force-protection

These endpoints are documented here for reference: https://auth0.com/docs/api/management/v2#!/Attack_Protection/get_breached_password_detection

Copy link

@jimmyjames jimmyjames left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 LGTM, pretty straightforward and similar to how I'm implementing in auth0-java.

@frederikprijck frederikprijck merged commit 412bbd8 into master Feb 14, 2022
@frederikprijck frederikprijck deleted the feat/sdk-3115 branch February 14, 2022 16:01
@frederikprijck frederikprijck added this to the 7.14.0 milestone Feb 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants