userinfo-endpoint-reviewer

Identify testing gaps for the OpenID Connect UserInfo endpoint against OIDC Core 5.3-5.4.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Review and document testing gaps for the OpenID Connect UserInfo endpoint to ensure robust token handling, sub claim reliability, and scope-based response accuracy.

Core Features & Use Cases

  • Review Coverage: Identify gaps in token validation, Bearer usage, and GET/POST support.
  • Sub Claim Validation: Verify presence and consistency of the sub claim with the ID Token.
  • Scope-driven Responses: Check claims returned based on granted scopes and signed responses if configured.

Quick Start

Review the OpenID Connect UserInfo endpoint test cases and report gaps aligned with OIDC Core 1.0 Sections 5.3 and 5.4.

Frequently Asked Questions about userinfo-endpoint-reviewer

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

FAQPage Schema
How do I test the OpenID Connect UserInfo endpoint for access token validation gaps?

Testing OpenID Connect UserInfo endpoint access token validation involves reviewing Bearer token handling and verifying token enforcement across GET and POST requests. This identifies missing test coverage for token validation based on OIDC Core sections 5.3-5.4.

What is sub claim consistency validation in OpenID Connect UserInfo testing?

Sub claim consistency validation in OpenID Connect UserInfo testing verifies that the sub claim returned by the UserInfo endpoint matches the sub claim present in the ID Token. Documenting this gap ensures reliable subject identification across tokens.

How do I verify scope-based claims returned by the UserInfo endpoint?

To verify scope-based claims returned by the UserInfo endpoint, you review test cases against granted scopes to ensure the endpoint only returns appropriate claims. This process documents gaps in scope-driven response accuracy per OIDC Core section 5.4.

Does the OpenID Connect UserInfo endpoint support both GET and POST requests?

The OpenID Connect UserInfo endpoint supports both GET and POST requests for retrieving user claims. Reviewing test coverage for both HTTP methods identifies gaps in Bearer token handling and access token validation across different request types.

What are common testing gaps for signed UserInfo responses in OpenID Connect?

Common testing gaps for signed UserInfo responses in OpenID Connect include missing test cases for optional signed response validation. Reviewing test coverage identifies whether your tests verify signature integrity when signed responses are configured for the UserInfo endpoint.

What OIDC Core sections cover UserInfo endpoint testing requirements?

OIDC Core sections 5.3 and 5.4 cover UserInfo endpoint testing requirements, including access token validation, Bearer token handling, sub claim consistency, and scope-based claims. Aligning test gaps with these sections ensures comprehensive endpoint coverage.