There is 1 update.
 
 
Trusted authentication framework / cid:jira-generated-image-avatar-00c69f74-a80a-4b50-85bf-bce706a76124 TRUSTAUTH-39 Open

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

 
View issue   ยท   Add comment
 

1 update

 
cid:jira-generated-image-avatar-6306e6ca-5bb0-4f4e-8c46-f4338931e250 Changes by Raluca Stavro on 21/Apr/26 12:53
 
Description: These are the debug logs from when the issue reproduces :

{code:java}
2026-04-21 11:21:02,115 [ DEBUG .i.DefaultTrustedAuthenticator - Starting trusted authentication...
2026-04-21 11:21:02,116 [ DEBUG .i.DefaultTrustedAuthenticator - User [(null)] retrieved from the authentication adapter.
2026-04-21 11:21:02,119 [ DEBUG .i.DefaultTrustedAuthenticator - Creating user [xwiki:XWiki.(null)]...
2026-04-21 11:21:02,576 [ DEBUG .i.DefaultTrustedAuthenticator - Found roles: [[(null)]]
2026-04-21 11:21:02,576 [ DEBUG .i.DefaultTrustedAuthenticator - Did not find any dynamic configuration for role [(null)]
2026-04-21 11:21:02,579 [ DEBUG .i.DefaultTrustedAuthenticator - User is in these groups: [[xwiki:XWiki.XWikiAllGroup]]
2026-04-21 11:21:02,579 [ DEBUG .i.DefaultTrustedAuthenticator - These groups have not been added: [[xwiki:XWiki.XWikiAllGroup]]
2026-04-21 11:21:02,579 [ DEBUG .i.DefaultTrustedAuthenticator - Group [XWiki.XWikiAllGroup] does not match this configuration
2026-04-21 11:21:02,580 [ DEBUG .i.DefaultTrustedAuthenticator - The user will be removed from these groups: [[]].
2026-04-21 11:21:02,580 [ DEBUG .i.DefaultTrustedAuthenticator - User [xwiki:XWiki.(null)] authenticated from the authentication adapter and saved to persistence store.
{code}