mirror of
https://github.com/mauriceboe/TREK.git
synced 2026-06-21 14:21:46 +00:00
f9db7e1104
ChatGPT uses OIDC discovery to bootstrap the OAuth flow: it fetches /.well-known/openid-configuration to find the registration_endpoint, authorization_endpoint, and token_endpoint before attempting DCR. Without this endpoint responding, it cannot proceed and reports 'does not implement OAuth'. Serve the same AS metadata at the OIDC discovery URL so OIDC-first clients can bootstrap the full OAuth 2.1 + DCR flow.