Skip to content

feat(identity): add stateless GitHub OIDC provider - #202

Merged
aparragithub merged 1 commit into
mainfrom
feat/github-oidc-provider
Aug 10, 2026
Merged

feat(identity): add stateless GitHub OIDC provider#202
aparragithub merged 1 commit into
mainfrom
feat/github-oidc-provider

Conversation

@aparragithub

Copy link
Copy Markdown
Owner

Closes #199

Type

  • Bug fix
  • New feature
  • Documentation only
  • Code refactoring
  • Maintenance/tooling
  • Breaking change

Summary

  • Add a stateless GitHub OIDC provider satisfying the neutral identity port.
  • Translate only accepted neutral identity fields and keep session resolution unsupported.
  • Preserve an explicit fail-closed boundary until JOSE verification lands in PR 3.

Changes

File Change
src/odoo_forge_identity_github/provider.py Stateless provider and neutral translation
src/odoo_forge_identity_github/__init__.py Provider exports
tests/identity_github/test_provider.py Provider contract and exclusion tests

Test plan

  • Provider and transport tests — 24 passed
  • Full pytest — 1949 passed, 46 deselected
  • Ruff lint/format, mypy, and import-linter passed

Chain context

Strategy: stacked to main.

main → PR 1 transport ✅ → 📍 PR 2 provider → PR 3 JOSE validation

This PR starts from merged transport PR #201 and ends at the explicit pre-JOSE rejection boundary. PR 3 depends on this merge. JOSE/signature verification remains out of scope. Rollback removes the provider module, exports, and provider tests.

Contributor checklist

  • Linked approved issue
  • Added exactly one type:* label
  • Applicable checks passed
  • Tests remain with implementation
  • Conventional commit format
  • No AI attribution or co-author trailer

@aparragithub aparragithub added the type:feature New feature label Aug 10, 2026
@coderabbitai

coderabbitai Bot commented Aug 10, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@aparragithub, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 24 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 7f51f14e-57ad-4f91-be8c-25f47299deca

📥 Commits

Reviewing files that changed from the base of the PR and between 7929284 and bde0c50.

📒 Files selected for processing (3)
  • src/odoo_forge_identity_github/__init__.py
  • src/odoo_forge_identity_github/provider.py
  • tests/identity_github/test_provider.py

Comment @coderabbitai help to get the list of available commands.

@aparragithub
aparragithub merged commit 8ad664e into main Aug 10, 2026
6 checks passed
@aparragithub
aparragithub deleted the feat/github-oidc-provider branch August 10, 2026 11:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type:feature New feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add stateless GitHub OIDC identity provider

1 participant