-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 10.3
-
Component/s: Authentication
-
Tags:
-
Sprint:nxFG 10.3.1
-
Story Points:3
NuxeoOAuth2Filter is currently an 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 have this issue when another authenticator using the Authentication: Bearer header uses a different token format (like JWT, see NXP-24734).
- is related to
-
NXP-25975 Transform OAuth 1 pre-filter into a regular Authentication plugin
- Resolved