技能 编程开发 认证与授权安全总览

认证与授权安全总览

v20260506
auth-sec
这是一个用于系统性安全测试的入口点,覆盖了身份认证、会话管理和授权控制等核心安全领域。它指导测试人员识别从登录逻辑到JWT、OAuth、CORS、IDOR等现代协议的各种漏洞,适用于任何需要进行安全审计的Web应用。
获取技能
390 次下载
概览

Authentication and Authorization Router

This is the routing entry point for authentication, sessions, and authorization boundaries.

Use it to decide whether the issue is mainly login mechanics, object-level authorization, browser trust boundaries, or identity protocols such as OAuth/JWT/SAML before going deeper.

When to Use

  • The target includes login, registration, password reset, 2FA, sessions, JWT, OAuth, or SSO
  • You suspect object authorization flaws, cross-tenant access, cross-origin reads, CSRF, or protocol misconfiguration
  • You need to decide whether to test authentication or authorization first

Skill Map

Recommended Flow

  1. First confirm the authentication model and session boundaries
  2. Then confirm object-level and function-level authorization
  3. Then move to token, cross-origin, and protocol details
  4. If enterprise federation exists, continue with OAuth, OIDC, or SAML topics

Related Categories

信息
Category 编程开发
Name auth-sec
版本 v20260506
大小 2.31KB
更新时间 2026-07-13
语言