-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Authentication
-
Release Notes Summary:The http request now contains the "user_name" attribute
-
Tags:
-
Team:PLATFORM
-
Sprint:nxplatform #96
Work done in NXP-32019 sets the principal name as HTTP session attribute to make it available in the tomcat's access.log pattern under
%{user_name}s
However, calls made with curl and basic authentication do not have a session scope and
%{user_name}s
would return nothing.
We should in addition set the principal name as HTTP request attribute to make it available under
%{user_name}r
- is related to
-
NXP-32019 Provide session attribute to hold the username
- Resolved