- Exposes OAuth endpoints locally under your server/app scope.
- Registers a client using your provided
clientId(or derives one via function). - Issues/validates tokens while exchanging with the upstream IdP.
Configure
At runtime, the local proxy maintains client registration and keys while delegating user authentication to the upstream IdP.
Endpoint overrides
If your IdP requires custom endpoints or static keys, setauthEndpoint, tokenEndpoint, registrationEndpoint, userInfoEndpoint, jwks, or jwksUri directly.