authorization-endpoint-reviewer

Audit Authorization Endpoint test cases against OIDC Core and OAuth 2.1.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/maronnjapan/maronn-openid-provider --skill authorization-endpoint-reviewer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: authorization-endpoint-reviewer
Source: https://github.com/maronnjapan/maronn-openid-provider/tree/main/.claude/skills/authorization-endpoint-reviewer
Command: npx skills add https://github.com/maronnjapan/maronn-openid-provider --skill authorization-endpoint-reviewer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps QA teams and developers ensure that Authorization Endpoint test cases are comprehensive and compliant with OpenID Connect Core 1.0 (section 3.1.2) and OAuth 2.1 (section 4.1) guidelines.

Core Features & Use Cases

  • Checklist-based review of Authorization Endpoint requirements (response_type, required parameters, redirect_uri validation, state handling).
  • Cross-reference with OIDC Core 3.1.2.1 and OAuth 2.1 4.1.2.1 to identify gaps and conformance issues.
  • Produce structured conformance reports and remediation suggestions for test suites or CI pipelines.

Quick Start

Review a given Authorization Endpoint test set and generate a conformance report.

Frequently Asked Questions about authorization-endpoint-reviewer

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

FAQPage Schema
How do I audit my OAuth 2.1 authorization endpoint test coverage for conformance?

To audit authorization endpoint test coverage, review test cases against OAuth 2.1 4.1 and OIDC Core 3.1.2.1 requirements, validating response_type=code, mandatory parameters, redirect_uri, state, and nonce handling to produce a structured conformance report.

What is an OIDC authorization endpoint conformance review?

An OIDC authorization endpoint conformance review evaluates test suites against OpenID Connect Core 3.1.2.1 specifications to identify gaps in response_type, redirect_uri validation, and state handling, generating a structured report with spec references and remediation suggestions.

How do I validate redirect_uri and state handling in my OAuth test suite?

Validate redirect_uri and state handling by cross-referencing test cases with OAuth 2.1 4.1.2.1 guidelines, ensuring your test suite covers mandatory parameters, redirect_uri validation rules, and state parameter handling to identify conformance gaps and produce remediation suggestions.

Does this authorization endpoint review support optional OIDC parameters like max_age and ui_locales?

Yes, the authorization endpoint review supports optional OIDC parameters by applying checklist-based analysis to scenarios covering max_age and ui_locales, ensuring your test cases comprehensively address both mandatory and optional parameter conformance per OIDC Core 3.1.2.1.

Can I integrate authorization endpoint conformance reports into a CI pipeline?

You can integrate conformance reports into CI pipelines by running the authorization endpoint review against your test suite to generate structured outputs with identified gaps, spec references, and remediation suggestions suitable for automated quality gates.

What are common gaps in OAuth 2.1 authorization endpoint test cases?

Common gaps in OAuth 2.1 authorization endpoint test cases include missing redirect_uri validation, incomplete state and nonce handling, insufficient response_type=code coverage, and untested optional parameters like max_age, which a conformance review identifies with specific spec references.