Commit 55d8b42
committed
feat: Add Authorization header fallback for OAuth TokenHandler
- Implement fallback to extract client credentials from Authorization header
- Support Basic authentication when client_id is missing from form data
- Handle URL-encoded client secrets properly
- Add comprehensive test coverage for the new functionality
- Follows OAuth 2.0 RFC 6749 specifications for client authentication
Fixes #13151 parent 73b9b62 commit 55d8b42
1 file changed
+79
-100
lines changed
0 commit comments