There are 3 updates, 2 comments.
 
 
Trusted authentication framework / cid:jira-generated-image-avatar-6cfef894-1d73-421b-be2e-0a95e58294f8 TRUSTAUTH-39 Closed

When the auth/adapter returns a null valuer, a (null) user profile gets created

 
View issue   ยท   Add comment
 

3 updates

 
cid:jira-generated-image-avatar-c0e69e11-78b8-4b34-b0b2-0ff997355b29 Changes by Raluca Stavro on 22/Apr/26 10:13
 
Assignee: Raluca Stavro
Resolution: Won't Fix
Status: Open Closed
 
 

2 comments

 
cid:jira-generated-image-avatar-c0e69e11-78b8-4b34-b0b2-0ff997355b29 Raluca Stavro on 22/Apr/26 10:13
 

This value, "(null)" is retrieved via the Trusted Headers adapter :

{code:java}
2026-04-21 12:58:02,533 [http-nio-8080-exec-9 -  DEBUG rsTrustedAuthenticationAdapter - Retrieved header [remote_user] with value [(null)].
{code}

This is not the actual null value, so the value in the headers is wrong, meaning that no change needs to be done in the authenticator.
 
cid:jira-generated-image-avatar-c0e69e11-78b8-4b34-b0b2-0ff997355b29 Raluca Stavro on 22/Apr/26 10:15
 
This value, "(null)" is retrieved via the Trusted Headers adapter :

{code:java}
2026-04-21 12:58:02,533 [http-nio-8080-exec-9 -  DEBUG rsTrustedAuthenticationAdapter - Retrieved header [remote_user] with value [(null)].
{code}

This is not the actual
_null_ value (when the actual null value is retrieved , it should be _[null]_ in the logs), so the value in the headers is wrong, meaning that no change needs to be done in the authenticator.