What this can support
- Public OIDC discovery.
- Relying-party login integration experiments.
- Public-key-oriented account binding.
- Inspection of issuer, JWKS, and metadata boundaries.
- Comparison with public operator and evidence surfaces.
HODLXXI exposes public OAuth/OIDC metadata for Sign in with HODLXXI. This page is a human/developer wrapper around public OIDC discovery surfaces; the canonical integration guide remains in docs/OIDC_INTEGRATION.md.
Sign in with HODLXXI is public-key identity oriented. Developers should use the public metadata endpoints, follow the current implementation boundaries, and treat the OIDC subject as a stable public-key identity signal rather than as a broad real-world identity claim.
Relying parties remain responsible for their own account-binding rules, risk checks, and normal OIDC validation. Use authorization code flow with PKCE S256 for browser-based integrations.
Use these public surfaces for discovery and key validation. The JSON endpoints are intended for machines; this page adds human-readable context only.
/.well-known/openid-configuration./oauth/jwks.json.