Documentation
¶
Overview ¶
Standalone OAuth test server for browser-based testing (Playwright).
Usage:
go run ./tests/oauthserver/cmd/server -port 9000 go run ./tests/oauthserver/cmd/server -port 9000 -no-dcr -no-device-code go run ./tests/oauthserver/cmd/server -port 9000 -detection=www-authenticate
This starts the OAuth test server on http://localhost:9000 with:
- Authorization endpoint: /authorize
- Token endpoint: /token
- Discovery: /.well-known/oauth-authorization-server
- JWKS: /.well-known/jwks.json
- DCR: /registration (if enabled)
- Device code: /device_authorization (if enabled)
Test credentials: testuser / testpass
Click to show internal directories.
Click to hide internal directories.