-
Type: Clean up
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 10.3
-
Component/s: Authentication
-
Tags:
-
Impact type:Configuration Change
-
Upgrade notes:
-
Sprint:nxFG 10.3.8
-
Story Points:8
NuxeoOAuthFilter is the last auth plugin pre-filter. It should instead be a regular authenticator.
The issue with the pre-filter is that it takes over all authentication, in particular in case of failure it directly sends a 401 instead of chaining to other authenticators.
We will:
- add HTTP-level integration tests for the OAuth 1 protocol implementation
- replace the pre-filter with a servlet + authentication plugin