Expand description
Generic OAuth2 authorization-code provider driver.
This driver supports manually configured authorization, token, and userinfo endpoints. It owns the shared OAuth2 mechanics reused by fixed-endpoint providers: PKCE generation, token exchange, userinfo retrieval, safe endpoint diagnostics, and JSON claim extraction with dotted-path and JSON-pointer support.
Structsยง
- OAuth2
Provider Driver - Generic OAuth2 provider driver with manually configured endpoints.